Instructional Video4:48
Let's Tute

IFERROR Function & Dynamic Amortization Tables in Excel

9th - Higher Ed
In this video tutorial, the teacher explains the use of the "if error" function and dynamic amortization tables in Microsoft Excel. The "if error" function is used to handle errors in Excel functions, while the dynamic amortization table...
Instructional Video0:55
The March of Time

1946: WASHINGTON, D.C: Wilson Wyatt walking into National Housing Agency building. Talking w/ Detroit Mayor Edward Jeffries about building new codes. In meeting w/ AFL-CIO reps William Nicholas, Harry Bates on Labor problems, asking for more workers.

12th - Higher Ed
MOT 1946: WASHINGTON, D.C: Wilson Wyatt walking into National Housing Agency building. Talking w/ Detroit Mayor Edward Jeffries about building new codes. In meeting w/ AFL-CIO reps William Nicholas, Harry Bates on Labor problems, asking...
Instructional Video9:24
APMonitor

Collect Automotive Data

10th - Higher Ed
Automotive data is available from OBD-II codes that are standard for engine monitoring of light duty vehicles (passenger cars) starting in year 1996. Newer vehicles may include additional sensors from other electronic systems such as the...
Instructional Video8:36
Fun Robotics

Conditions Part 1

Higher Ed
Defining conditions and their usage in Python programming
Instructional Video5:17
Curated Video

Learning Python Web Penetration Testing (Video 15)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video3:18
Curated Video

Understanding Genetic Inheritance: How Genes Control Physical Characteristics

Higher Ed
This video explains how physical characteristics in offspring are controlled by the interaction of genes inherited from each parent. It discusses the role of alleles, which are different forms of the same gene, and how multiple genes can...
Instructional Video7:22
Curated Video

Learning Python Web Penetration Testing (Video 8)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video3:08
IDG TECHtalk

Variable formatting with the fmt package | Smart Go

Higher Ed
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Instructional Video7:40
Curated Video

Node.js API Masterclass with Express and MongoDB - HTTP Status Codes

Higher Ed
HTTP Intro - Headers, Body, Status Codes, etc: HTTP Status Codes This clip is from the chapter "HTTP Intro - Headers, Body, Status Codes, etc" of the series "Node.js API Masterclass with Express and MongoDB".This section is about Http &...
Instructional Video3:36
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - [Theory] Errors in gRPC

Higher Ed
[Hands-On] gRPC Advanced Features Deep Dive: [Theory] Errors in gRPC This clip is from the chapter "[Hands-On] gRPC Advanced Features Deep Dive" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this...
Instructional Video8:38
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 40 - ManyToMany Mapping - Insert Student and Course

Higher Ed
In this video, we will cover ManyToMany mapping - insert student and course. This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and JPA with Spring...
Instructional Video3:20
Curated Video

TypeScript for Beginners - More about string

Higher Ed
In this video, we will discuss strings in more detail. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use them.
Instructional Video14:53
Curated Video

The Modern JavaScript Bootcamp (2019) - HTTP Headers and Errors

Higher Ed
In this lesson, you’re going to dive into the details of an HTTP request. You’ll dissect a request to see how the request and response are exchanged. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern...
Instructional Video5:06
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Total Enrollments per Course

Higher Ed
In this lesson, we will work on the 4th step, which is to show the total number of students enrolled per course. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
Instructional Video12:19
Curated Video

Rust Programming Master Class from Beginner to Expert - Iterators (Part 2)

Higher Ed
In this video, you will learn more about iterators. This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring iterators,...
Instructional Video8:58
Curated Video

Figma for UIUX Master Web Design in Figma - Digital Product Landing Page

Higher Ed
This video talks about the digital product landing page. This clip is from the chapter "The Second Key to Great Web Design" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the second key to great web...
Instructional Video15:14
Curated Video

Rust Programming Master Class from Beginner to Expert - Implementing Postfix Conversion - Part 1

Higher Ed
In this video, you will learn how to implement postfix conversion. This clip is from the chapter "Project: Stack Implementation" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will put all our...
Instructional Video3:42
Curated Video

Python In Practice - 15 Projects to Master Python - Use of else and finally Blocks

Higher Ed
This video explains the use of else and finally blocks. This clip is from the chapter "Dealing with Errors" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on dealing with errors.
Instructional Video5:11
Curated Video

Python In Practice - 15 Projects to Master Python - Adding Color Theme to Your Applications

Higher Ed
This video explains adding color theme to your applications. This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts...
Instructional Video4:36
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Developing Ordering Lambda Microservice with DynamoDB Client - AWS SDK for JS v3

Higher Ed
This video helps in developing ordering Lambda microservice with DynamoDB Client—AWS SDK for JS version 3. This clip is from the chapter "Develop Ordering Microservice Consume Checkout Event from AWS EventBridge with SDK" of the series...
Instructional Video5:49
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Use of Slashes in Strings

Higher Ed
In this video, you will learn about using slashes in Python strings and how we can use them to create slash codes. This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video1:55
Curated Video

HTML Tutorial for Beginners(2022) - Horizontal Rule in HTML

Higher Ed
Learn the Horizontal rule in HTML and how to use it in your HTML document. This clip is from the chapter "HTML Basics - Getting Started" of the series "HTML Tutorial for Beginners (2022)".This section focuses on the basics of HTML...
Instructional Video10:24
Curated Video

Rust Programming Master Class from Beginner to Expert - Using External Crates

Higher Ed
In this video, you will learn how to use external crates. This clip is from the chapter "Rust Modules and Crates" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring Rust modules...
Instructional Video12:55
Curated Video

Rust Programming Master Class from Beginner to Expert - Match Statement

Higher Ed
In this video, we will cover match statement. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming controls called...