Hi, what do you want to do?
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Plotting the Moving Avg
This video demonstrates plotting the Moving Avg.<br<br/>/>
This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
MongoDB Tutorial for Beginners (2022) - NOR Operator
Implement the NOR operator in MongoDB, the opposite of the OR operator.
<
br/>
This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various operators...
<
br/>
This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the various operators...
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) - How to Create a Collection in MongoDB
Create a new collection in MongoDB with live examples. A database has a group of collections.
<
br/>
This clip is from the chapter "Create a Database and Collection" of the series "MongoDB Tutorial for Beginners (2022)".In this...
<
br/>
This clip is from the chapter "Create a Database and Collection" of the series "MongoDB Tutorial for Beginners (2022)".In this...
Curated Video
MongoDB Tutorial for Beginners (2022) - getCollectionInfos() - Display Collection Information
Implement the getCollectionInfos() method in MongoDB. This method returns an array of documents with collection information.
<
br/>
This clip is from the chapter "Section Name" of the series "MongoDB Tutorial for Beginners...
<
br/>
This clip is from the chapter "Section Name" of the series "MongoDB Tutorial for Beginners...
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.
<
br/>
This clip is from the chapter "Section Name" of the series "MongoDB Tutorial for Beginners (2022)".In this section, we...
<
br/>
This clip is from the chapter "Section Name" of the series "MongoDB Tutorial for Beginners (2022)".In this section, we...
Curated Video
MongoDB Tutorial for Beginners (2022) - Display Collections
Display all the collections in a specific MongoDB database.
<
br/>
This clip is from the chapter "Insert and Display" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how to insert documents and...
<
br/>
This clip is from the chapter "Insert and Display" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how to insert documents and...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Use of Slashes in Strings
In this video, you will learn about using slashes in Python strings and how we can use them to create slash codes.
<
br/>
This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming...
<
br/>
This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Delete Documents Using Mongoose (CRUD Series)
This video helps delete documents using Mongoose (CRUD series).
<
br/>
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...
<
br/>
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...
Curated Video
HTML Tutorial for Beginners(2022) - Image Height and Width Attributes in HTML
Set Image height and width attributes in HTML using
element.
<
br/>
This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page using...
<
br/>
This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page using...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy Playing with Images
In this video, we will cover NumPy playing with images.
<
br/>
This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory...
<
br/>
This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory...
Curated Video
Comprehensive Android Developer Bootcamp - For loops
Deep Dive into Java Programming Language:For loops
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Redesign Register Page
In this video, we'll look at redesigning the register page.<br/<br/>>
This clip is from the chapter "Advanced Concepts" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at advanced concepts
This clip is from the chapter "Advanced Concepts" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at advanced concepts
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Display User List
In this video, we'll look at display user list.<br/<br/>>
This clip is from the chapter "User Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at user management.
This clip is from the chapter "User Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at user management.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Demo Project 2 (MVC) Part 2
In this video, we'll look at a demo for our project 2 (MVC) - part 2.<br/<br/>>
This clip is from the chapter "Introduction" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".This is an introductory section to the course.
This clip is from the chapter "Introduction" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".This is an introductory section to the course.
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Learn by example - how does SQLi work?
SQL Injection: Learn by example - how does SQLi work?
r/>
This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will discuss a major security...
r/>
This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will discuss a major security...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - Touring Your Laptop Display
Replacing a laptop monitor requires careful connectivity for the many internal components. Aside from the display, the laptop monitor can have antennas, a camera, and touchscreen sensors. This clip is from the chapter "Portable...
Curated Video
Understanding Variables and Combining Data in Python
In this video, the instructor demonstrates the basics of programming in Python by introducing variables and combining them to create new variables. By changing the contents of variables and manipulating them, viewers learn how to...
Curated Video
Introduction To Website Development Technologies - More Advanced CSS - Classes, Tags, and ID Selectors
In this video, we will dive deeper into CSS with classes, tags, and ID selectors.
<
br/>
This clip is from the chapter "Cascading Style Sheets" of the series "Introduction to Website Development Technologies".In this section, we...
<
br/>
This clip is from the chapter "Cascading Style Sheets" of the series "Introduction to Website Development Technologies".In this section, we...
Curated Video
Bootstrap 5 Course Build Responsive Websites Like a Pro - Introduction to the Typography of Bootstrap 5
This video provides an introduction to the typography of Bootstrap 5.
<
br/>
This clip is from the chapter "Typography in Bootstrap" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on...
<
br/>
This clip is from the chapter "Typography in Bootstrap" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on...
Curated Video
Practical CSS3 Mastery Course - CSS Flexbox
In this video, we will cover CSS Flexbox.
<
br/>
This clip is from the chapter "Flexbox, Media Queries, and Responsive Design" of the series "Practical CSS3 Mastery Course".in this section, you will learn about Flexbox, media...
<
br/>
This clip is from the chapter "Flexbox, Media Queries, and Responsive Design" of the series "Practical CSS3 Mastery Course".in this section, you will learn about Flexbox, media...
Curated Video
Practical CSS3 Mastery Course - Selectors in CSS
In this video, we will cover selectors in CSS.<br<br/>/>
This clip is from the chapter "Font, Color, Background, Float" of the series "Practical CSS3 Mastery Course".In this section, you will learn about font, color, background, float.
This clip is from the chapter "Font, Color, Background, Float" of the series "Practical CSS3 Mastery Course".In this section, you will learn about font, color, background, float.
Curated Video
Practical CSS3 Mastery Course - Pseudo Selector
In this video, we will cover the pseudo selector.
<
br/>
This clip is from the chapter "Selectors, Display, Position, Z Index" of the series "Practical CSS3 Mastery Course".in this section, you will learn about selectors, display,...
<
br/>
This clip is from the chapter "Selectors, Display, Position, Z Index" of the series "Practical CSS3 Mastery Course".in this section, you will learn about selectors, display,...
Curated Video
Practical CSS3 Mastery Course - Introduction to CSS
In this video, we will have a quick introduction to CSS.<br<br/>/>
This clip is from the chapter "Basics of HTML and CSS" of the series "Practical CSS3 Mastery Course".in this section, you will learn the basics of HTML and CSS.
This clip is from the chapter "Basics of HTML and CSS" of the series "Practical CSS3 Mastery Course".in this section, you will learn the basics of HTML and CSS.