Curated Video
The Complete Beginners Guide to Arduino - 2021 - Interactive Traffic Lights
In this lecture, we are going to build interactive traffic lights. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this important section, we...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Importing Pynput
In this video, you'll learn to import the Pynput library. This clip is from the chapter "Developing a Keylogger" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to develop a...
Brian McLogan
Pre-Calculus - Evaluating the composition of functions and then determining the domain
In this video series we will investigate the basics of what you will need to know to be successful in Pre-Calculus. We will start with learning about linear equations and writing the equation of a line as well as determining the slope....
Brian McLogan
Verifying that two functions are inverses
๐ Learn how to show that two functions are inverses. The composition of two functions is using one function as the argument (input) of another function. In simple terms composition of two functions is putting one function inside another...
Brian McLogan
Determine domain and range and if a relation is a function
Learn how to determine the domain and range of a function from a set of points. The domain of a function is the set of all x-values and the range of a function is the set of all y-values. Therefore with coordinate points the x values are...
Curated Video
Creating a Guessing Game in Scratch: Building Your First Game
In this video tutorial, students will learn how to program a guessing game using Scratch. They will explore concepts such as variables, loops, selection statements, and user input to create an interactive game where the computer randomly...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Neuron and Perceptron
This video talks about the neuron and perceptron. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep...
Curated Video
Data Analytics using Python Visualizations - Creating Bubble Plots - Vectorizing Your Plot
This video explains how to create bubble plots รขโฌโ vectorizing your plot. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section...
Curated Video
Pythagorean Theorem in the Coordinate Plane Practice
This video teaches how to find the distance between two points on a coordinate plane and how to use the Pythagorean theorem to find the sides of a right triangle. It also demonstrates how to apply these concepts to find the perimeter of...
Curated Video
The Full Stack Web Development - Find & Insert Into Collections
App Development with Meteor.js: Find & Insert Into Collections This clip is from the chapter "App Development with Meteor.js" of the series "The Full Stack Web Development".For Meteor.js framework that runs on both ends and we will be...
Curated Video
The Full Stack Web Development - Adding Todos To Redis
Redis - The Cache Database: Adding Todos To Redis This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis โ part of other essential technology and it...
Curated Video
The Full Stack Web Development - Part 2 - Submit Data To Service
App Development with Angular: Part 2 - Submit Data To Service This clip is from the chapter "App Development with Angular" of the series "The Full Stack Web Development".In this section, we work with Angular 2 components, routing,...
Curated Video
C++ Developer - Rethrowing Exceptions
This video explains how to rethrow exceptions. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Curated Video
C++ Developer - User Input
This video explains user input. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 08 - Configuring an Endpoint for GetCourseDetailsRequest
SOAP Web Services with Spring and Spring Boot: Step 08 - Configuring an Endpoint for GetCourseDetailsRequest This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST...
Curated Video
Bash Shell Scripting- Introduction to AWK
This video introduces you to AWK. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Packt
Getting Input from Users
File System and Command Line Args (Notes App): Getting Input from Users This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section,...
Curated Video
C++ Standard Template Library in Practice - String Streams
In this video, you will learn about string Streams. โข Introduce the concept of String Streams โข Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the series "C++ Standard Template Library...
Brian McLogan
How to find -(fx)
๐ Learn how to evaluate a function and for any given value. For any function, f(x) x is called the input value or the argument of the function. To evaluate a function, all we have to do is to change the argument of the function from x to...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 18 - Set Interface - Exercise - Find Unique Characters in a List
In this session, we will learn about set interface - exercise - find unique characters in a list. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Create Structure of Main Page
Project - Build a Twitter Clone (Main Page): Create Structure of Main Page This clip is from the chapter "Project - Build a Twitter Clone (Main Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Main Page Validation
Project - Build a Twitter Clone (Add JavaScript to Main and Login Page): Main Page Validation This clip is from the chapter "Project - Build a Twitter Clone (Add JavaScript to Main and Login Page" of the series "Frontend Web Development...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Design A Course Schedule Considering Pre-reqs For Courses
Given a course list and pre-reqs for every course design a course schedule so pre-reqs are done before the courses. This clip is from the chapter "Graph Problems" of the series "From 0 to 1: Data Structures & Algorithms in Java".null
Curated Video
Excel VBA Programming The Complete Guide - The InputBox Function
In this lesson, we use the InputBox function to collect a new worksheet title from the user. The InputBox is a basic dialog box with a single text entry field, a prompt, a title, and OK / Cancel buttons. This clip is from the chapter...