Curated Video
Microsoft SQL Server Development for Everyone - SQL AVG Aggregate Function
This video focuses on the SQL AVG aggregate function. This clip is from the chapter "GROUP BY and Aggregate Functions" of the series "Microsoft SQL Server Development for Everyone".This section presents an introduction to the GROUP BY...
Packt
Storing Users: Part I
Real-Time Web Applications with Socket.io (Chat App): Storing Users: Part I This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Packt
Parameterizing from TestNG XML File
This video explains how to parameterize from the TestNG XML file. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers TestNG.
Curated Video
Ansible for the Absolute Beginner - Demo - Tips and Tricks - Atom Integrated Development Environment (IDE) with Ansible
This video presents some tips and tricks for Atom IDE with Ansible. This clip is from the chapter "Introduction to Ansible Playbooks" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on Ansible...
Curated Video
Complete Modern C++ - Attributes
In this video, learn about the attributes added to C++11, C++14, and C++17 and how they can be used in code. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core...
CuriosaMente
¿De dónde salió el mito del "Macho Alfa"?
¿Qué es un "Macho Alfa" y de dónde surgió ese término? ¿Es natural que los hombres sean más agresivos y dominantes? ¿Existe una masculinidad o hay varias masculinidades? ¿De dónde sacamos la idea de cómo debe ser un hombre?
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Printing Output to Console with Java – Puzzles
This video talks about printing output to console with Java – puzzles. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
In this session, we will create modules for the service and consumer project. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses...
Curated Video
Speaking Strategy Turn Pronunciation Problems into Higher Scores
Today you’ll learn how to handle your pronunciation problems on the IELTS Speaking Exam.
Curated Video
Excel VBA Programming The Complete Guide - The OnError Resume Next Keywords
Some errors are not catastrophic to the health of a procedure --- some, in fact, are completely ignorable. In this lesson, we utilize the On Error Resume Next keywords to tell an iteration macro to continue in spite of any errors...
Curated Video
Node.js API Masterclass with Express and MongoDB - Mongoose Error Handling [2]
Custom Error Handling & Mongoose Middleware: Mongoose Error Handling [2] This clip is from the chapter "Custom Error Handling & Mongoose Middleware" of the series "Node.js API Masterclass with Express and MongoDB".This section is about...
Curated Video
Node.js API Masterclass with Express and MongoDB - Mongoose Error Handling [1]
Custom Error Handling & Mongoose Middleware: Mongoose Error Handling [1] This clip is from the chapter "Custom Error Handling & Mongoose Middleware" of the series "Node.js API Masterclass with Express and MongoDB".This section is about...
Curated Video
Web Development with Node.JS and MongoDB (Video 3)
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
Bash Shell Scripting- Debugging a Bash Shell Script
This video shows how to debug a shell script. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Programming Electronics Academy
Lesson 4 | Arduino IDE Familiarization | Arduino Crash Course
Lesson 4 | Arduino IDE Familiarization | Arduino Crash Course
Programming Electronics Academy
Debugging an Arduino Sketch :: Viewer Question #2
Debugging an Arduino Sketch :: Viewer Question #2
Packt
Callback Abstraction Challenge
Asynchronous Node.js (Weather App): Callback Abstraction Challenge 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...
Packt
Types of Packages and How they will Help in Real-Time?
This video discusses the types of packages and how they help in real-time. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores...
Packt
DataProvider Annotation -Parameterizing Test Cases - 2
This is the second part of the two-part lecture that explains how to parameterize test cases. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
.NET Core Microservices - Update Shopping Cart Repository Method
This video explains the update shopping cart repository method. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about...
Curated Video
Creational Design Patterns in Modern C++ - Clock Class
This video highlights an example that does not require a singleton implementation for singularity. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Curated Video
Complete Modern C++ - Type Traits Suffixes
In this video, learn how to use these suffixes.
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type trait suffixes in this section.
Curated Video
Complete Modern C++ - Feature Test Macros
This video introduces the __has_include macro to test for existence of a header file. 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...
Curated Video
C++ Programming By Example - Setting Up Your First GUI Project
How do you use CMake to set up a GUI project? • Install Qt5 • Implement CMake for your Qt5 directory as shown in the video • Reconfigure and generate the project via CMake This clip is from the chapter "Getting Acquainted with Qt" of the...