Curated Video
Comprehensive Android Developer Bootcamp - Setting up Firebase with Project
Build a Journal App with Firestore:Setting up Firebase with Project This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how to build...
Curated Video
The Full Stack Web Development - PHP Cookies
Backend Programming with PHP: PHP Cookies This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate MySQL, talk...
Curated Video
Docker for the Absolute Beginner - Hands-On - Basic Docker Commands
Docker Commands: Basic Docker Commands This clip is from the chapter "Docker Commands" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn about the commands used in Docker. You will also perform...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Creating a Web Application
This video demonstrates how to create a web application. This clip is from the chapter "AZ-204 Azure App Service" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to expand mobile Internet with 3G...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 10: Spring Boot Developer Tools
In this video, we'll be looking at Spring Boot developer tools. This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".This section introduces you to...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - DNS Zone Transfers with Dig
In this video, you'll learn to perform DNS zone transfers and how to use ‘dig'. This clip is from the chapter "Passive Information Gathering and Footprinting" of the series "The Complete Ethical Hacking Bootcamp: Beginner To...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - When to Use Explicit and Implicit Wait?
This video explains when to use explicit and implicit wait. This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This video explains functional...
Curated Video
Figma for UIUX Master Web Design in Figma - Here's What You Need to Remember - The Third Key to Great Web Design
This video helps you with things to be remembered. This clip is from the chapter "The Third Key to Great Web Design" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the third key to great web design.
Curated Video
Python In Practice - 15 Projects to Master Python - Age Calculator (Total Days and Seconds Lived)
This video helps to create the Age Calculator (total days and seconds lived). This clip is from the chapter "Applications with Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
ACDC Leadership
Law of Diminishing Marginal Returns (Old Version): Econ Concepts in 60 Seconds Microeconomics
In this video I explain production and the law of diminishing marginal returns. The bonus round shows the graph for total product and marginal product as well as the three stages of production.
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 11 - Public Static Final – Constants
In this session, we will learn about public static final – constants. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for imports,...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - CSS Transitions
More CSS Concepts - Advanced Selectors, Animation & More: CSS Transitions This clip is from the chapter "More CSS Concepts - Advanced Selectors, Animation & More" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Understanding Implicit Wait in Selenium
This video explains implicit wait in Selenium. This clip is from the chapter "Synchronization in Selenium Web Driver" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains the...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Handling Auto-Suggestive Dynamic Drop-downs
This video explains how to handle the auto-suggestive dynamic drop-downs. This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section...
Curated Video
Fetch()ing Data in JavaScript
Often JavaScript apps interact with other sites and services to obtain data, like maps or transit data. In this video, Mark will show you how to use fetch() to retrieve data from other apps.
Curated Video
Efficiently Deleting Blank Rows in Excel
If you have multiple blank rows in a spreadsheet it can be very time-consuming to try to delete them either individually, or selecting them and then deleting them. In this quick tutorial I'll show you a very easy way to delete every...
Curated Video
Arduino for Beginners - 2022 Complete Course - Step 5 - LCD Setup and Welcome Message
This video explains step 5 - LCD setup and welcome message. This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This section explains interactive...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Buzzer - Code
In this video, we will be coding for the Buzzer. This clip is from the chapter "Part 2 - Arduino Functionalities (Hardware Components)" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this section, you will learn the...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Activity 06 - Sweep Servo from the Raspberry Pi
In this activity video, we will discuss a challenge where we need to Sweep Servo from the Raspberry Pi. This clip is from the chapter "Part 2 - Practice" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this section, we...
Curated Video
Practical Linux Command Line 2.0 - Create and Execute a Bash File
This video explains how to create and execute a Bash file This clip is from the chapter "Edit Files in the Terminal" of the series "Practical Linux Command Line 2.0".This section focuses on editing files in the terminal.
Curated Video
Job-Ready SQL in an Afternoon - Aggregation Functions
In this video, we will cover aggregation functions. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating data.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Threading Module
You will learn how to implement threading in Python. This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on joining multiple lines...
Curated Video
Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 15 - Tip - Unit Testing for Performance
JUnit 5: Step 15 - Tip - Unit Testing for Performance This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the course and gives you an overview of...
Brian McLogan
How to determine the similarity of three triangles by drawing the altitude
Learn about the geometric mean of numbers. The geometric mean of n numbers is the nth root of the product of the numbers. To find the geometric mean of n numbers, we first multiply the numbers and then take the nth root of the product.