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. This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the series "The Modern JavaScript Bootcamp...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - An Introduction to Programming Fundamentals
Welcome to the programming fundamentals; here, we will cover the basic programming fundamentals that you should know before working with any project. This clip is from the chapter "Programming Fundamentals" of the series "The Complete...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Integrating Pytest Logs into HTML Reporting
This video explains how to integrate pytest logs into HTML reporting. This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Combine Different Conditional Statements
In this video, the author demonstrates how to combine different conditional statements. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section,...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - Boolean Variables
In this video, you will take a closer look at Boolean variables and all the things we can do with them. This clip is from the chapter "Tech Primer – Variables and Data Types" of the series "Robotic Process Automation - UiPath RPA...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Joining Conditions Using OR Keyword
In this video, we will join two conditions using the OR keyword and execute. This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about conditional...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Log4j2 Setup
This video explains the setup of Log4j2. This clip is from the chapter "Adding Logging to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about adding logging to the...
Curated Video
gRPC [Java] Master Class: Build Modern API and Microservices - ReadBlog Client
[Hands-On] CRUD API with MongoDB: ReadBlog Client This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going to learn about...
Curated Video
REST APIs with Flask and Python - If Statements
This video explains the "if" statements used in Python. 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 Python...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - List Comprehensions
I bet you never wanted to write a for loop in a single line of code? But once you learn how to do this, you'll never want to go back. List comprehensions are an AMAZING feature in Python. This clip is from the chapter "Intermediate...
Curated Video
Python 3 for Beginners: Introduction to Booleans, Comparators, and Boolean Operators
In this video, we dive into the world of Boolean values, comparators, Boolean operators, and conditionals. You'll learn how Boolean values can only be true or false, and how comparators compare one numeric value with another to result in...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Simple Puzzles on conditions and loops
Conditions and Loops: Simple Puzzles on conditions and loops This clip is from the chapter "Conditions and Loops" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section consists of simple puzzles on...
Curated Video
Introduction To Website Development Technologies - JavaScript Statements and Variable Declarations
In this video, you will learn about JavaScript statements and variable declarations. This clip is from the chapter "Understanding JavaScript, jQuery, and Bootstrap" of the series "Introduction to Website Development Technologies".In this...
Curated Video
PEP8 Guidelines Python Clean Coding - Print Objects and Data Types
This video explains how to print objects and data types in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - elif Statements
In this video, you will learn to use the else-if condition statement to execute code. This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Curriculum Overview
A brief outline about the course content and what you will learn from this course. This clip is from the chapter "Introduction" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section outlines the...
Curated Video
PEP8 Guidelines Python Clean Coding - If Statements
This video explains If statements in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Comparison in Python
In this video, we will cover comparison in Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on DO Group Processing (Without Index/Counter Variable)
There are four forms of Do Group processing, and three of the forms do not involve a counter/index variable. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
The Modern JavaScript Bootcamp (2019) - Advanced If Statements
In this lesson, we’re going to continue looking at the if statement. We know about “if” and “else”, but there’s also an “else if” available to us. This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Functions
Once your code starts getting larger than a page long, you will want to split out your code into functions to make it easier to control, and easier to read and debug. This lecture explains what functions are and how to use them in your...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Lambda Expressions
Functions in a single line of code! (Seriously, it's really cool!) This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give an overview of various...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - SQLi mitigation - parameterized queries and stored procedures
SQL Injection: SQLi mitigation - parameterized queries and stored procedures 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...