Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Class Interfaces
In advanced code that should be reused, you'll end up creating a blueprint for other classes to use. That's a class interface. Watch this lesson to learn how they work. This clip is from the chapter "Advanced Python" of the series...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - Type Relationships in GraphQL
GraphQL Type Relationships: Type Relationships in GraphQL This clip is from the chapter "GraphQL Type Relationships" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is about GraphQL Type Relationships.
Curated Video
Design test cases to verify a computer program : Testing the Multiplication Function
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video explains how to test the multiplication function in Python.
Curated Video
Solving Inequalities with Negative Coefficients
In this video, mathematicians learn how to solve inequalities in one variable containing negative coefficients. They are taught to divide by a negative number and change the direction of the sign. The video provides examples and...
Curated Video
Introduction to ASP.NET MVC 6 (Video 11)
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a new...
Curated Video
Learning ASP.NET Web API (Video 32)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Curated Video
Learning LESS (Video 9)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
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...