Instructional Video9:49
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating the Cloth Material

Higher Ed
This lesson will see us learning how to create the cloth material for our banners.
Instructional Video5:00
Curated Video

Behavioral Design Patterns in C++ - Introduction to Patterns

Higher Ed
This video provides an overview of the patterns in programming languages. 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 Video2:55
Healthcare Triage

Is Marijuana Safe During Pregnancy?

Higher Ed
Marijuana is the most commonly used recreational drug among pregnant people, and there are a lot of clashing opinions about whether or not it's safe. But what do the data say? Today we dive into the studies about marijuana use during...
Instructional Video7:48
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Mass Storage Troubleshooting

Higher Ed
Mass storage devices sometimes fail, resulting in the potential loss of critical data. A good tech knows the tools and procedures to diagnose and repair many mass storage problems. This clip is from the chapter "Book Chapter 9 -...
Instructional Video11:40
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Troubleshooting Firmware

Higher Ed
A system's BIOS is robust and rarely causes trouble, but when it does a good tech must be ready to troubleshoot. Understanding a few simple tricks can make troubleshooting easier. This clip is from the chapter "Book Chapter 5 - Firmware"...
Instructional Video6:04
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Tools of the Trade

Higher Ed
Technicians need the right tools to do their job. These tools include PC toolkits, mobile device toolkits, voltmeters, and circuit testers. This clip is from the chapter "Book Chapter 1 - Safety and Professionalism" of the series...
Instructional Video5:36
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Mobile Security Troubleshooting

Higher Ed
A lot of symptoms point to potential attacks on a mobile device, such as connection loss, power drain, slow data speeds, high resource utilization, and unintended connections. Others point at attacks that have already happened, such as...
Instructional Video6:19
Curated Video

Recommender Systems with Machine Learning - Online Evaluation Techniques

Higher Ed
This video talks about the online evaluation techniques of recommender systems. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the basics of...
Instructional Video2:54
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of Chatbots for Deep Learning: Chatbots in Ecommerce

Higher Ed
Let's understand the benefits of chatbots in eCommerce, including personalized services, real-time interaction, collection of feedback, provide metrics, lead generation, deep analytics, and storytelling. This clip is from the chapter...
Instructional Video4:40
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of Chatbots for Deep Learning: Chatbots in Business

Higher Ed
In this video, we will understand the benefits of chatbots in businesses, including lead qualification, lead nurturing, and data mining techniques. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of the...
Instructional Video7:31
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - ChatGPT Strengths and Weaknesses

Higher Ed
In this video, we will discuss the strengths and weaknesses of ChatGPT as an AI language model and learn about the types of tasks that ChatGPT excels at and areas where it may struggle or produce inaccurate results. The video provides a...
Instructional Video1:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Highly Coupling Dependent Layers

Higher Ed
In this video, we will address the problem of highly coupling dependent layers in the layered architecture. We will explore the challenges and consequences of tight coupling between layers and discuss strategies for reducing coupling and...
Instructional Video3:09
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Aggregation Pattern

Higher Ed
This video explores the gateway aggregation pattern, which allows the API gateway to aggregate data from multiple microservices and present it as a single unified response to clients and discusses the benefits of this pattern, such as...
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 Video1:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Increased Traffic, Handle More Requests

Higher Ed
In this video, we will address the problem of handling increased traffic and more requests in the context of Clean Architecture. We will explore strategies for scaling the application, optimizing performance, and ensuring the...
Instructional Video1:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Code Becomes Too Complex over Time - Monolithic Architecture - E-Commerce

Higher Ed
In this video, we will examine the challenges of managing complex codebases in monolithic architectures as applications evolve. Understand the issues that can arise, such as increased code coupling, decreased maintainability, and...
Instructional Video5:09
Curated Video

Design Microservices Architecture with Patterns and Principles - Way of Learning - The Course Flow

Higher Ed
In this video, discover the learning approach and course structure. This video outlines the course flow, highlighting the sequence of topics and the logical progression of concepts. It prepares us for an effective learning experience....
Instructional Video6:01
Curated Video

Mastering C++ Standard Library Features [Video] - Smart Pointers – What Problem Do They Solve?

Higher Ed
Understand what the risks of manual memory management are and how smart pointers prevent them
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:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Distributed Caching

Higher Ed
This video provides an overview of the topic of distributed caching in microservices architectures. It introduces the concept of caching and its importance in improving performance and scalability. This clip is from the chapter...
Instructional Video2:55
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Database Operations Are Expensive, Low Performance

Higher Ed
This video explores the issues of high cost and low performance associated with traditional database operations and discusses the limitations they impose on scalability and responsiveness. The video highlights the need for alternative...
Instructional Video3:04
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Event-Driven Microservices Architectures

Higher Ed
This video introduces the concept of event-driven architecture in the context of microservices, explains the fundamental principles and characteristics of event-driven systems, and highlights the benefits of using events as a means of...
Instructional Video2:06
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Handle Millions of Events Across Microservices

Higher Ed
This video addresses the challenge of handling a large volume of events across multiple microservices in a distributed system, the limitations and potential bottlenecks that arise when dealing with a high event load, and explores...
Instructional Video2:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Listen and Polling Outbox Table

Higher Ed
This video addresses a specific challenge related to the Transactional Outbox pattern, which is the need for a mechanism to detect and process new events in the outbox table, and explores different approaches, including listening and...