Instructional Video12:17
Curated Video

Next.js from Development to Deployment - Events Pagination

Higher Ed
This video talks about events pagination. This clip is from the chapter "Events Functionality - Part 2" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the event functionality-...
Instructional Video5:47
Curated Video

Next.js from Development to Deployment - Next Link and Router

Higher Ed
This video demonstrates the link and router option. This clip is from the chapter "Next.js Fundamentals" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the fundamentals of...
Instructional Video2:14
Curated Video

TypeScript for Beginners - Import Aliasing and Alternate Export Syntax

Higher Ed
This video highlights the syntax of alternate export and explains import aliasing. This clip is from the chapter "Modules" of the series "TypeScript for Beginners".This section introduces you to modules and explains how to use them.
Instructional Video18:33
Curated Video

The Complete React Developer Course (with Hooks and Redux) - ES6 import/export

Higher Ed
In this video you'll learn how you can break your app into multiple files using import/export. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Instructional Video17:25
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Total Selector

Higher Ed
In this video it'll be your job to add a brand-new feature to the expense manager. This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...
Instructional Video14:09
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Linking Between Routes

Higher Ed
In this video you'll learn how to setup UI links for switching pages. This will be especially useful for setting up the apps navigation menu. This clip is from the chapter "React-Router" of the series "The Complete React Developer Course...
Instructional Video11:19
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Default Exports

Higher Ed
In this video you'll explore another way you can export something from a module. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Instructional Video13:05
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Private Only Routes

Higher Ed
In this video you'll setup a higher order component to prevent users from navigating to a given route unless they're logged in. This clip is from the chapter "Firebase Authentication" of the series "The Complete React Developer Course...
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 Video4:35
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 16 - JPA and Hibernate Annotations - @Table

Higher Ed
In this video, we will cover JPA and Hibernate annotations - @Table. This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn about...
Instructional Video8:22
Curated Video

The Complete Java Developer Course: From Beginner to Master - File Output

Higher Ed
This video focuses on file output, which involves writing data from memory to secondary storage. This clip is from the chapter "File I/O and Exceptions" of the series "The Complete Java Developer Course: From Beginner to Master".This...
Instructional Video1:11
Curated Video

Python 3 for Beginners: Python Modules

Higher Ed
In this video, you will learn all about Python modules and the Python Standard Library. Our instructor will explain what modules are, how to import them, and how to manipulate the module search path. You will also discover the vast...
Instructional Video6:10
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 17 - Lifecycle of a Bean - @PostConstruct and @PreDestroy

Higher Ed
This video focuses on the lifecycle of a bean through the @PostConstruct and @PreDestroy annotations. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring...
Instructional Video6:06
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 01 - Setting Up AOP Example - Part 1

Higher Ed
This video is the first part of a two-part video that demonstrates how to set up an AOP example. This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video15:01
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Inheritance Concepts with Examples

Higher Ed
This video explains the concept of inheritance with an example. This clip is from the chapter "Understanding Object-Oriented Principles of Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Instructional Video4:21
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Getting the Count of Options

Higher Ed
This video explains how to get the count of options. This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores the different...
Instructional Video12:11
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Unit Tests

Higher Ed
Unit tests let you test your code. You should actually try to break your own code! Unit tests ensure your code consistently produces expected answers. This clip is from the chapter "Advanced Python" of the series "Python for Everybody:...
Instructional Video8:04
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Creating a Package

Higher Ed
Learn how to create your own local package for your Python programs! This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand about OOP, classes,...
Instructional Video6:05
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 33 – Creating Post Entity and Many to One Relationship with User Entity

Higher Ed
This video explains how to create post entity and many to one relationship with user entity. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In...
Instructional Video4:10
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 10 – Setting Up Currency Exchange Microservice – V2

Higher Ed
This video explains about setting up currency exchange microservice. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Instructional Video3:55
Curated Video

No-Code Machine Learning Using Amazon AWS SageMaker Canvas - Adding and Joining Datasets

Higher Ed
In this video, you will learn how to add and join datasets. This clip is from the chapter "Project 4 - Wine Quality Prediction" of the series "No-Code Machine Learning Using Amazon AWS SageMaker Canvas".In this section, we will work on a...
Instructional Video3:02
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Introduction to Gym

Higher Ed
This video provides an introduction to Gym. This clip is from the chapter "RL-Based Q-Learning" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on RL-based Q-Learning.
Instructional Video3:03
Curated Video

Python for Machine Learning - The Complete Beginners Course - Importing the Dataset

Higher Ed
In this video, you will learn how to import the dataset. This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about clustering.
Instructional Video10:11
Curated Video

Arduino for Beginners - 2022 Complete Course - Create a Circuit with 1LED and 1Resistor

Higher Ed
This video explains how to create a circuit with 1LED and 1Resistor. This clip is from the chapter "Create an Arduino Circuit" of the series "Arduino for Beginners - 2022 Complete Course".This section explains creating an Arduino Circuit.