Instructional Video9:50
Curated Video

Describe network protocols : Scalability of Network Programs

Higher Ed
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, we will learn about scalability of network programs. • Learn about the threading model,...
Instructional Video8:29
Curated Video

Beginning Python (Video 31)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video4:56
Curated Video

Statistics for Data Science and Business Analysis - What is a Margin of Error and Why is it Important in Statistics?

Higher Ed
This video explains about margin of error and its importance in statistics. This clip is from the chapter "Confidence Intervals" of the series "Statistics for Data Science and Business Analysis".This section focuses on basic to advanced...
Instructional Video13:30
Packt

Logging in Users

Higher Ed
API Authentication and Security (Task App): Logging in Users This clip is from the chapter "API Authentication and Security (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Instructional Video8:44
Curated Video

Next.js from Development to Deployment - Event Submit and React Toastify

Higher Ed
This video explains event submit and React Toastify. This clip is from the chapter "Events Functionality - Part 1" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the event...
Instructional Video15:07
Curated Video

Comprehensive Android Developer Bootcamp - Parsing JSON Array

Higher Ed
Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON:Parsing JSON Array This clip is from the chapter "Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON" of the series "The Comprehensive...
Instructional Video3:10
Curated Video

The Full Stack Web Development - Password Encryption

Higher Ed
Backend programming with Node.js: Password Encryption This clip is from the chapter "Backend programming with Node.js" of the series "The Full Stack Web Development".In this section, we work with the backend technology like Node.js which...
Instructional Video19:43
Curated Video

The Full Stack Web Development - Connect & Fetch Data From MySQL

Higher Ed
Backend Programming with PHP: Connect & Fetch Data From MySQL This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP,...
Instructional Video15:19
Curated Video

Bash Shell Scripting- Redirection Operators and STDIN, STDOUT & STDERR

Higher Ed
This video shows how to use STDIN, STDOUT, and STDERR. This clip is from the chapter "Redirection Operators" of the series "Complete Bash Shell Scripting".This section covers the various redirection operators.
Instructional Video16:20
Packt

Custom Authentication Middleware

Higher Ed
This video focuses on custom authentication middleware. This clip is from the chapter "Back-end User Authentication" of the series "MERN E-commerce from Scratch".This section focuses on back-end user authentication.
Instructional Video17:08
Packt

The Query String

Higher Ed
Accessing API from Browser: The Query String This clip is from the chapter "Accessing API from Browser" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to access API from Browser
Instructional Video4:50
Curated Video

.NET Core Microservices - RabbitMQ Send Checkout Message to Queue

Higher Ed
This video explains RabbitMQ send checkout message to queue. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video4:12
Curated Video

.NET Core Microservices - RabbitMQ Payment Message Sender

Higher Ed
This video explains RabbitMQ payment message sender. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video8:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Enforcing the Contract

Higher Ed
Interface is a contract between two parts of a program. Most functions limit what inputs are valid, while function callers expect a limited range of return values. Most classes have a limited number of states. A good interface must...
Instructional Video2:29
Curated Video

Complete Modern C++ - Operator Overloading - Part IV (Friend Keyword)

Higher Ed
This video explains the purpose of the friend keyword and when and where to use it. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
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...