Instructional Video2:24
Curated Video

KS2 Primary Maths Age 13-17 - Ratio, Proportion and Algebra: Number Sequences - Explained

3rd - 5th
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Instructional Video11:35
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 2-Keyboard Shortcuts

Higher Ed
This video focuses on various keyboard shortcuts. This clip is from the chapter "Basic Tools and Framework - Eclipse in 5 steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section presents an overview...
Instructional Video5:14
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 48 - JPA Inheritance Hierarchies and Mappings - Mapped Super Class

Higher Ed
In this video, we will cover JPA inheritance hierarchies and mappings - mapped super class. This clip is from the chapter "Inheritance Hierarchies with JPA and Hibernate" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video9:28
Curated Video

Learn Go in 3 Hours - Errors

Higher Ed
Error handling is a core part of any program and different languages encourage different patterns for handling error conditions. • This video covers Go’s implementation of errors, which uses interfaces and multiple return values. • Learn...
Instructional Video4:33
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Delete Book - Book List Razor Project 2

Higher Ed
In this video, we'll learn how to delete Book. This clip is from the chapter "Book List Razor Project" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at book list Razor project.
Instructional Video6:15
Curated Video

Luna

3rd - 12th
Este programa de video de accion en vivo es sobre la palabra luna. El programa esta disenado para reforzar y apoyar la comprension y retencion del estudiante de la palabra luna mediante el uso de secuencias de video, fotografias,...
Instructional Video9:31
TLDR News

Serial Incompetence or Government Flexibility: Johnson's Twelve Major U-Turns Explained - TLDR News

12th - Higher Ed
The last few months have certainly been unusual, a phase of chaos that no other modern government has had to handle. As such there's been a lot of u-turns and flip-flopping out of Number 10, with government strategy seemingly changing...
Instructional Video12:22
IDG TECHtalk

How to boost R Markdown interactivity with runtime Shiny

Higher Ed
In this episode of Do More With R, Sharon demonstrates how to turbocharge R Markdown interactions with runtime Shiny. Shiny is a Web application framework for R with a pretty specific format. Syntax for a Shiny app layout can be daunting...
Instructional Video8:50
IDG TECHtalk

Marshaling JSON in Go with structs | Smart Go

Higher Ed
Learn how to use the struct type in Go to translate JSON read from a website into a local data structure. This video also briefly covers the use of using the net/http package to read from websites, Go error handling, and using the defer...
Instructional Video7:21
Curated Video

Core Java Programming Course- Java Development Kit (JDK) 10 Installation

Higher Ed
This video shows how to install JDK 10. This clip is from the chapter "What's New in Java 10?" of the series "Learn How to Code: The Complete Core Java Programming Course".This section highlights the new features of Java 10.
Instructional Video1:33
Curated Video

Core Java Programming Course- Error vs. Exception

Higher Ed
This video explains the difference between errors and exceptions. This clip is from the chapter "Exception Handling" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explores exception handling.
Instructional Video5:15
Packt

Connecting to the Database

Higher Ed
This video explains how to connect to the database. This clip is from the chapter "Getting Started with MongoDB" of the series "MERN E-commerce from Scratch".This section explains how to get started with MongoDB.
Instructional Video7:45
Curated Video

Factorizing Quadratics: Advanced Methods and Difference of Two Squares

Higher Ed
The video provides a tutorial on factorizing quadratics with a coefficient of 'a' greater than one. The presenter explains how to use a variation of the sum and product rule to find the two numbers that add up to the linear coefficient...
Instructional Video7:15
Curated Video

Complete Modern C++ - Non-type Template Arguments

Higher Ed
This video explains the purpose of non-type template arguments. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic...
Instructional Video18:56
Curated Video

C++ Programming By Example - A Deeper Dive into std::vector

Higher Ed
What is the proper use of std::vector? • Analyze cppreference to show nuances of using std::vector • Show the difference between push_back and emplace_back • Understand the “proper” ways to initialize a std::vector This clip is from the...
Instructional Video9:19
Let's Tute

Microsoft Excel Tutorial: Adding Dropdown Lists with Data Validation

9th - Higher Ed
In this Microsoft Excel tutorial, we learn how to add dropdown lists using data validation. Data validation allows us to restrict manual data entry and display error messages for invalid data. We explore different conditions such as...
Instructional Video4:34
Curated Video

Microsoft SQL Server Development for Everyone - Inserting Data into the Table Using Management Studio

Higher Ed
This video demonstrates how to insert data into the table using Management Studio. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to...
Instructional Video7:19
Curated Video

Excel VBA Programming The Complete Guide - Intro to Error Handling

Higher Ed
Programmers of all experience levels make mistakes --- it's part of the job. Error handling is the ability to avoid errors in our code by catching them before they happen. In this lesson, we discuss some common errors we can run into in...
Instructional Video6:42
Curated Video

KS2 Primary Maths Age 9-13 - Number: - Explained

3rd - 5th
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Instructional Video4:35
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Java Floating Point Data Types - Casting, Conversion, and Accuracy

Higher Ed
In this video, we will learn about Java floating point data types - casting, conversion, and accuracy. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java...
Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips

Higher Ed
In this video, we will learn about introduction to Java method arguments - puzzles and tips. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video8:14
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Java Expression – Puzzles

Higher Ed
This video talks about Java expression – 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 16".In this section,...
Instructional Video7:15
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Ship Order and Cancel Order

Higher Ed
In this video, we'll look at ship order and cancel order. This clip is from the chapter "Order Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at order management.
Instructional Video6:24
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Introduction to Logging in Python Tests

Higher Ed
This video provides an introduction to logging in Python tests. This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from Scratch and...