Instructional Video3:19
Curated Video

Learning ASP.NET Web API (Video 28)

Higher Ed
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Instructional Video14:30
Curated Video

The Complete React Developer Course (with Hooks and Redux) - ES6 Promises

Higher Ed
In this video you'll learn how you can use ES6 promises to sync up your asynchronous actions. This clip is from the chapter "Firebase 101" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Firebase...
Instructional Video4:10
Curated Video

The Modern JavaScript Bootcamp (2019) - Bonus: Where do I go from here?

Higher Ed
In this bonus video, we'll answer the question: "Where do I go from here?" This clip is from the chapter "Wrapping Up" of the series "The Modern JavaScript Bootcamp (2019)".null
Instructional Video6:41
Curated Video

Learn Go in 3 Hours - Creating and Using Your Own Packages

Higher Ed
Packages aren’t just for the standard library. Well-structured Go programs also use package for organization. • This video covers how to break up your program into different packages and how to import these packages. • Make your own...
Instructional Video15:57
Curated Video

The Complete Beginners Guide to Arduino - 2021 - 7-Segment Displays Using the MAX7219 - Part 1 - Alphanumeric

Higher Ed
In this lecture, we are going to work with 7-segment displays using the MAX7219 - part 1 - alphanumeric. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino -...
Instructional Video22:46
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Downloading Files from the Internet

Higher Ed
This video teaches you how to securely download files from the Internet. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Instructional Video8:05
Curated Video

REST APIs with Flask and Python - Virtualenvs and Setting up Flask-RESTful

Higher Ed
This video explains Virtualenvs and demonstrates how to set up Flask-RESTful. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the various...
Instructional Video10:09
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Apache POI API and Downloading Instructions

Higher Ed
This video focuses on Apache POI API and explains how to download instructions. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This...
Instructional Video16:24
Curated Video

Generating Random Numbers and Creating a Simple Math Game in Python

Pre-K - Higher Ed
In this video, the teacher covers the concepts of error handling using try and except in Python, generating random numbers for a math game, and creating a simple math quiz for users to input answers. The teacher demonstrates how to...
Instructional Video4:38
Curated Video

Arduino for Beginners - 2022 Complete Course - Step 5 - LCD Setup and Welcome Message

Higher Ed
This video explains step 5 - LCD setup and welcome message. This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This section explains interactive...
Instructional Video8:19
Curated Video

Rust Programming Master Class from Beginner to Expert - Rust Modules (Part 1)

Higher Ed
In this video, we will cover Rust modules. This clip is from the chapter "Rust Modules and Crates" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring Rust modules and crates.
Instructional Video12:22
Curated Video

Probability Statistics - The Foundations of Machine Learning - Exploring Data Types in Code

Higher Ed
In this video, you will learn how to explore data types in code. This clip is from the chapter "Diving in with Code" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section, we will first set up our...
Instructional Video6:26
Curated Video

Data Analytics using Python Visualizations - Working with Layouts - Row / Column / Grid

Higher Ed
This video explains working with layouts – row / column / grid. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains...
Instructional Video17:57
Curated Video

Practical Data Science using Python - Decision Tree - Iris Dataset Case Study

Higher Ed
This video explains decision tree - Iris Dataset case study. This clip is from the chapter "Classification using decision trees" of the series "Practical Data Science Using Python".This section explains classification using decision trees.
Instructional Video3:51
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Training and Test Sets: Splitting Data

Higher Ed
In this video, we will be working on splitting the data with training and test sets. This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In this...
Instructional Video11:20
Curated Video

Machine Learning Random Forest with Python from Scratch - Using Pandas for Random Forest (1)

Higher Ed
This video introduces us to Pandas data structures and analysis tools, which help make data easy to handle and intuitive. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video4:19
Curated Video

Powerful Presentations With Google Slides - Adjusting Typography

Pre-K - Higher Ed
After this video, the viewer will be able to adjust typographical elements like font, font size and font style.
Instructional Video6:42
Curated Video

Comprehensive Android Developer Bootcamp - Project Setup - Two more Libraries

Higher Ed
Android Machine Learning ML Kit – Face Detection:Project Setup - Two more Libraries This clip is from the chapter "Android Machine Learning ML Kit – Face Detection" of the series "The Comprehensive Android Developer Bootcamp".This...
Instructional Video11:28
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Importing npm Modules

Higher Ed
In this video you'll learn how you can use import to load in 3rd-party npm modules. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Instructional Video26:30
Curated Video

The Complete Beginners Guide to Arduino - 2021 - How to Use a 16x2 LCD Display

Higher Ed
In this lecture, we are going to learn how to use a 16x2 LCD display. 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,...
Instructional Video20:10
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Fixing Backdoor Bugs and Adding Functions

Higher Ed
In this video, you'll learn to fix backdoor bugs and add functions. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video16:51
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Creating Persistence Part 2

Higher Ed
In this video, you'll continue to learn about persistence. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn what an...
Instructional Video1:59
Curated Video

REST APIs with Flask and Python - Installing Flask

Higher Ed
This video demonstrates how to install Flask. This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and Python".This section explains the various aspects of writing a REST API in Python.
Instructional Video4:58
Curated Video

Arduino OOP - Recap and How to Use and Read the Interface

Higher Ed
In this video, we will have a quick recap and learn how to use and read the interface. This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented Programming".In this section, you will...