Instructional Video8:07
Curated Video

Efficient Mail Merge for Personalized Party Invitations

Pre-K - Higher Ed
This video tutorial demonstrates how to efficiently use mail merge in Microsoft Word to personalize party invitations with each child's name. By following simple steps, you can seamlessly connect a list of names to your document, preview...
Instructional Video6:20
Curated Video

Practical Linux Command Line 2.0 - Navigate in the Terminal (pwd, ls, cd)

Higher Ed
This video helps you with navigating in the Terminal (pwd, ls, cd). This clip is from the chapter "Navigate in the Linux File System" of the series "Practical Linux Command Line 2.0".This section focuses on navigating in the Linux File...
Instructional Video6:36
Curated Video

Using "Files"

Pre-K - Higher Ed
Mitch teaches you how to be a lean, clean, organized machine by showing you around the all new files application on iPad.
Instructional Video4:54
Curated Video

PMP Certification Training - Define Scope

Higher Ed
This video defines the scope. This clip is from the chapter "Project Scope Management" of the series "PMP® Certification Training".This section explains project scope management.
Instructional Video7:22
Curated Video

PMP Certification Training - Control Procurements

Higher Ed
This video explains controlling procurements. This clip is from the chapter "Project Procurement Management" of the series "PMP® Certification Training".This section explains project risk management.
Instructional Video5:14
Curated Video

PMP Certification Training - Monitor Communications

Higher Ed
This video explains monitoring communications. This clip is from the chapter "Project Communication Management" of the series "PMP® Certification Training".This section explains project resource management.
Instructional Video8:58
Curated Video

MongoDB Tutorial for Beginners (2022) - Display Documents

Higher Ed
Learn to display documents in MongoDB, that is, query/fetch documents from a collection. This clip is from the chapter "Insert and Display" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how to insert...
Instructional Video2:56
Curated Video

PEP8 Guidelines Python Clean Coding - Introduction

Higher Ed
This video introduces you to the course and the need to take up the course. This clip is from the chapter "Introduction" of the series "PEP8 Guidelines: Python Clean Coding".This is an introductory section to the course which introduces...
Instructional Video9:58
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Delete Data in MongoDB (CRUD Series)

Higher Ed
This video explains how to delete data in MongoDB (CRUD series). This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on...
Instructional Video3:06
Curated Video

Mastering Microsoft Word 365 - Accessibility checker

Pre-K - Higher Ed
Maggie explains the purpose of Word 365's Accessibility Checker and how to use it to analyze the accessibility of Word 365 documents.
Instructional Video3:38
Curated Video

Google Sheets Fundamentals - Printing Your Work

Pre-K - Higher Ed
Printing Your Work • Printing an Entire Worksheet • Printing a Selected Area • Print Options
Instructional Video8:08
TLDR News

More Documents Found: How Much Trouble is Biden in?

12th - Higher Ed
With Biden's recent mishandling of classified Vice Presidential documents, many are comparing the situation with Trump's Mar-a-Lago scandal. So what exactly happened? How similar are these situations? And what does this mean for Biden's...
Instructional Video5:30
Curated Video

Practical Linux Command Line 2.0 - See What’s Inside a File (cat, less, wc)

Higher Ed
This video demonstrates how to see what’s inside a file (cat, less, wc). 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 folders.
Instructional Video17:10
Curated Video

CSS Typography

Pre-K - Higher Ed
Typography on the web should be readable and attractive. In this video, Mark will review the various typographical adjustments that can be made with CSS.
Instructional Video5:12
Curated Video

PMI-RMP Certification Training - Risk Identification – Tools and Techniques

Higher Ed
This video explains the tools and techniques of identifying risks. This clip is from the chapter "Identify Risks" of the series "PMI-RMP® Certification Training".This section explains identifying risks.
Instructional Video2:14
Curated Video

Google Docs Fundamentals - Printing a Document

Pre-K - Higher Ed
Learner will understand printing options.
Instructional Video1:32
Curated Video

Google Docs Fundamentals - Paint Format Tool

Pre-K - Higher Ed
Learner will understand the power and ease of the paint tool feature in the toolbar.
Instructional Video3:55
Curated Video

MongoDB Tutorial for Beginners (2022) - NoSQL Versus SQL (With Examples - MongoDB Versus MySQL)

Higher Ed
Learn how SQL and NoSQL are different. We have considered the example of MySQL (SQL-based) and MongoDB (NoSQL based) to understand the concept. We will also see what collections and documents in MongoDB are and how they differ from...
Instructional Video4:01
Curated Video

MongoDB Tutorial for Beginners (2022) - OR Operator

Higher Ed
Learn to implement the OR operator in MongoDB to display documents satisfying at least one condition. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the...
Instructional Video2:56
Curated Video

MongoDB Tutorial for Beginners (2022) - NOT Operator

Higher Ed
Learn to implement the NOT operator in MongoDB. It negates the conditions. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various operators available...
Instructional Video3:50
Curated Video

MongoDB Tutorial for Beginners (2022) - NOR Operator

Higher Ed
Implement the NOR operator in MongoDB, the opposite of the OR operator. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various operators available for...
Instructional Video2:55
Curated Video

MongoDB Tutorial for Beginners (2022) - Insert Documents

Higher Ed
Learn to insert documents in a MongoDB collection. A collection in MongoDB has documents and fields. Insert documents using the following methods: insert(): Insert document; insertOne(): Insert a single document; insertMany(): Insert...
Instructional Video2:57
Curated Video

MongoDB Tutorial for Beginners (2022) - find() - Fetch Documents From a Collection

Higher Ed
Implement the find() method in MongoDB and display documents, that is, fetch documents from a collection. This clip is from the chapter "Section Name" of the series "MongoDB Tutorial for Beginners (2022)".In this section, we will...
Instructional Video3:36
Curated Video

MongoDB Tutorial for Beginners (2022) - Drop a Collection

Higher Ed
Drop a collection in MongoDB. Dropping a collection deletes the entire collection and all its documents and fields. This clip is from the chapter "Drop a Collection and Database" of the series "MongoDB Tutorial for Beginners (2022)".This...