Curated Video
Next.js from Development to Deployment - Store JWT in Server HttpOnly Cookie
This video explains how to store JWT in server HttpOnly cookie. This clip is from the chapter "Authentication, JWT, and HttpOnly Cookies" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section...
Curated Video
Excel VBA Programming The Complete Guide - Error and Err.Number
The Err object collects information about errors encountered during macro execution. In this lesson, we explore its helpful Number property and take a look at over 100 different VBA error messages. This clip is from the chapter...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Try and Except Rule
In this video, you'll learn about the try and except rule in Python. This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of...
Curated Video
The Modern JavaScript Bootcamp (2019) - More on Variables
In this lesson, you’ll learn a bit more about variables. We’ll talk about the rules for variable naming and I’ll show you a few common traps you’ll want to avoid. This clip is from the chapter "JavaScript Basics: Variables and Flow...
Curated Video
Advanced Swift 2 Application Development (Video 13)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Curated Video
Beginning Python (Video 25)
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
Web Development with Node.JS and MongoDB (Video 20)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Curated Video
Agricultura
Este programa de video de accion en vivo es sobre la palabra Agricultura. El programa esta disenado para reforzar y apoyar la comprension y retencion por el estudiante de la palabra Agricultura mediante el uso de secuencias de video,...
Packt
Resource Updating Endpoints: Part II
REST APIs and Mongoose (Task App): Resource Updating Endpoints: Part II This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Packt
Resource Updating Endpoints: Part I
REST APIs and Mongoose (Task App): Resource Updating Endpoints: Part I This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Packt
Callback Chaining
Asynchronous Node.js (Weather App): Callback Chaining This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Packt
Practice Exercises on Locators Learnt from the Previous Lectures
This video contains practice exercises on locators learned from the previous lectures. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced...
Curated Video
Microsoft SQL Server Development for Everyone - Dropping or Removing a Database
This video explains how to drop or remove a database. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate tables and data.
Curated Video
TypeScript for Beginners - Using Optional Parameters
This video demonstrates how to use optional parameters. This clip is from the chapter "Functions" of the series "TypeScript for Beginners".This section introduces you to functions and explains how to use them.
Curated Video
Comprehensive Android Developer Bootcamp - Showing a JSON Response
Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON:Showing a JSON Response This clip is from the chapter "Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON" of the series "The...
Curated Video
Bash Shell Scripting - Debugging - Part 3
This is the third part of the three-part video that explains the concept of debugging. This clip is from the chapter "Debugging Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This...
Curated Video
Alteryx for Beginners - Output Tool - Updating Existing Data
This video demonstrates how to use Alteryx as the Output tool for updating existing data. This clip is from the chapter "In/Out Tab" of the series "Alteryx for Beginners".This section provides an introduction to the In/Out tab in Alteryx.
IDG TECHtalk
How to never look up tidyr pivot_wider and pivot_longer again
Tidyr is a handy R package for reshaping data, but it can be hard to remember exactly how pivot_wider and pivot_longer work. Thanks to RStudio code snippets, you can write a snippet once and then always have a fill-in-the-blank code...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Demonstration - Run Templates with PS
In this video, we will cover demonstration - run templates with PS. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module...
Curated Video
API Testing with Postman - Find the 500 Solution
Walk through the solution of the testing challenge. • Explain the purpose of this exercise • Show the first example of a 500 error • Show the second 500 error This clip is from the chapter "Testing Your API Calls" of the series "API...
Curated Video
.NET Core Microservices - Demo - Synchronous Communication and Alerts Display
This video explains synchronous communication and alerts display. This clip is from the chapter "Sync Microservice Communication" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Curated Video
Complete Modern C++ - First C++ Program
This video explains the structure of the first C++ program. • Implementation overview of match • Build an overload set • C++17 deduction guide This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern...
Curated Video
Complete Modern C++ - noexcept
In this video, understand why noexcept is part of the function type in C++17. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as changes,...
Curated Video
C++ 20 (2a) New Features - Defining Own Concepts
Implement mySort wrapper to std::sort function. Use the function incorrectly. • Consider compiler error diagnostics • Constrain function using RandomAccessIterator and LessThanComparable concepts • Consider improved error diagnostics...