Instructional Video3:09
Curated Video

Complete Modern C++ - The C++ Compilation Process

Higher Ed
This video explains the C++ build process in detail. • Structure of the match function • Learn implementation of match function • Usage example and generated assembly benchmark This clip is from the chapter "Basic Language Facilities" of...
Instructional Video8:29
Curated Video

The Modern JavaScript Bootcamp (2019) - Working in Strict Mode

Higher Ed
In this video, you’re going to learn about the strict mode in JavaScript. When you enable strict mode, you’re opting-in to a modified version of JavaScript that removes dangerous and potentially buggy behavior. This clip is from the...
Instructional Video2:16
Curated Video

World of Computer Networking Your CCNA start - Packet Loss Rate

Higher Ed
This video explains the packet loss rate in detail. This clip is from the chapter "Network Characteristics" of the series "World of Computer Networking: Your CCNA start".This section focuses on the characteristics of a network.
Instructional Video3:42
Curated Video

Mastering Microsoft Word 365 - Spelling and Grammar check

Pre-K - Higher Ed
Maggie goes over the basics of making sure Word 365 documents are free of spelling and grammar errors.
Instructional Video3:46
Curated Video

.NET Core Microservices - Upgrade to Azure Messaging ServiceBus

Higher Ed
This video explains how to upgrade to Azure Messaging ServiceBus. This clip is from the chapter "Azure Service Bus" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Azure...
Instructional Video8:40
Curated Video

Bash Shell Scripting - File Descriptors Usage

Higher Ed
This video explains the usage of file descriptors. This clip is from the chapter "Standard I/O Concepts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on standard I/O...
Instructional Video14:53
Curated Video

The Modern JavaScript Bootcamp (2019) - HTTP Headers and Errors

Higher Ed
In this lesson, you’re going to dive into the details of an HTTP request. You’ll dissect a request to see how the request and response are exchanged. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern...
Instructional Video3:44
Curated Video

World of Computer Networking Your CCNA start - Transmission Control Protocol (TCP) versus User Datagram Protocol (UDP)

Higher Ed
This video highlights the difference between TCP and UDP. This clip is from the chapter "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)" of the series "World of Computer Networking: Your CCNA...
Instructional Video12:48
Curated Video

REST APIs with Flask and Python - Errors in Python

Higher Ed
This video focuses on errors 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 knowledge.
Instructional Video9:05
Curated Video

Practical Data Science using Python - Bias and Variance

Higher Ed
This video explains bias and variance. This clip is from the chapter "Machine Learning" of the series "Practical Data Science Using Python".This section explains machine learning.
Instructional Video5:09
Curated Video

.NET Core Microservices - Consume Message from Order API

Higher Ed
This video explains consume message from Order API. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video5:14
Curated Video

The Full Stack Web Development - Gulp JShint Plugin

Higher Ed
Task Runners - Grunt and Gulp: Gulp JShint Plugin This clip is from the chapter "Task Runners - Grunt and Gulp" of the series "The Full Stack Web Development".We will be working with Grunt and Gulp which are task runners. We will do...
Instructional Video17:39
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Tips and Tricks – YAML

Higher Ed
In this video, we will learn about tips and tricks – YAML. This clip is from the chapter "Kubernetes Concepts - Pods, ReplicaSets, Deployments" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we will...
Instructional Video6:15
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Errors and Exceptions

Higher Ed
Errors happen. You can NOT avoid them. It's a fact of life, your programs will have errors somewhere. But that doesn't mean your code should crash your program. Learn how to handle errors gracefully. This clip is from the chapter...
Instructional Video12:19
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Catching Exceptions

Higher Ed
When you get an error, you need to "handle" it so your code doesn't crash. 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,...
Instructional Video8:42
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Anatomy of a SQLi attack - unsanitized input and server errors

Higher Ed
SQL Injection: Anatomy of a SQLi attack - unsanitized input and server errors This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will discuss a...
Instructional Video13:09
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of Surefire Plug-in in Executing Tests

Higher Ed
This video discusses the importance of the Surefire plug-in in executing tests. This clip is from the chapter "Framework Part 3 - Maven Build Management Tool" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:03
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Unit Testing for Performance

Higher Ed
JUnit 4: Unit Testing for Performance This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
Instructional Video4:36
Curated Video

Complete Modern C++ - Sharing std::unique_ptr

Higher Ed
In this video, we will try to share the pointer resource using unique_ptr and find out if it works. • Use access modifier “public” + keyword “slots” • Implement the function declaration like any other class method • Define the...
Instructional Video5:21
Curated Video

The Modern JavaScript Bootcamp (2019) - Handling Application Errors

Higher Ed
In this video, you’re going to integrate a try/catch statement into the to-do and note application. This is going to let us respond to errors thrown by JSON.parse when invalid JSON is parsed. This clip is from the chapter "Expanding Our...
Instructional Video3:31
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Debugging Errors

Higher Ed
In this video, we'll look at debugging errors. This clip is from the chapter "Advanced Concepts" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at advanced concepts
Instructional Video3:23
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Configuring Email Sender Class

Higher Ed
In this video, we'll be configuring email sender class. This clip is from the chapter "Registration" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at registration.
Instructional Video6:22
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Variables & Partials

Higher Ed
Learning Sass: Variables & Partials This clip is from the chapter "Learning Sass" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about Sass.
Instructional Video6:04
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Lists

Higher Ed
This video demonstrates how to create lists in Python. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of Python....