Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Sets: Definition of Set Solution 01
In this video, we will cover definition of set solution 01. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
All In One Social Media
How To Get Started on Pinterest in 2018 - Pinterest for Beginners
How To Get Started on Pinterest in 2018 - Pinterest for Beginners // Pinterest is a highly visual virtual pinboard site that lets you "pin" or collect images from the Web. You create boards to help you categorize your images and add...
Curated Video
The Complete Practical Docker Guide - Creating New Mongo Database Using Mongo Shell
This video demonstrates creating a new Mongo database using Mongo shell. This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running MongoDB containers.
Curated Video
REST APIs with Flask and Python - Testing Your New Resource with Postman
This video explains how to test your new resource with Postman. This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge of Token and...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Queue interfaces and implementations - Deque and BlockingQueue
Collections: Queue interfaces and implementations - Deque and BlockingQueue This clip is from the chapter "Collections" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about...
Curated Video
Introduction To Website Development Technologies - JavaScript and HTML DOM
In this video, you will learn about JavaScript and HTML DOM. This clip is from the chapter "Understanding JavaScript, jQuery, and Bootstrap" of the series "Introduction to Website Development Technologies".In this section, we will cover...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Lists
This video explains about lists. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming with Python 3...
Curated Video
Practical Data Science using Python - Python Sets 1
This video explains Python sets, which are unordered collection objects. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS DynamoDB Core Concepts - Tables, Items, Attributes, Indexes
This video explains the AWS DynamoDB core concepts—tables, items, attributes, indexes. This clip is from the chapter "AWS DynamoDB Serverless NoSQL Data Persistence" of the series "AWS Serverless Microservices with Patterns and Best...
Curated Video
MongoDB Tutorial for Beginners (2022) - How to create a Database in MongoDB
Learn to create a new database in MongoDB with live examples. This clip is from the chapter "Create a Database and Collection" of the series "MongoDB Tutorial for Beginners (2022)".In this section, you will learn how to create a database...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 7: Implement the GET Operation to Fetch All Items
Here, we will take all the implementations done before, use them in the MapGet method, and fetch the list of all entries in the collection. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 3: Add an endpoint
In this video, you will learn to add a new endpoint that will fit the list of all items in the collection. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web Developers".This...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 15: Implement PUT Operation to Update an Existing Item
In this lesson, we will continue using the PUT operation in MapPut to fetch an existing item. This clip is from the chapter "Implementing Individual Item APIs" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 14: Implement GET Operation to Fetch a Single Item
This lecture explains the steps we need to take to get a single item from a collection of items. This clip is from the chapter "Implementing Individual Item APIs" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Curated Video
Hands-on .NET Minimal API for Web Developers - Project Overview: eCampusConnect Minimal Web API
In this video, an overview of the project developed as part of the course is discussed. This clip is from the chapter "Introduction" of the series "Hands-On .NET Minimal API for Web Developers".This section introduces us to the core...
Curated Video
Hands-on .NET Minimal API for Web Developers - Introduction - Implementing Individual Item APIs
Here, we will briefly try and understand how to implement the GET, PUT, and DELETE operations. This clip is from the chapter "Implementing Individual Item APIs" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Curated Video
Hands-on .NET Minimal API for Web Developers - Implement DELETE Operation to Delete an Existing Item
This lesson demonstrates how to implement the DELETE operation for an individual item. This clip is from the chapter "Implementing Individual Item APIs" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Curated Video
MongoDB Tutorial for Beginners (2022) - Skip Documents with the skip() Method
Learn to implement MongoDB's skip() method and skip documents from the query results while displaying. This clip is from the chapter "Limit and Skip Records or Documents" of the series "MongoDB Tutorial for Beginners (2022)".This section...
Curated Video
MongoDB Tutorial for Beginners (2022) - Limit Records with the limit() Method
Implement the limit() method in MongoDB and display a limited number of documents. This clip is from the chapter "Limit and Skip Records or Documents" of the series "MongoDB Tutorial for Beginners (2022)".This section focuses on how to...
Curated Video
MongoDB Tutorial for Beginners (2022) - Limit and Skip Records in a Single Query
Learn how we can limit and skip documents in MongoDB using the LIMIT() and SKIP() methods, respectively. This clip is from the chapter "MongoDB Advanced Topics" of the series "MongoDB Tutorial for Beginners (2022)".Here, we will focus on...
Curated Video
MongoDB Tutorial for Beginners (2022) - Display Documents in a Formatted Way - pretty() Method
Implement the pretty() strategy in MongoDB and display formatted documents. The find() method displays documents, and pretty() displays in a formatted way. This clip is from the chapter "Insert and Display" of the series "MongoDB...
Curated Video
MongoDB Tutorial for Beginners (2022) - Aggregate Records in MongoDB
Learn how to use MongoDB's aggregate() method to aggregate records. This clip is from the chapter "MongoDB Advanced Topics" of the series "MongoDB Tutorial for Beginners (2022)".Here, we will focus on how to aggregate, limit, and skip...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Iterators in JavaScript
This video talks about iterators in JavaScript. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Introduction to REST API and POSTMAN
This video provides an introduction to REST API and POSTMAN. This clip is from the chapter "REST APIs" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on REST APIs and how to create your...