Instructional Video4:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Spring Framework - Comparing @Component Versus @Bean

Higher Ed
In this video, you will compare @Component and @Bean annotations in Java Spring framework and learn when to use them.
Instructional Video3:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Getting Started with Java Spring Framework

Higher Ed
In this video, we will get started with the Java Spring framework by understanding the learning goal and approach of what we are going to cover in this section.
Instructional Video2:54
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Generations of Recommender Systems

Higher Ed
In this lesson, we will look at the first, second, and third generations of recommender systems.
Instructional Video3:37
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Overview

Higher Ed
This is a more detailed overview of the deep learning methodology in recommender systems. We will look at the benefits of using deep learning in recommender systems.
Instructional Video4:55
Curated Video

Behavioral Design Patterns in C++ - Organization - III (Iterator)

Higher Ed
This video explains one more variation of the Iterator design pattern; here, you will move the traversal algorithm out of the class and put it inside the iterator.
<
br/>
This clip is from the chapter "Iterator" of the series...
Instructional Video4:20
Curated Video

Behavioral Design Patterns in C++ - Organization - II (Cursor)

Higher Ed
In this video, we will demonstrate another variation of the Iterator pattern in which the Iterator is called a cursor.
<
br/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section...
Instructional Video2:20
Curated Video

Behavioral Design Patterns in C++ - Methods for States - I

Higher Ed
This video demonstrates another approach—methods for state approach that can be implemented in the State design pattern.
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section...
Instructional Video3:33
Healthcare Triage

Is Butt Legs? The Scientific View

Higher Ed
In 2019, Hank Green set the internet ablaze with his highly divisive question: Is Butt Legs? Like, the the human butt a thing unto itself, or is it part of your leg? Today, Healthcare Triage, in collaboration with the powers of science,...
Instructional Video6:39
Healthcare Triage

Ways We Can Mitigate Climate Change

Higher Ed
We’ve spent a bunch of time this year examining the many, many health effects of climate change. And while we are no experts on climate change and what the best solutions are to address it, we are clearly interested in addressing it for...
Instructional Video14:31
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - What Is Machine Learning?

Higher Ed
In this video, we will understand what machine learning is and get a clear idea about ML (machine learning).
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural...
Instructional Video5:45
Curated Video

PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 2

Higher Ed
This is the second of the two-part video where you will work on a PowerShell script for a centralized solution to deal with restarting different services on different servers.
<
br/>
This clip is from the chapter "Administering...
Instructional Video7:06
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Large Datasets and Data Generators

Higher Ed
In this video, you will learn how to work with large image datasets in TensorFlow and Keras with data generators.
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning -...
Instructional Video4:54
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - 2 Approaches to Transfer Learning

Higher Ed
In this video, we will discuss the two approaches used for transfer learning, which we will use in the next videos.
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning -...
Instructional Video7:14
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema.
<
br/>
This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video3:33
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Overview

Higher Ed
This video briefly overviews the contents and topics covered in this module, including deep learning in recommender systems, the pros and cons of deep learning, recommender interference, and more.
<
br/>
This clip is from the...
Instructional Video2:51
Curated Video

Recommender Systems with Machine Learning - Generations of Recommender Systems

Higher Ed
This video helps you with generations of recommender systems.
<
br/>
This clip is from the chapter "Motivation for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on recommender...
Instructional Video6:53
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is a Feature Vector?

Higher Ed
In this video, you will learn about a feature vector.
<
br/>
This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover...
Instructional Video5:53
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Course and Instructor Introduction (Personal and Professional Background)

Higher Ed
In this video, Sean Melis introduces himself and provides background information about his personal and professional experiences. He shares his educational background, work history, and interests to set the stage for the rest of the...
Instructional Video2:44
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Microservices Architecture?

Higher Ed
In this video, we will gain a deeper understanding of microservices architecture as an architectural style that structures an application as a collection of loosely coupled services. We will discover the principles of service...
Instructional Video3:39
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Resiliency Patterns

Higher Ed
In this video, we will explore various resiliency patterns specifically designed for microservices architectures and discuss patterns such as Circuit Breaker, Bulkhead, Timeout, and Fallback, which help enhance the fault-tolerance and...
Instructional Video3:06
Curated Video

Design Microservices Architecture with Patterns and Principles - SAGA Pattern - Orchestration-Based SAGA Implementation

Higher Ed
This video explores the orchestration-based implementation of the SAGA pattern, where a central orchestrator service coordinates and controls the sequence of transactions across multiple services.
<
br/>
This clip is from the...
Instructional Video3:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Identify Bounded Context Boundaries for Each Microservices

Higher Ed
In this video, you will learn practical techniques and strategies to identify Bounded Context boundaries for each microservice in your architecture. We will understand the importance of isolating domains and ensuring that each...
Instructional Video3:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Bounded Context Pattern (Domain-Driven Design - DDD)

Higher Ed
In this video, we will explore the Bounded Context pattern, a key concept in Domain-Driven Design (DDD) for designing microservices. We will understand how to identify and define Bounded Contexts to create clear boundaries and...
Instructional Video4:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Characteristics

Higher Ed
In this video, you will learn about the essential characteristics of microservices, including bounded context, single responsibility, scalability, resilience, and replaceability. We will understand how these characteristics contribute...