Instructional Video18:35
Schooling Online

Shakespeare Today: Much Ado About Nothing - Key Quotes 1

3rd - Higher Ed
After watching this lesson, you will be able to support your discussion of Much Ado About Nothing’s themes with detailed textual analysis! This lesson unpacks the most famous and significant quotes uttered by Benedick and Beatrice.
Instructional Video2:37
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Install Python on MacOS

Higher Ed
This video shows how to install Python in Mac OS. This clip is from the chapter "Introduction" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a brief introduction of Python...
Instructional Video13:30
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Embedding Backdoor in Image Part 1

Higher Ed
In this video, you'll learn how to embed backdoor techniques in an image. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Instructional Video8:52
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Adding Help Option

Higher Ed
This video teaches you to add a help option. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn what an advanced...
Instructional Video11:46
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Listing Files and Understanding ls Output

Higher Ed
This video explains how to list files and output using the ls command. This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides an introduction...
Instructional Video5:43
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Excel Automation - Part 2

Higher Ed
This is second of the two-part video, where you will learn about the automation of data in a spreadsheet. This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation - UiPath RPA...
Instructional Video5:31
Curated Video

Practical Linux Command Line 2.0 - Write Some Text Inside a File from the Terminal (Echo)

Higher Ed
This video helps you write some text inside a file from the terminal (echo). This clip is from the chapter "Work with Files and Folders" of the series "Practical Linux Command Line 2.0".This section focuses on working with files and...
Instructional Video3:41
Bill Carmody

Financial Services Provided by Banks and Other Financial Institutions

Higher Ed
In this video, Bill Carmody discusses the evolution of financial services provided by banks and other institutions. He highlights the shift towards online banking, the use of cash apps for transactions, and the importance of consulting a...
Instructional Video1:50
IDG TECHtalk

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

Higher Ed
In this Linux tip, learn how to use the look command. It allows you to easily pick out lines that begin with a given string from a file that you specify. The look command only matches beginnings of lines and doesn’t work with wild cards....
Instructional Video9:25
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JSON as Data

Higher Ed
In this video, we'll cover JSON as data. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn about JSON, JSON...
Instructional Video8:19
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Variables in Action

Higher Ed
In this video, we'll cover JavaScript variables in action. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Instructional Video0:43
Curated Video

Python 3 for Beginners: Working with Numbers, Conversions, and Comments

Higher Ed
In this video, we explore the basics of working with numbers in Python. You'll learn how to use numbers directly in your code without any special decorations, and find out what happens when you enclose a number in quotes. The video also...
Instructional Video5:14
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - File Automation

Higher Ed
In this video, you will learn how to work with files locally or in network drives and folders. This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation - UiPath RPA Developer...
Instructional Video14:05
Curated Video

Fetch()ing Data in JavaScript

Pre-K - Higher Ed
Often JavaScript apps interact with other sites and services to obtain data, like maps or transit data. In this video, Mark will show you how to use fetch() to retrieve data from other apps.
Instructional Video2:28
Curated Video

Learning Splunk - Advanced Searching Concepts: Rename – Making Table Headers More Accessible

Higher Ed
Understanding the rename command to make tables more presentable and user-friendly. • Learn when to use the rename command • Learn how to use quotes in the search interface to achieve the correct results • Create a table and modify the...
Instructional Video14:18
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - String Variables

Higher Ed
In this video, you will take a closer look at string variables and all the things we can do with them. This clip is from the chapter "Tech Primer – Variables and Data Types" of the series "Robotic Process Automation - UiPath RPA...
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 Video16:32
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Installing & Configuring Webpack

Higher Ed
In this video you'll be installing and setting up webpack. Config videos are never fun, but webpack opens the door to a lot of great features. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course...
Instructional Video9:27
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Setting up Babel with Webpack

Higher Ed
In this video you'll setup webpack to run babel automatically. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Instructional Video8:40
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Default directives and wildcards

Higher Ed
The Content Security Policy Header: Default directives and wildcards This clip is from the chapter "The Content Security Policy Header" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we look...
Instructional Video14:06
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Reusing Functions with Variable Data

Higher Ed
This video explains how to reuse functions with variable data. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video7:52
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Variables - Data Types

Higher Ed
This video explains about variables - data types. This clip is from the chapter "Programming with Python3 – Variables and Functions" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming...
Instructional Video9:06
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Dynamic Websites with Infinite Scroll

Higher Ed
In this video, we learn how to handle a common web feature where a website displays more elements when you scroll to the bottom of the page. With the help of JavaScript, Scrapy Playwright, and page coroutines, we can easily scroll to the...
Instructional Video3:47
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Notification (For Mac)

Higher Ed
You will learn to send notifications from macOS. This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating a graphical user...