Instructional Video8:11
Instructional Video4:44
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Understanding Java New Features - an Overview

Higher Ed
In this video, let's look at the important Java features that were introduced across different Java releases.
Instructional Video3:17
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Java Collections - Section Overview with Need for Collections

Higher Ed
In this video, you will learn about Java collections with a section overview with the need for collections.
Instructional Video10:50
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Object Composition with Customer Address Example

Higher Ed
In this video, we will understand object composition with a customer address example.
Instructional Video3:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - If Else Problem - Implementing with Nested If Else

Higher Ed
In this video, you will learn about an if else problem—implementing with nested if else.
Instructional Video8:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 13 - Optional Hands-On - Using Docker to Launch MySQL

Higher Ed
In this video, we will learn how to launch MySQL using Docker. This is an optional hands-on exercise.
Instructional Video5:15
Instructional Video4:13
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Project Plans Explained

Higher Ed
This video overviews project plans and the costs incurred in using Project 2021. It covers task creation and management, setting dependencies and constraints, allocating resources, and creating visualizations. This clip is from the...
Instructional Video12:30
Curated Video

Fundamentals of Secure Software - Conclusion

Higher Ed
This video reviews a few of the important concepts learned throughout the course.
Instructional Video11:06
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Shelf Blueprint with Partial Collision

Higher Ed
The lesson will show us how to make use of collisions in a more efficient way within the UE5 world. You will learn how to optimize your assets about having partial collisions to your blueprint collections to make sure your Unreal Engine...
Instructional Video12:29
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Interactable props

Higher Ed
This lesson will walk us through the process of setting up assets with physics enabled. You will learn how to create props that will be affected by other collisions (for example, a player's character collision).
Instructional Video8:46
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Mesh as Collision

Higher Ed
The lesson will show an alternative method for creating mesh collisions. You will learn how to make use of the asset's mesh and set it up to be used as a collision for Unreal Engine 5.
Instructional Video1:38
Curated Video

Behavioral Design Patterns in C++ - Overview of Behavioral Patterns

Higher Ed
This video provides an overview of behavioral patterns. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Instructional Video4:11
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Interpreter

Higher Ed
This video talks about the pros and cons of the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:44
Curated Video

Behavioral Design Patterns in C++ - Introduction-Interpreter

Higher Ed
This video provides an introduction to the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video3:04
Curated Video

Master SQL for Data Analysis - Welcome to Level 2!

Higher Ed
This is a brief introductory video to the level-2 segment and briefly outlines the concepts we will learn in this part of the course. Here, we will understand the learning objectives, and acquire the datasets required for the level 2...
Instructional Video13:06
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Where to Learn More Matplotlib

Higher Ed
In this video, we will understand from where we can learn more about Matplotlib. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will...
Instructional Video2:29
Curated Video

Design Microservices Architecture with Patterns and Principles - CQRS - Benefits and Drawbacks

Higher Ed
This video explores the Event Sourcing pattern, where the state of an application is determined by a sequence of events and captures and persists all changes made to the application's data as a series of events, providing an audit log...
Instructional Video1:38
Curated Video

Design Microservices Architecture with Patterns and Principles - REST Versus GraphQL APIs

Higher Ed
In this video, we will compare RESTful APIs with GraphQL APIs and understand the trade-offs between the two approaches. We will explore the differences in querying, data retrieval, performance, and developer experience when choosing...
Instructional Video2:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Advantages and Disadvantages of GraphQL

Higher Ed
In this video, we will assess the advantages and disadvantages of using GraphQL in microservices architectures. We will understand the benefits of increased flexibility and reduced network traffic, as well as the challenges of caching,...
Instructional Video3:51
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Principles of Monolithic Architecture -- KISS, YAGNI, DRY

Higher Ed
In this video, dive into essential design principles for monolithic architecture, including KISS (Keep It Simple, Stupid), YAGNI (You Ain't Gonna Need It), and DRY (Don't Repeat Yourself). We will understand how these principles guide...
Instructional Video3:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Challenges of Monolithic Architecture

Higher Ed
In this video, we will identify the challenges and drawbacks associated with a monolithic architecture. You will learn the potential limitations, such as scalability constraints and difficulties in independent deployment and scalability,...
Instructional Video3:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices with Using Containers and Orchestrators

Higher Ed
This video explores the evaluation of microservices deployments using containers and orchestrators. It discusses metrics and key performance indicators (KPIs) for assessing the performance, scalability, and reliability of microservices...
Instructional Video2:23
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Distributed Caching with Cache-Aside Pattern

Higher Ed
This video discusses the evaluation aspects of distributed caching with the cache-aside pattern. It explores how to measure the performance and effectiveness of the caching solution and make improvements based on the evaluation results....