Instructional Video2:00
Brainwaves Video Anthology

Alejandra Cabrera -Teachers Make a Difference - Mrs. Dzovinar Bodosian

Higher Ed
Alejandra Cabrera is a professor at Paccioli Xalapa University in Mérida, Yucatán, Mexico.
Instructional Video3:17
Curated Video

TypeScript for Beginners - Regular Expressions

Higher Ed
In this video, you will get a brief introduction to regular expressions. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.
Instructional Video5:25
Curated Video

Bash Shell Scripting- tr command

Higher Ed
This video shows how to use the tr command. This clip is from the chapter "Simple useful commands for shell scripting" of the series "Complete Bash Shell Scripting".This section covers the commands you can use for shell scripting
Instructional Video8:43
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 26 - Map Interface - Exercise - Count Occurrences of Characters and Words

Higher Ed
In this session, we will learn about map interface - exercise - count occurrences of characters and words. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video8:27
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Reading Text Files in Python

Higher Ed
This video demonstrates how to read text files in Python. This clip is from the chapter "Reading and Writing Files in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains reading...
Instructional Video6:46
Curated Video

Beginning Python (Video 32)

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 in a...
Instructional Video13:20
Schooling Online

Shakespeare Today: Julius Caesar - Theme of Appearance Vs Reality

3rd - Higher Ed
Watch this lesson today to discover how Shakespeare explores the conflict between the appearances characters present and the reality of their intentions in Julius Caesar. See how Cassius and Antony use language to distort reality, and...
Instructional Video14:05
Schooling Online

Shakespeare Today: Othello - Key Quotes 2

3rd - Higher Ed
After watching this lesson, you will be able to support your discussion of Othello’s themes with detailed textual analysis! This lesson unpacks quotes from characters other than Othello, including Desdemona and the manipulative Iago.
Instructional Video12:51
Schooling Online

Shakespeare Today: Hamlet - Key Quotes 2

3rd - Higher Ed
After watching this lesson, you will be able to support your discussion of Hamlet’s themes with detailed textual analysis! This lesson unpacks quotes from characters other than Hamlet, including Claudius, Gertrude and Ophelia.
Instructional Video2:24
Curated Video

World of Computer Networking Your CCNA start - Media Access Control (MAC) Address

Higher Ed
This video explains the concept of MAC address in detail. This clip is from the chapter "Ethernet" of the series "World of Computer Networking: Your CCNA start".This section introduces you to Ethernet.
Instructional Video5:40
Curated Video

Beginning Python (Video 13)

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 in a...
Instructional Video7:18
Curated Video

The Full Stack Web Development - Data Validation & Listing Data

Higher Ed
Backend Programming with Ruby On Rails: Data Validation & Listing Data This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section, we will talk about whole MVC...
Instructional Video10:33
IDG TECHtalk

R 4.0: 3 new features

Higher Ed
See three of the new features in the latest version of R. Plus, see how to test drive R 4.0 and the latest beta version of RStudio in a Docker container so you don’t interfere with your existing setup.
Instructional Video1:46
IDG TECHtalk

How to use the head and tail commands: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the head and tail commands. They're basic commands that every Linux user should know. The head command is generally used to display the top lines in a text file, and the tail command shows the last...
Instructional Video4:02
Curated Video

Learn Git in 3 Hours- Setup Git Ignore Files

Higher Ed
There will be files in our Git repositories that we will not want to track the changes to, such as build artefacts. We can use Git ignore lists to specify these files. • Decide what files are to be ignored • Create a .Gitignore file in...
Instructional Video7:12
Curated Video

Bash Shell Scripting- Regex - Part 2 - Regex with special characters (^ and $)

Higher Ed
This video shows how to use Regex with special characters. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video8:06
Curated Video

C++ Standard Template Library in Practice - Console I/O - Interact with a User

Higher Ed
The user wants to be able to interact with a user from the console. • Introduce the user to the console • Talk about the standard I/O • Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the...
Instructional Video7:54
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring Changes in a Git Repository

Higher Ed
This video explains the changes in a Git repository. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file lifecycle. It also...
Instructional Video3:07
Curated Video

World of Computer Networking Your CCNA start - Basics of Bits and Bytes

Higher Ed
This video explains the basics of bits and bytes in Transmission Control Protocol/Internet Protocol (TCP/IP). This clip is from the chapter "Bits and Bytes" of the series "World of Computer Networking: Your CCNA start".This section...
Instructional Video9:00
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Java char Data Type - Exercises 3 - isConsonant, List Upper Case, and L

Higher Ed
In this video, we will learn about Java char data type - exercises 3 - isConsonant, List Upper Case, and L. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners -...
Instructional Video3:00
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Write Your First Python Statement

Higher Ed
This video demonstrates how to use Python Shell and write your first statement. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the...
Instructional Video15:46
Curated Video

The Full Stack Web Development - JavaScript Form Validation - Form Project

Higher Ed
Basic JavaScript Concepts: JavaScript Form Validation - Form Project This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of JavaScript programming...
Instructional Video3:38
Curated Video

Alteryx for Beginners - Data Cleansing Tool - Part 2

Higher Ed
This is the second part of the two-part video that explains how to use the Data Cleansing tool in Alteryx. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video6:08
IDG TECHtalk

Easy error handling in R with purrr’s possibly

Higher Ed
See how the purrr package’s possibly() function helps you flag errors and keep going when applying a function over multiple objects in R.