Curated Video
Efficient Mail Merge for Personalized Party Invitations
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...
Curated Video
Practical Linux Command Line 2.0 - Navigate in the Terminal (pwd, ls, cd)
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...
Curated Video
Using "Files"
Mitch teaches you how to be a lean, clean, organized machine by showing you around the all new files application on iPad.
Curated Video
PMP Certification Training - Define Scope
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.
Curated Video
PMP Certification Training - Control Procurements
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.
Curated Video
PMP Certification Training - Monitor Communications
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.
Curated Video
MongoDB Tutorial for Beginners (2022) - Display Documents
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Introduction
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...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Delete Data in MongoDB (CRUD Series)
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...
Curated Video
Mastering Microsoft Word 365 - Accessibility checker
Maggie explains the purpose of Word 365's Accessibility Checker and how to use it to analyze the accessibility of Word 365 documents.
Curated Video
Google Sheets Fundamentals - Printing Your Work
Printing Your Work • Printing an Entire Worksheet • Printing a Selected Area • Print Options
TLDR News
More Documents Found: How Much Trouble is Biden in?
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...
Curated Video
Practical Linux Command Line 2.0 - See What’s Inside a File (cat, less, wc)
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.
Curated Video
CSS Typography
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.
Curated Video
PMI-RMP Certification Training - Risk Identification – Tools and Techniques
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.
Curated Video
Google Docs Fundamentals - Printing a Document
Learner will understand printing options.
Curated Video
Google Docs Fundamentals - Paint Format Tool
Learner will understand the power and ease of the paint tool feature in the toolbar.
Curated Video
MongoDB Tutorial for Beginners (2022) - NoSQL Versus SQL (With Examples - MongoDB Versus MySQL)
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - OR Operator
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - NOT Operator
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - NOR Operator
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - Insert Documents
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - find() - Fetch Documents From a Collection
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - Drop a Collection
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...