Curated Video
Describe network protocols : Scalability of Network Programs
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,...
Curated Video
Beginning Python (Video 31)
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...
Curated Video
Statistics for Data Science and Business Analysis - What is a Margin of Error and Why is it Important in Statistics?
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...
Packt
Logging in Users
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...
Curated Video
Next.js from Development to Deployment - Event Submit and React Toastify
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...
Curated Video
Comprehensive Android Developer Bootcamp - Parsing JSON Array
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...
Curated Video
The Full Stack Web Development - Password Encryption
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...
Curated Video
The Full Stack Web Development - Connect & Fetch Data From MySQL
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,...
Curated Video
Bash Shell Scripting- Redirection Operators and STDIN, STDOUT & STDERR
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.
Packt
Custom Authentication Middleware
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.
Packt
The Query String
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
Curated Video
.NET Core Microservices - RabbitMQ Send Checkout Message to Queue
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
Curated Video
.NET Core Microservices - RabbitMQ Payment Message Sender
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
Curated Video
Multi-Paradigm Programming with Modern C++ - Enforcing the Contract
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...
Curated Video
Complete Modern C++ - Operator Overloading - Part IV (Friend Keyword)
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.
Curated Video
Complete Modern C++ - The C++ Compilation Process
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...