Hi, what do you want to do?
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Spring Framework - Comparing @Component Versus @Bean
In this video, you will compare @Component and @Bean annotations in Java Spring framework and learn when to use them.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Getting Started with Java Spring Framework
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Generations of Recommender Systems
In this lesson, we will look at the first, second, and third generations of recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Overview
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.
Curated Video
Behavioral Design Patterns in C++ - Organization - III (Iterator)
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...
<
br/>
This clip is from the chapter "Iterator" of the series...
Curated Video
Behavioral Design Patterns in C++ - Organization - II (Cursor)
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...
<
br/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section...
Curated Video
Behavioral Design Patterns in C++ - Methods for States - I
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...
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section...
Healthcare Triage
Is Butt Legs? The Scientific View
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,...
Healthcare Triage
Ways We Can Mitigate Climate Change
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - What Is Machine Learning?
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...
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural...
Curated Video
PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 2
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...
<
br/>
This clip is from the chapter "Administering...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Large Datasets and Data Generators
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 -...
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning -...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - 2 Approaches to Transfer Learning
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 -...
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning -...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files
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...
<
br/>
This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Overview
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...
<
br/>
This clip is from the...
Curated Video
Recommender Systems with Machine Learning - Generations of Recommender Systems
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...
<
br/>
This clip is from the chapter "Motivation for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on recommender...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is a Feature Vector?
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...
<
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...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Course and Instructor Introduction (Personal and Professional Background)
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Microservices Architecture?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Resiliency Patterns
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - SAGA Pattern - Orchestration-Based SAGA Implementation
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...
<
br/>
This clip is from the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Identify Bounded Context Boundaries for Each Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Bounded Context Pattern (Domain-Driven Design - DDD)
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Characteristics
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...