Hi, what do you want to do?
Curated Video
Job-Ready SQL in an Afternoon - Logic Statements
In this video, we will cover the logic statements.<br<br/>/>
This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - How to Read Excel File
This video explains how to read an Excel file.
<
br/>
This clip is from the chapter "Data-Driven Testing" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about data-driven...
<
br/>
This clip is from the chapter "Data-Driven Testing" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about data-driven...
Virtually Passed
Position Velocity and Acceleration example 1
The equations which relate position, velocity and acceleration in 1 dimension are:<b<br/>r/&<br/>gt;
dx/dt = v
dv/dt = a
dx/dt = v
dv/dt = a
Curated Video
Analyzing the Effects of Salt on the Melting of Ice - Harry's Experiment
The video discusses an experiment carried out by Harry to investigate how the temperature of crushed ice varies as it melts. Harry placed some crushed ice in a boiling tube and then placed the boiling tube in a beaker of water. The...
msvgo
Contrapositive and Converse of a Statement
It explains how to write contrapositive and converse of conditional statements.
Curated Video
Learn and Master C Programming - Using switch statement
We will learn how to use switch statements instead of if...else. Also, we will learn about break keyword that is usually used with switch conditions.
r/>
This clip is from the chapter "Conditional Statements" of the series...
r/>
This clip is from the chapter "Conditional Statements" of the series...
Curated Video
.NET Core Microservices - Add Ocelot to the Gateway
This video explains how to add Ocelot to the gateway.
r/>
This clip is from the chapter "Ocelot" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Ocelot and how to...
r/>
This clip is from the chapter "Ocelot" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Ocelot and how to...
Curated Video
Complete Modern C++ - if constexpr - I
In this video, understand how compile time (if constexpr) performs conditional checks at compile time, thereby improving the performance of your code.
r/>
This clip is from the chapter "C++17 Template Features" of the series...
r/>
This clip is from the chapter "C++17 Template Features" of the series...
Curated Video
Microsoft SQL Server Development for Everyone - Updating Data in the Table
This video explains how to update data in the tables.
r/>
This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate tables...
r/>
This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate tables...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Logstash and MySQL - Part 2
This is the second part of the two-part video that explains how to use Logstash and MySQL to import data into your index.
r/>
This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series...
r/>
This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Templating with Jinja2
This video demonstrates how to useJinja2 for templating.
r/>
This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an...
r/>
This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an...
Curated Video
The Modern JavaScript Bootcamp (2019) - Integrating Dates: Part II
In this video, you’re going to finish integrating moment into the notes application.
r/>
This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern JavaScript Bootcamp (2019)".This section will...
r/>
This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern JavaScript Bootcamp (2019)".This section will...
Curated Video
The Modern JavaScript Bootcamp (2019) - If Statements
In this video, you’ll learn how to use if statements. These will let you conditionally run JavaScript code.
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the series "The Modern JavaScript...
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the series "The Modern JavaScript...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to If Else Statement
In this video, we will learn about if else statement.
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java -...
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java -...
Curated Video
Java Programming for Complete Beginners - Java 16 - JShell Tip - Multiple Lines of Code
This video talks about JShell tip - multiple lines of code.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners -...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners -...
Curated Video
Windows PowerShell Hands-On Training for Beginners - File Read Operations Using PowerShell
This video demonstrates file read operations using PowerShell.<br/<br/>>
This clip is from the chapter "Basic Operations" of the series "Windows PowerShell Hands-On Training for Beginners".This section focuses on the basic operations.
This clip is from the chapter "Basic Operations" of the series "Windows PowerShell Hands-On Training for Beginners".This section focuses on the basic operations.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Stored Proc Class
In this video, we'll look at stored Proc class.<br/<br/>>
This clip is from the chapter "Repository Pattern" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at the repository pattern.
This clip is from the chapter "Repository Pattern" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at the repository pattern.
Curated Video
REST APIs with Flask and Python - Simple Decorators in Python
This video explains simple decorators in Python.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Catching Exceptions
When you get an error, you need to "handle" it so your code doesn't crash.
r/>
This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand...
r/>
This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand...
Curated Video
Python 3 for Beginners: Python File Handling
In this video, you will learn about working with files in Python. From opening and closing files to reading and writing data, this video covers the basics of file handling in Python. You will also discover the different file modes and...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Reading Data
In this session, you will read data from file and get it in the Spark streaming context.
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section...
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Display
In this lesson, we will work on Spark streaming display for better data visualization.
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section...
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF with Column Renamed and Alias
In this video, we will learn how we can rename the column in Spark DataFrames.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark...
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD Distinct
In this lesson, you will learn about the Distinct() RDD function.<br/<br/>>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.