Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Exploring Java New Features - Local Variable Type Inference
In this video, we will look at local variable type inference.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Understanding Java New Features - an Overview
In this video, let's look at the important Java features that were introduced across different Java releases.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Java Collections - Section Overview with Need for Collections
In this video, you will learn about Java collections with a section overview with the need for collections.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Object Composition with Customer Address Example
In this video, we will understand object composition with a customer address example.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - If Else Problem - Implementing with Nested If Else
In this video, you will learn about an if else problem—implementing with nested if else.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Optional Hands-On - Using Docker to Launch MySQL
In this video, we will learn how to launch MySQL using Docker. This is an optional hands-on exercise.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Understanding Spring Boot Magic - Embedded Servers
In this video, you will learn about Spring Boot embedded servers.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Project Plans Explained
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...
Curated Video
Fundamentals of Secure Software - Conclusion
This video reviews a few of the important concepts learned throughout the course.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Shelf Blueprint with Partial Collision
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...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Interactable props
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).
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Mesh as Collision
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.
Curated Video
Behavioral Design Patterns in C++ - Overview of Behavioral Patterns
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.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Interpreter
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.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Interpreter
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.
Curated Video
Master SQL for Data Analysis - Welcome to Level 2!
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Where to Learn More Matplotlib
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS - Benefits and Drawbacks
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - REST Versus GraphQL APIs
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Advantages and Disadvantages of GraphQL
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Principles of Monolithic Architecture -- KISS, YAGNI, DRY
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Challenges of Monolithic Architecture
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices with Using Containers and Orchestrators
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Distributed Caching with Cache-Aside Pattern
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....