Instructional Video14:44
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Exploring JSX

Higher Ed
In this video you'll explore the basics of JSX. You'll see what it takes to define your template and get it rendered to the screen. This clip is from the chapter "Hello React" of the series "The Complete React Developer Course (with...
Instructional Video5:21
Curated Video

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

Higher Ed
In this video, we'll learn about HTML lists. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about Element, HTML...
Instructional Video5:01
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - CSR - Certificate Signing Request

Higher Ed
In this video, we'll take a look at CSR - Certificate Signing Request. This clip is from the chapter "Creating a Self-Signed Certificate Using OpenSSL" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll be...
Instructional Video6:55
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Understanding the Add Place API and Executing it Through Postman

Higher Ed
This video focuses on the Add Place API and explains how to execute it through Postman. This clip is from the chapter "Getting Started with REST API Testing" of the series "REST API Automation Testing from Scratch - REST Assured...
Instructional Video12:31
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - End-to-End Automation Examples using POJO Deserialization

Higher Ed
This video presents end-to-end automation examples using POJO deserialization. This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from Scratch - REST Assured...
Instructional Video2:27
Curated Video

Python 3 for Beginners: Looping Through Dictionaries in Python

Higher Ed
In this video, you'll learn how to loop through items in a dictionary using different techniques in Python. The video explains the syntax and usage of the for loop in Python for dictionaries, as well as how to access the values of each...
Instructional Video3:21
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Extracting Data

Higher Ed
In this video, we will extract the first section from the ETL pipeline. This clip is from the chapter "ETL Pipeline" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers Extract Transform Load (ETL)...
Instructional Video2:17
Curated Video

Inserting Columns in Microsoft Word

Pre-K - Higher Ed
In this video, the teacher demonstrates how to use columns to enhance the visual appeal and readability of a document. The instructor explains the process of selecting text, changing the number of columns, and adding emphasis to specific...
Instructional Video21:56
Curated Video

Job-Ready SQL in an Afternoon - String Subsets and Concatenations

Higher Ed
In this video, we will cover string subsets and concatenations. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and...
Instructional Video6:53
Curated Video

Job-Ready SQL in an Afternoon - Comments

Higher Ed
In this video, we will cover comments. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating data.
Instructional Video6:07
Curated Video

Data Analytics using Python Visualizations - Seasonal Trendcharts

Higher Ed
This video explains seasonal Trendcharts. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains advanced visualizations using...
Instructional Video18:40
Curated Video

Rust Programming Master Class from Beginner to Expert - Compound Data Types - Strings

Higher Ed
In this video, you will learn about compound data types such as strings. This clip is from the chapter "Basic Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn the...
Instructional Video2:43
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Record a Video from the Terminal (raspivid)

Higher Ed
This video explains how to record a video from the Terminal (raspivid). This clip is from the chapter "Add Vision to Your Applications with the Raspberry Pi Camera V2 Module" of the series "Raspberry Pi for Beginners - 2022 Complete...
Instructional Video1:31
Curated Video

Agile Project Management - Step 1: Convert All Ideas into User Stories

Higher Ed
This video explains step 1: convert all ideas into user stories. This clip is from the chapter "Creating a Product Backlog Step by Step" of the series "Agile Project Management".This section explains creating a product backlog step by step.
Instructional Video4:08
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Percent String Substitution

Higher Ed
You will learn to concatenate a string and print the message that we created using string concatenation and a non-string datatype. This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming...
Instructional Video7:21
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Scraping Group and Team Details from a Website

Higher Ed
In this video, we learn how to create a web scraper using Python to extract structured data from a website. The instructor starts by explaining the basic process of web scraping and the tools required. He then demonstrates how to use...
Instructional Video4:58
Curated Video

Python In Practice - 15 Projects to Master Python - format( )

Higher Ed
This video explains the format( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video1:32
Curated Video

Google Docs Fundamentals - Paint Format Tool

Pre-K - Higher Ed
Learner will understand the power and ease of the paint tool feature in the toolbar.
Instructional Video1:04
Curated Video

Google Docs Fundamentals - Creating Columns

Pre-K - Higher Ed
Learner will understand the different options they have when displaying text in columns.
Instructional Video2:56
Curated Video

MongoDB Tutorial for Beginners (2022) - NOT Operator

Higher Ed
Learn to implement the NOT operator in MongoDB. It negates the conditions. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various operators available...
Instructional Video3:50
Curated Video

MongoDB Tutorial for Beginners (2022) - NOR Operator

Higher Ed
Implement the NOR operator in MongoDB, the opposite of the OR operator. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various operators available for...
Instructional Video3:10
Curated Video

MongoDB Tutorial for Beginners (2022) - AND Operator

Higher Ed
Implement the AND operator in MongoDB and retrieve documents satisfying all the conditions. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various...
Instructional Video14:29
Curated Video

Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow – Remove the Throat-Clearing Sound in the Start of the Video

Higher Ed
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Instructional Video5:27
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - String Format Specifiers

Higher Ed
In this video, you will learn how to use the = format specifier that will do the same task as our {} to print any values. This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming with...