Instructional Video5:51
Curated Video

Next.js from Development to Deployment - Store JWT in Server HttpOnly Cookie

Higher Ed
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...
Instructional Video8:03
Curated Video

Excel VBA Programming The Complete Guide - Error and Err.Number

Higher Ed
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...
Instructional Video5:14
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Try and Except Rule

Higher Ed
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...
Instructional Video6:09
Curated Video

The Modern JavaScript Bootcamp (2019) - More on Variables

Higher Ed
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...
Instructional Video6:14
Curated Video

Advanced Swift 2 Application Development (Video 13)

Higher Ed
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...
Instructional Video4:52
Curated Video

Beginning Python (Video 25)

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:44
Curated Video

Web Development with Node.JS and MongoDB (Video 20)

Higher Ed
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...
Instructional Video3:02
Curated Video

Agricultura

3rd - 12th
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,...
Instructional Video8:49
Packt

Resource Updating Endpoints: Part II

Higher Ed
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...
Instructional Video16:01
Packt

Resource Updating Endpoints: Part I

Higher Ed
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...
Instructional Video13:35
Packt

Callback Chaining

Higher Ed
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...
Instructional Video7:07
Packt

Practice Exercises on Locators Learnt from the Previous Lectures

Higher Ed
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...
Instructional Video4:17
Curated Video

Microsoft SQL Server Development for Everyone - Dropping or Removing a Database

Higher Ed
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.
Instructional Video4:00
Curated Video

TypeScript for Beginners - Using Optional Parameters

Higher Ed
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.
Instructional Video14:34
Curated Video

Comprehensive Android Developer Bootcamp - Showing a JSON Response

Higher Ed
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...
Instructional Video8:14
Curated Video

Bash Shell Scripting - Debugging - Part 3

Higher Ed
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...
Instructional Video4:18
Curated Video

Alteryx for Beginners - Output Tool - Updating Existing Data

Higher Ed
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.
Instructional Video7:43
IDG TECHtalk

How to never look up tidyr pivot_wider and pivot_longer again

Higher Ed
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...
Instructional Video15:05
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Demonstration - Run Templates with PS

Higher Ed
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...
Instructional Video5:32
Curated Video

API Testing with Postman - Find the 500 Solution

Higher Ed
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...
Instructional Video6:22
Curated Video

.NET Core Microservices - Demo - Synchronous Communication and Alerts Display

Higher Ed
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...
Instructional Video9:12
Curated Video

Complete Modern C++ - First C++ Program

Higher Ed
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...
Instructional Video3:36
Curated Video

Complete Modern C++ - noexcept

Higher Ed
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,...
Instructional Video5:14
Curated Video

C++ 20 (2a) New Features - Defining Own Concepts

Higher Ed
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...