Instructional Video3:57
IDG TECHtalk

Using f-strings in Python to format output

Higher Ed
The f-string feature in Python lets you format output in strings by using convenient text templates. This walkthrough shows you the basics of how to use f-string formatting in your code.
Instructional Video5:36
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Partial Matching

Higher Ed
This video focuses on partial matching while searching with Elasticsearch. This clip is from the chapter "Searching with Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how...
Instructional Video2:10
Curated Video

Learning LESS (Video 23)

Higher Ed
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...
Instructional Video8:18
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Creating and Defining Identity and Access Management (IAM) Policy Conditions

Higher Ed
This video explains how to create an IAM policy and define policy conditions. This clip is from the chapter "Solutions Architect Chapter 8 – Identity and Access Management (IAM) Best Practices" of the series "AWS Solutions Architect...
Instructional Video8:31
Learn German with Herr Antrim

How to Use Separable Prefix Verbs (trennbare Verben) in German

9th - 12th
Learn how to use the separable prefix verbs in German (also known as “trennbare Verben”) with this German grammar lesson. In this video I explain when to separate the prefix from a German verb and when not to. I also show you a list of...
Instructional Video2:12
Curated Video

TypeScript for Beginners - const Prefix

Higher Ed
This video demonstrates how to use the const prefix. This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Instructional Video9:25
Curated Video

Bash Shell Scripting - Arithmetic Operators - Part 2

Higher Ed
This is the second part of the two-part video that showcases arithmetic operators. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Instructional Video15:05
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Demonstration - Run Templates with PS

Higher Ed
In this video, we will cover demonstration - run templates with PS. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module...
Instructional Video3:07
Curated Video

The Complete Practical Docker Guide - Creating New Custom Bridge Network

Higher Ed
This video helps in creating a new custom bridge network. This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical Docker Guide".This section focuses on default...
Instructional Video4:19
Curated Video

World of Computer Networking Your CCNA start - Hosts in the Same Network - Example 1

Higher Ed
This video explains hosts in the same network with an example. This clip is from the chapter "Networks Masks and Subnetting" of the series "World of Computer Networking: Your CCNA start".This section introduces you to networks masks and...
Instructional Video7:50
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Simple Storage Service (Amazon S3) Advanced Features

Higher Ed
This video explains some of the most advanced features of Amazon S3. This clip is from the chapter "Solutions Architect Chapter 2 – Amazon Web Services (AWS) Storage Design" of the series "AWS Solutions Architect Associate (SAA-C02) Exam...
Instructional Video1:48
IDG TECHtalk

How to use the split command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, we’re going to look at the split command that breaks files into pieces --according to your instructions, if you like -- and gives the pieces sequential names.
Instructional Video4:06
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Query-Time Search-as-you-Type

Higher Ed
This video explains how to use query-time Search-as-you-Type. This clip is from the chapter "Searching with Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to search with...
Instructional Video3:28
Curated Video

World of Computer Networking Your CCNA start - Equal-cost Load Balancing

Higher Ed
This video highlights the concept of equal-cost load balancing. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video8:53
Curated Video

World of Computer Networking Your CCNA start - Understanding How Routers Make Routing Decisions

Higher Ed
This video explains how routers make routing decisions. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video15:07
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Writing Our Main Activity Part 1 "Motivate Me App"

Higher Ed
In this video, we will be writing our main activity part 1. This clip is from the chapter "Motivate Me App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build our first app called...
Instructional Video15:29
Curated Video

Machine Learning Random Forest with Python from Scratch - Categorical to Numeric Conversion

Higher Ed
In a machine, it understands values in the form of numbers. You will learn how to convert non-numeric data to numeric without changing the feature of the value. This clip is from the chapter "Random Forest Step-by-Step" of the series...
Instructional Video3:20
Curated Video

World of Computer Networking Your CCNA start - Number of Hosts Needed in a Network - Example 1

Higher Ed
This video explains the number of hosts needed in a network with an example. This clip is from the chapter "Networks Masks and Subnetting" of the series "World of Computer Networking: Your CCNA start".This section introduces you to...
Instructional Video6:39
Curated Video

World of Computer Networking Your CCNA start - Border Gateway Protocol (BGP) Prefix Lists

Higher Ed
This video focuses on BGP prefix lists. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video5:07
Curated Video

Making Complaints In English

Pre-K - Higher Ed
Have you ever needed to complain about a service or product? In this lesson we will take a look at how to make complaints in English. Do let me know in the comments section if you have any questions about this, and feel free to leave...
Instructional Video4:50
Curated Video

Probability Statistics - The Foundations of Machine Learning - Practical Note: One-Hot Vector Encoding

Higher Ed
In this video, we will cover one-hot vector encoding. This clip is from the chapter "Diving in with Code" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section, we will first set up our working...
Instructional Video23:22
Schooling Online

Chemistry Skills: Units

3rd - Higher Ed
Did you know that (at least) one mark in the HSC Chemistry exam comes from using the correct units? If you know your SI units well, then you’re guaranteed a free mark! If only the rest of the exam was that easy! This lesson will cover...
Instructional Video6:22
Curated Video

Mastering Spring Framework Fundamentals - Rendering a Jakarta Server Pages (JSP) Based View with View Resolvers

Higher Ed
This video demonstrates how to use static properties. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers, encapsulation,...
Instructional Video4:28
Curated Video

World of Computer Networking Your CCNA start - Classless Inter Domain Routing (CIDR)

Higher Ed
This video highlights the concept of CIDR. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.