Instructional Video6:28
Curated Video

Excel VBA Programming The Complete Guide - Boolean Expressions

Higher Ed
A Boolean is a special data type whose value can only be True or False. In this lesson, we explore the concept of truthiness and falsiness with the help of common mathematical operations and string comparisons.
r/>
This clip is...
Instructional Video8:56
Curated Video

Microsoft Word: A Guide to Sentence Case and Capitalization

Pre-K - Higher Ed
In this video tutorial, the instructor demonstrates how to apply case changes to text in Microsoft Word. By utilizing the change case tool, viewers are guided through converting text to sentence case, lowercase, uppercase, and capitalize...
Instructional Video10:02
Curated Video

The Full Stack Web Development - Views & Design Docs

Higher Ed
Learning CouchDB: Views & Design Docs
r/>
This clip is from the chapter "Learning CouchDB" of the series "The Full Stack Web Development".For CouchDB which is also no SQL database, we will checkout Fauxton – a web interface to...
Instructional Video12:30
Curated Video

The Full Stack Web Development - Updating & Deleting Documents

Higher Ed
MongoDB - Learning NoSQL Database Design: Updating & Deleting Documents
r/>
This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB...
Instructional Video7:18
Programming Electronics Academy

DeBugging an Arduino Sketch #002 :: The Devil is in the Syntax

Higher Ed
This video walks through Debugging one of the Course Challenges.
Instructional Video5:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Understanding String is Immutable and String Concat, Upper Case, Lower

Higher Ed
In this video, we will learn about understanding string is immutable and string Concat, upper case, lower.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video15:40
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Cleaning Text

Higher Ed
This video explains cleaning text.<br/<br/>>

This clip is from the chapter "Cleaning Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you how to clean the data.
Instructional Video10:05
Curated Video

Vim Masterclass - Exercise Six - Inserting, Changing, Replacing, and Joining - Walkthrough

Higher Ed
This video presents an exercise to practice the different ways of inserting, changing, replacing, and joining text in Vim.
r/>
This clip is from the chapter "Transforming and Substituting Text" of the series "Vim...
Instructional Video5:22
Curated Video

Beginning Python (Video 21)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Instructional Video6:54
Curated Video

Next.js from Development to Deployment - Category Label Component

Higher Ed
This video explains about the category label component.
r/>
This clip is from the chapter "Fetch, Parse, and Display Markdown Posts" of the series "Next.js from Development to Deployment: Build a Music Event Website".This...
Instructional Video17:02
Curated Video

The Modern JavaScript Bootcamp (2019) - Exploring String Methods

Higher Ed
In this video, we’re going to turn our attention from methods we’ve written to methods that are built into the language. The focus will be on methods for our strings.
r/>
This clip is from the chapter "JavaScript Objects" of...
Instructional Video3:52
Curated Video

How To Change Case in Google Docs

Pre-K - Higher Ed
Learn how to easily switch the case of your text in Google Docs with the Change Case add-on by Alec Tutin. This free add-on provides all the essential features for changing text case, just like in Microsoft Word.
Instructional Video5:44
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Read Content from a File - Files readAllLines and Lines Methods

Higher Ed
In this session, we will learn about read content from a file - files readAllLines and lines methods.
r/>
This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java...
Instructional Video13:07
Curated Video

Vim Masterclass - Visual Mode - Part 1

Higher Ed
This video is the first video of a two-part series that explains the visual mode of Vim.<br/<br/>>

This clip is from the chapter "Visual Mode" of the series "Vim Masterclass".This section explains the visual mode of Vim.
Instructional Video12:49
Curated Video

Vim Masterclass - Deleting Text and "Thinking in Vim"

Higher Ed
This video demonstrates how to delete text using the Vim editor.<br/<br/>>

This clip is from the chapter "Vim Essentials" of the series "Vim Masterclass".This section presents an overview of Vim essentials.
Instructional Video26:34
Curated Video

Creating a Simple Chat Bot in Small Basic

Pre-K - Higher Ed
In this tutorial, Justin teaches how to create a simple chat bot using Small Basic programming language. He explains the concept of keyword recognition and response generation using if statements and the isSubText...
Instructional Video9:22
Curated Video

AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course - Solution: S3

Higher Ed
This video explains the solution: S3.
r/>
This clip is from the chapter "Resilient Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section introduces you to resilient...
Instructional Video13:31
Curated Video

The Modern JavaScript Bootcamp (2019) - Hangman Challenge: Part II

Higher Ed
In this video, you’re to build out part of the hangman game.
r/>
This clip is from the chapter "Advanced Objects and Functions" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand the...
Instructional Video4:57
Curated Video

Bash Shell Scripting- Here String Usage

Higher Ed
This video shows how to work with strings.<br/<br/>>

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.
Instructional Video9:00
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Password Policies in Amazon Web Services (AWS)

Higher Ed
This video demonstrates how to use and implement password policies in AWS.
r/>
This clip is from the chapter "Solutions Architect Chapter 8 – Identity and Access Management (IAM) Best Practices" of the series "AWS Solutions...
Instructional Video18:13
Curated Video

The Modern JavaScript Bootcamp (2019) - Sorting Arrays

Higher Ed
In this video, you’ll learn how to sort your arrays. It doesn’t make much sense to have completed todos at the top of the list. What if we could keep the completed ones at the bottom and the incomplete ones up top?
r/>
This...
Instructional Video20:42
Curated Video

The Modern JavaScript Bootcamp (2019) - Searching Arrays: Part II

Higher Ed
This video is a continuation of the last one. You’ll continue to explore array searching.
r/>
This clip is from the chapter "Arrays" of the series "The Modern JavaScript Bootcamp (2019)".To store multiple values in a single...
Instructional Video12:36
Curated Video

The Modern JavaScript Bootcamp (2019) - Rendering Our Filtered Data

Higher Ed
In this video, you’ll explore how to set up live data filtering. This will allow users of the notes app to filter their notes by entering part of the note title in a text input.
r/>
This clip is from the chapter "Javascript in...
Instructional Video9:58
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Editing Files in Vi

Higher Ed
This video demonstrates how to edit files using vi.
r/>
This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides an introduction to the...