Instructional Video13:48
Curated Video

The Complete React Developer Course (with Hooks and Redux) - The Stateless Functional Component

Higher Ed
In this video you'll explore an alternative way to define React components known as the Stateless Functional Component. This clip is from the chapter "Stateless Functional Components" of the series "The Complete React Developer Course...
Instructional Video5:12
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Wildcards - Part 1

Higher Ed
This is the first part of the two-part video that explains the concept of wildcard symbols. This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This...
Instructional Video8:38
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Diffie Hellman Algorithm

Higher Ed
In this video, we'll learn about the Diffie Hellman algorithm. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
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 Video4:49
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Create a Python Class

Higher Ed
This video demonstrates how to create a class in Python. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a concise...
Instructional Video2:47
Curated Video

Practical Linux Command Line 2.0 - Find Lines Containing a Pattern (grep)

Higher Ed
This video explains how to find lines containing a pattern (grep). This clip is from the chapter "Become More Productive with the Command Line" of the series "Practical Linux Command Line 2.0".This section helps you to focus and become...
Instructional Video9:33
Curated Video

pandas for Python - A Quick Guide - Processing String Format

Higher Ed
In this lesson, we will continue processing data, but this time with string format data. String features have their operations. We will look at all the powerful tools on Pandas for handling string data. This clip is from the chapter...
Instructional Video15:32
Curated Video

The Modern JavaScript Bootcamp (2019) - Constructor Functions

Higher Ed
In this video, you’re going to build and use a constructor function. Constructor functions allow us to define new types in JavaScript other than the built-in types. This clip is from the chapter "Advanced Objects and Functions" of the...
Instructional Video5:40
Curated Video

Vim Masterclass - Exercise Two - Essential Navigation Commands - Walkthrough

Higher Ed
This video demonstrates how to navigate inside a file using the Vi or Vim editor. This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
Instructional Video8:17
Curated Video

REST APIs with Flask and Python - If Statements

Higher Ed
This video explains the "if" statements used in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...
Instructional Video10:00
Curated Video

Arduino for Beginners - 2022 Complete Course - First Arduino Project: Make an LED Blink

Higher Ed
This video explains the first project on making an LED blink. This clip is from the chapter "Your First Arduino Project" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the first Arduino project.
Instructional Video8:11
Curated Video

Arduino for Beginners - 2022 Complete Course - Data Types

Higher Ed
This video explains data types. This clip is from the chapter "Programming Basics for Arduino" of the series "Arduino for Beginners - 2022 Complete Course".This section explains Programming Basics for Arduino.
Instructional Video3:42
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - A Few More Terminal Commands to Gain More Control Over Your Raspberry Pi

Higher Ed
This video talks about a few more terminal commands to gain more control over your Raspberry Pi. This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This...
Instructional Video4:42
Curated Video

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

Higher Ed
This video explains the map( ) 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 Video8:25
Flipping Physics

Uniform Thin Hoop Rotational Inertia Derivation

12th - Higher Ed
Deriving the integral equation for the moment of inertia of a rigid body. Also deriving the rotational inertia of a uniform thin hoop. Want Lecture Notes? http://www.flippingphysics.com/rotati... This is an AP Physics C: Mechanics topic....
Instructional Video2:28
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Creating Your First Class

Higher Ed
Create your first Python class. We'll start small and work our way up to more advanced classes later. This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps...
Instructional Video15:23
Curated Video

Node.js API Masterclass with Express and MongoDB - Creating Our First Model

Higher Ed
Getting Started With MongoDB & Bootcamps Resource: Creating Our First Model This clip is from the chapter "Getting Started With MongoDB & Bootcamps Resource" of the series "Node.js API Masterclass with Express and MongoDB".This section...
Instructional Video5:18
Curated Video

Arduino OOP - Create the PushButton Class Header File - Interface

Higher Ed
In this video, you will learn how to create the PushButton class header file for interface. This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...
Instructional Video5:18
Packt

Create the PushButton Class Header File - Interface

Higher Ed
In this video, you will learn how to create the PushButton class header file for interface. This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...
Instructional Video16:33
Curated Video

PEP8 Guidelines Python Clean Coding - Descriptive Naming Styles

Higher Ed
This video explains descriptive naming styles in Python. This clip is from the chapter "Naming Conventions" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the various naming conventions in Python.
Instructional Video17:44
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Mongoose Built-In Validation

Higher Ed
This video explains Mongoose built-in validation. This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on MongoDB and Mongoose.
Instructional Video8:58
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Mutable Versus Immutable

Higher Ed
In Python, some data types can be changed. Others are set forever until you either delete the variable or give it a new value. There's one data type in particular that is not what you think! This clip is from the chapter...
Instructional Video2:36
Curated Video

Arduino OOP - Create the LED Class Structure

Higher Ed
In this video, you will learn how to create the LED class structure. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the first...
Instructional Video2:36
Packt

Create the LED Class Structure

Higher Ed
In this video, you will learn how to create the LED class structure. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the first...