Instructional Video9:21
The Business Professor

All About MBA Programs

Higher Ed
This Video Explains All About MBA Programs
Instructional Video3:03
Curated Video

Why Google Sold Squarespace and Reddit's Continued Decline

12th - Higher Ed
Google announced it's selling its domain registration platform to Squarespace. In this video, we look at the 5 biggest tech stories for developers to know this week, including cyberattacks, ChatGPT updates, Vercel's AI SDK, and Reddit's...
Instructional Video3:00
Curated Video

Drafting

K - 8th
Drafting explores the important elements of the drafting step of the writing process.
Instructional Video4:19
Curated Video

Common Resume Questions

9th - Higher Ed
Writing a resume can be an intimidating process; it's a first impression used by employers to determine whether or not to proceed to an interview. It's natural for first-time job seekers or career-changers to ask, "where do I even...
Instructional Video3:01
Curated Video

Easy File Conversion

Pre-K - Higher Ed
Learn how to convert files between different formats quickly and easily. This video covers online tools and software for converting documents, images, and media files. Save time by knowing the best methods for file conversion.
Instructional Video8:39
Curated Video

How to Build a RACI Chart

10th - Higher Ed
The RACI Chart is one of the most important Project Tools. You will sometimes hear the terms RACI Matrix, Responsibility Matrix, or Linear Responsibility Chart (LRC). Let’s look at how to build one! In the video, I discuss the...
Instructional Video4:11
Curated Video

What is a RACI Chart? Project Management in Under 5

10th - Higher Ed
RACI Charts are rightly one of a Project Manager's favourite tools. So what is a RACI Chart, and how does it relate to a Linear Responsibility Chart (LRC)?
Instructional Video6:44
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)

Higher Ed
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Instructional Video3:48
Curated Video

Practical Cyber Hacking Skills for Beginners - Introduction to Hashcat

Higher Ed
This video introduces a tool that is an advanced password recovery tool and is available on various platforms.
Instructional Video5:00
Curated Video

Practical Cyber Hacking Skills for Beginners - Introduction to Zenmap

Higher Ed
This video demonstrates using Zenmap, the graphical user interface for NMAP, to scan different networks.
Instructional Video1:04
Curated Video

AI for Teachers with ChatGPT - PrepAI Wrap Up

Higher Ed
In this video, we will summarize the key features and benefits of this advanced tool for generating engaging quizzes and tests. This clip is from the chapter "PrepAI - Quiz and Test Generator" of the series "AI for Teachers with...
Instructional Video7:08
Learn German with Herr Antrim

German Exam Preparation Tips: Part 1 - Researching the Exam | German A1 Exam Study Tips 2024

9th - 12th
German Exam Preparation Tips: Part 1 - Researching the Exam | German A1 Exam Study Tips 2024 Looking to excel in your German course exams or master German language proficiency tests like the TestDaF or Goethe Institute Exams? This video...
Instructional Video13:53
Curated Video

Modern JavaScript from the Beginning - Second Edition - Traversing the DOM - All Nodes

Higher Ed
This video covers how to traverse the entire DOM, including text nodes and comment nodes. It covers the firstNode, lastNode, nextNode, and previousNode properties. This clip is from the chapter "DOM Manipulation" of the series "Modern...
Instructional Video6:57
Curated Video

Machine Learning: Random Forest with Python from Scratch - Formats of Data

Higher Ed
You will learn about the different data formats in machine learning, including structured (labeled or unlabeled) and unstructured data, and how to choose the best format. This clip is from the chapter "Introduction to Machine Learning"...
Instructional Video2:11
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Print line Println Exercise in Rust

Higher Ed
In this video, you will be presented with a series of coding challenges designed to test your knowledge of the print! and println! macros. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A...
Instructional Video1:54
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Macros in Rust

Higher Ed
Macros are a powerful feature in Rust that allow you to write code that writes code. In this video, you will learn about macros in Rust and how to use them to generate repetitive code, reduce boilerplate, and create new abstractions....
Instructional Video4:49
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - How to Write Comments in Rust

Higher Ed
This video explains how to write comments in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video1:01
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Section Overview

Higher Ed
This video explains the learning objectives on this section. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
Instructional Video7:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - url and querystring Modules

Higher Ed
The url and querystring modules provide methods for working with URLs and query strings. In this video, we will explore the different methods available in these modules and how to use them to parse and manipulate URLs and query strings...
Instructional Video3:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag

Higher Ed
In this video, we will discover the video tag in HTML5 and how it enables the embedding and playback of videos on webpages. You will learn about attributes such as src, controls, and autoplay to customize the video player.
Instructional Video20:12
Curated Video

Concurrent and Parallel Programming in Python - Integrating the Postgres Worker

Higher Ed
After creating our Postgres database insertion worker, we will integrate this worker into our main function and make changes to ensure that everything is working properly.
Instructional Video8:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on automating a company website with correct formatting in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Instructional Video3:33
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript

Higher Ed
This video covers how to format and change the case of strings in JavaScript using the toUpperCase method. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero...
Instructional Video3:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript

Higher Ed
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...