Curated Video
Why Google Sold Squarespace and Reddit's Continued Decline
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...
Curated Video
Drafting
Drafting explores the important elements of the drafting step of the writing process.
Curated Video
Common Resume Questions
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...
Curated Video
Easy File Conversion
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.
Curated Video
How to Build a RACI Chart
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...
Curated Video
What is a RACI Chart? Project Management in Under 5
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)?
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)
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...
Curated Video
Practical Cyber Hacking Skills for Beginners - Introduction to Hashcat
This video introduces a tool that is an advanced password recovery tool and is available on various platforms.
Curated Video
Practical Cyber Hacking Skills for Beginners - Introduction to Zenmap
This video demonstrates using Zenmap, the graphical user interface for NMAP, to scan different networks.
Curated Video
AI for Teachers with ChatGPT - PrepAI Wrap Up
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...
Learn German with Herr Antrim
German Exam Preparation Tips: Part 1 - Researching the Exam | German A1 Exam Study Tips 2024
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Traversing the DOM - All Nodes
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Formats of Data
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"...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Print line Println Exercise in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Macros in Rust
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....
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Write Comments in Rust
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.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Section Overview
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - url and querystring Modules
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag
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.
Curated Video
Concurrent and Parallel Programming in Python - Integrating the Postgres Worker
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.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript
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...