Instructional Video3:46
Curated Video

.NET Core Microservices - Upgrade to Azure Messaging ServiceBus

Higher Ed
This video explains how to upgrade to Azure Messaging ServiceBus. This clip is from the chapter "Azure Service Bus" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Azure...
Instructional Video2:13
Curated Video

Mastering Spring Framework Fundamentals - Alternatives to Using Constructor Dependency

Higher Ed
This video provides an overview of what you will learn in this section. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains...
Instructional Video10:53
Curated Video

Comprehensive Android Developer Bootcamp - Create Account and User Object

Higher Ed
Build a Journal App with Firestore:Create Account and User Object This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how to build...
Instructional Video9:11
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Query Strings and URL Parameters

Higher Ed
In this video you'll learn how to parse query strings and params with react-router. This clip is from the chapter "React-Router" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about React-Router.
Instructional Video5:54
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Setting Up Game in Python - 1

Higher Ed
This is the first of the three-part video that explains in setting up the game in Python. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section...
Instructional Video14:09
PBS

Literary Icons You NEED to Know From the Harlem Renaissance (feat. Princess Weekes)

12th - Higher Ed
Novels like Passing by Nella Larsen, Their Eyes Were Watching God by Zora Neale Hurston, and the poetry of Langston Hughes were all written during this period and have become important pieces of the American literary canon. Still, when...
Instructional Video11:49
Curated Video

Comprehensive Android Developer Bootcamp - Analyzing Image - Part 1

Higher Ed
Android Machine Learning ML Kit – Face Detection:Analyzing Image - Part 1 This clip is from the chapter "Android Machine Learning ML Kit – Face Detection" of the series "The Comprehensive Android Developer Bootcamp".This section shows...
Instructional Video7:01
Packt

CompTIA Network+ Certification N10-007: The Total Course - Threats to Your Wireless Network

Higher Ed
This video explains the war driving, war chalking, rogue WAPs, and evil twins threats and how to protect against them. This clip is from the chapter "Wireless Networking" of the series "CompTIA Network+ Certification N10-007: The Total...
Instructional Video5:56
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - AJAX and Form Data

Higher Ed
In this video, we'll cover AJAX and form data. This clip is from the chapter "Learn jQuery" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".In this section, you will learn about jQuery, selecting with jQuery,...
Instructional Video4:29
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Switch

Higher Ed
In this video, we'll cover JavaScript switch. 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, JavaScript code, functions,...
Instructional Video7:16
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Alternative setState Syntax

Higher Ed
In this video you'll look at an alternative way you can change component state. This clip is from the chapter "React Components" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with React...
Instructional Video11:23
Curated Video

The Modern JavaScript Bootcamp (2019) - Saving Our Data in LocalStorage: Part II

Higher Ed
In this video, you’ll start integrating local storage into the apps. This will allow users to add some to-dos or notes and pick up where they left off. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The...
Instructional Video8:07
Curated Video

Learn Go in 3 Hours - CSP and Goroutines

Higher Ed
The rise of multi-core CPUs has made concurrency handling one of the most important parts of programming today. • This video provides an introduction to Go’s style of concurrency and covers the goroutine, a lightweight in-process...
Instructional Video17:33
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Writing Our Kotlin Part 1

Higher Ed
In this video, we will be writing our Kotlin part 1. This clip is from the chapter "Score Keeper App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build an app called the Score...
Instructional Video6:27
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Debugging and Developing Custom Utilities

Higher Ed
This video demonstrates how to debug and develop custom utilities. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video5:43
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Throwing an Exception

Higher Ed
Exception Handling: Throwing an Exception This clip is from the chapter "Exception Handling" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn how exceptions are handled in Java.
Instructional Video12:05
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Create API Gateway Infrastructure Solution Construct for Our E-Commerce Serverless App

Higher Ed
This video helps create API Gateway infrastructure solution construct for our e-commerce serverless app. This clip is from the chapter "Organize Infrastructure Code with Creating Solution Constructs on AWS CDK" of the series "AWS...
Instructional Video5:58
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Change Target Service of AWS Event Bridge Custom EventBus

Higher Ed
This video demonstrates the change target service of AWS event bridge custom EventBus. This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS Serverless...
Instructional Video0:39
The March of Time

MOT 1945: BATTLE OF IWO JIMA: DEAD SOLDIERS, DESTRUCTION

12th - Higher Ed
VS Dead Japanese soldiers lying next to rubble, across ridge w/ debris & dirt / VS United States Marines walking across uneven terrain, passing by destroyed Sherman tank, dead soldiers, examining debris & destroyed aircrafts on airfield.
Instructional Video9:48
Curated Video

Mastering Spring Framework Fundamentals - Understanding the Java Development Kit (JDK) Dynamic Proxies

Higher Ed
This video demonstrates how to use the declare prefix. This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Instructional Video10:00
Curated Video

Comprehensive Android Developer Bootcamp - Creating and Looping through Arrays

Higher Ed
Java Data Structures:Creating and Looping through This clip is from the chapter "Java Data Structures" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover the Java Data Structures. You will be...
Instructional Video14:08
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing Filters Reducer

Higher Ed
In this video you'll learn how to test reducers. Reducers are just functions, so the same testing principals will apply. Call the function with some data. Assert something about the return value. This clip is from the chapter "Testing...
Instructional Video19:52
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Passing Data to Fragments with Safe Args

Higher Ed
In this video, we will be passing data to fragments with safe args. This clip is from the chapter "Fragments and Navigation: A First Look" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we...
Instructional Video5:14
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 03-Theory - Introduction and End to Scriptlets

Higher Ed
This video presents an overview of scriptlets. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section provides an...