Brainwaves Video Anthology
Alejandra Cabrera -Teachers Make a Difference - Mrs. Dzovinar Bodosian
Alejandra Cabrera is a professor at Paccioli Xalapa University in Mérida, Yucatán, Mexico.
Curated Video
TypeScript for Beginners - Regular Expressions
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.
Curated Video
Bash Shell Scripting- tr command
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
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 26 - Map Interface - Exercise - Count Occurrences of Characters and Words
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Reading Text Files in Python
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...
Curated Video
Beginning Python (Video 32)
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...
Schooling Online
Shakespeare Today: Julius Caesar - Theme of Appearance Vs Reality
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...
Schooling Online
Shakespeare Today: Othello - Key Quotes 2
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.
Schooling Online
Shakespeare Today: Hamlet - Key Quotes 2
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.
Curated Video
World of Computer Networking Your CCNA start - Media Access Control (MAC) Address
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.
Curated Video
Beginning Python (Video 13)
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...
Curated Video
The Full Stack Web Development - Data Validation & Listing Data
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...
IDG TECHtalk
R 4.0: 3 new features
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.
IDG TECHtalk
How to use the head and tail commands: 2-Minute Linux Tips
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...
Curated Video
Learn Git in 3 Hours- Setup Git Ignore Files
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...
Curated Video
Bash Shell Scripting- Regex - Part 2 - Regex with special characters (^ and $)
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.
Curated Video
C++ Standard Template Library in Practice - Console I/O - Interact with a User
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring Changes in a Git Repository
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...
Curated Video
World of Computer Networking Your CCNA start - Basics of Bits and Bytes
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - Java char Data Type - Exercises 3 - isConsonant, List Upper Case, and L
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 -...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Write Your First Python Statement
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...
Curated Video
The Full Stack Web Development - JavaScript Form Validation - Form Project
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...
Curated Video
Alteryx for Beginners - Data Cleansing Tool - Part 2
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.
IDG TECHtalk
Easy error handling in R with purrr’s possibly
See how the purrr package’s possibly() function helps you flag errors and keep going when applying a function over multiple objects in R.