Hi, what do you want to do?
Curated Video
Job-Ready SQL in an Afternoon - NTiles
In this video, we will cover NTiles.<br<br/>/>
This clip is from the chapter "Window Functions" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover Window functions.
This clip is from the chapter "Window Functions" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover Window functions.
Packt
Resetting Offsets
This video focuses on resetting offsets in Kafka.
<
br/>
This clip is from the chapter "Command Line Interface (CLI) 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn the...
<
br/>
This clip is from the chapter "Command Line Interface (CLI) 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn the...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Network Watcher - Next Hop
In this video, we will cover network watcher - next hop.
r/>
This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services...
r/>
This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::partition_copy
The listener is new to algorithms and does not know about the partition_copy algorithms.
• Introduce the listener to the std::partition_copy algo
rithm
• Show how it works and explain the different versions
available
...
• Introduce the listener to the std::partition_copy algo
rithm
• Show how it works and explain the different versions
available
...
Curated Video
TypeScript for Beginners - Heterogeneous Arrays
This video focuses on heterogeneous arrays.
r/>
This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use...
r/>
This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Quiz: Elasticsearch Concepts and Architecture
This video presents a quiz on Elasticsearch concepts and architecture.
r/>
This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands...
r/>
This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands...
Curated Video
The Modern JavaScript Bootcamp (2019) - Variable Scope: Part II
In this lesson, we’re going to talk about two more scope related topics. The first is the shadowing. The second is leaked global.
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the series...
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the series...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - Q5 - Spring Framework – Maven
Let's understand how Spring Jar is downloaded in this session.
r/>
This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily...
r/>
This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 04-Understanding the AOP Terminology - Pointcut, Advice, Aspect, and JoinPoint
This video highlights various AOP terminologies, such as Pointcut, Advice, Aspect, and JoinPoint.
r/>
This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the...
r/>
This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Variable Scope
This video gives an overview of variable scope and demonstrates how to use it.
r/>
This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this...
r/>
This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this...
Curated Video
Learn Go in 3 Hours - Pointers
Go unabashedly embraces the pointers, while removing their most dangerous abilities.
• This video walks through using pointers in Go, and how they can be used to simulate call-by-reference in other langu
ages.
• Learn...
• This video walks through using pointers in Go, and how they can be used to simulate call-by-reference in other langu
ages.
• Learn...
Curated Video
PMP Certification Training - Overview of Project Risk Management and Processes
This video explains project risk management and processes.<br<br/>/>
This clip is from the chapter "Project Risk Management" of the series "PMP® Certification Training".This section explains project risk management.
This clip is from the chapter "Project Risk Management" of the series "PMP® Certification Training".This section explains project risk management.
msvgo
Electric Flux
It explains about the possibilities field lines that passes through area element and definition of electric flux.
Virtually Passed
Radius of Gyration summary
The radius of Gyration is a fast and simple way to calculate the moment of inertia of complex shapes. The radius of gyration is usually provided in most Engineering catalogs
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure Alerts
In this video, we will cover Azure alerts.
r/>
This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services and its key...
r/>
This clip is from the chapter "Azure Monitoring" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces Azure monitoring services and its key...
Curated Video
Docker Dockerfile and Docker Compose 2020 Ready - Creating a Specific Network in the docker-compose.yml file
Understanding Network Segregation using Bridge Networks in Docker-Compose: Creating a Specific Network in the docker-compose.yml file
r/>
This clip is from the chapter "Understanding Network Segregation using Bridge Networks in...
r/>
This clip is from the chapter "Understanding Network Segregation using Bridge Networks in...
Curated Video
The Modern JavaScript Bootcamp (2019) - Function Basics
In this video, you’re going to create and run your first JavaScript function! Functions are like programs in your programs. It’s a piece of code we can run whenever we want.
r/>
This clip is from the chapter "JavaScript...
r/>
This clip is from the chapter "JavaScript...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Mapping Course Entity and Populating Data with data sql
In this video, we will be mapping our entity (course) to a table.
r/>
This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In...
r/>
This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - r Look at Functions
In this video, we'll take a closer look at functions.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 23 - Mixing the XML Context with a Component Scan for Beans Defined with Annotation
This video demonstrates how to mix the XML context with a component scan for beans defined with annotation.
r/>
This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master...
r/>
This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - How Java Classes can Take Advantage of the Interface
This video explains how Java classes can take advantage of the interface.
r/>
This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the...
r/>
This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 6 – Defining a Service to Manage the Entity – UserService and EntityManager
This video is about defining a service to manage the entity – UserService and EntityManager.
r/>
This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot...
r/>
This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 40 - ManyToMany Mapping - Insert Student and Course
In this video, we will cover ManyToMany mapping - insert student and course.
r/>
This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and...
r/>
This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and...