Curated Video
Complete Java SE 8 Developer Bootcamp - Static Initialization Block
Learn the syntax and restrictions for a static initialization block for every time a new instance is created This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In...
Catalyst University
How is the Coronavirus Tested Via the CDC
In this video, I do a very basic explanation of how the Coronavirus (COVID-19) is tested, according to the CDC's protocol.
TLDR News
If Polls Were Wrong in 2016, Can We Trust Them in 2020? Why Polls are More Reliable - TLDR News
In 2016 many were shocked by Trump's victory. Polls hadn't predicted it and many were just surprised by the preferences of their fellow Americans. This time around people are cautious about being stung again, and therefore it seems that...
Programming Electronics Academy
IDE Familiarization: Arduino Course 2.5
A walk through of the Arduino IDE, the software used to program the Arduino.
Packt
Querying Documents
MongoDB and Promises (Task App): Querying Documents This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about MongoDb
Packt
Regular Expressions - Form Validation Project
Error Handling & Regular Expressions: Regular Expressions - Form Validation Project This clip is from the chapter "Error Handling & Regular Expressions" of the series "Modern JavaScript from the Beginning".In this section, you will learn...
Packt
Kafka Console Producer Command Line Interface (CLI)
This video explains the CLI commands related to the Kafka console producer. This clip is from the chapter "Command Line Interface (CLI) 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
KnowMo
Understanding Error Intervals: Finding the Range of Exact Values
This video discusses the concept of error intervals, which are used to determine the range of possible values of a measurement that has been rounded to a specific number of decimal places or significant figures. The video gives examples...
Curated Video
Learn and Master C Programming - Using Our Library in a Project - The Un-recommended Approach
We will look at 3 different ways to use our library from a console application that we create together. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute...
IDG TECHtalk
Creating tests for your Go apps: Smart Go
Learn the basics of Go's built-in testing framework, used for writing unit tests that sit side-by-side with the code you're testing.
Curated Video
C++ 20 (2a) New Features - Concepts Library
Implement mysort wrapper to std::sort overload that takes comparison function. Pass invalid comparison function to the wrapper. • Consider compiler error diagnostics • Constrain function using concepts from standard library:...
Curated Video
C++ Developer - Exceptions and the Exception Hierarchy
This video explains the hierarchy of exceptions. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Packt
Message and Loader Components
This video explains the various message and loader components. This clip is from the chapter "Implementing Redux for State Management" of the series "MERN E-commerce from Scratch".This section explains how to implement Redux for state...
Curated Video
RECUPERARME DE MI ERROR - Recover from My Mistake
Este vídeo ayudará a cualquier persona que se sienta mal por haber cometido un error, a dejar de perder el tiempo machacándose por ello, y a aprender a recuperarse con elegancia y a prosperar. Todos cometemos errores y podemos...
Packt
Reading a Note
File System and Command Line Args (Notes App): Reading a Note This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Packt
Identifying Locators (ClassName) with Developer Tools -2
This is the second part of a two-part lecture that explains how to identify locators with developer tools. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java...
Packt
Brush-Up Basic Java Concepts -2
This is the second part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...
Curated Video
.NET Core Microservices - Delete Product
This video explains the concept of delete product. This clip is from the chapter "Product CRUD" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about product CRUD.
Curated Video
Multi-Paradigm Programming with Modern C++ - Compile-Time Evaluation Using constexpr
Some expressions can be evaluated during compilation. This lets us improve performance, and also compute constants, which improves code readability. • About constant expressions • What code can become a constexpr? • Live coding: instant...
Curated Video
GCSE Secondary Maths Age 13-17 - Probability & Statistics: Tree Diagrams - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
Apache Maven Beginner to Guru - Generating Test Reports with Maven
This video explains how to generate test reports with Maven. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Curated Video
Orbita
Este programa de video de accion en vivo es sobre la palabra orbita. El programa esta disenado para reforzar y apoyar la comprension y retencion del estudiante de la palabra orbita mediante el uso de secuencias de video, fotografias,...
Python Programmer
EDA Python - 14-2_Errors and Exceptions
In this part 2 of errors and exceptions we'll delve a deeper into how to use them.
Curated Video
Core Java Programming Course- Array Object
This video explains the array object. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.