Curated Video
The Complete Practical Docker Guide - Connecting phpMyAdmin to MySQL Container
This video explains connecting phpMyAdmin to MySQL container. This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker Guide".This section...
Curated Video
The Nature-Nurture Debate: Exploring the Complex Interplay of Genetics and Environment
This video explores the complex interplay between nature and nurture in shaping traits such as intelligence and height. It discusses the concept of heritability and how it changes depending on environmental factors, and touches on the...
Kult America
Visiting Terrorist Attacks Sites - Istanbul
Istanbul is one of my favorite places in the world. But media make us think that this is a very unsafe destination to travel - all because of the attacks that have occurred here recently. I decided to visit those terrorist attacks sights...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Termination Policies
This video explores the concept of termination policies. This clip is from the chapter "Solutions Architect Chapter 9 - Auto Scaling Solutions" of the series "AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021...
Brian McLogan
Using a venn diagram to determine the theoretical probability
👉 Learn how to find the theoretical probability of an event. Probability is the chance of an event occurring or not occurring. The probability of an event is given theoretically by the number of outcomes divided by the total possible...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet.Copy Method
The Worksheet.Copy method copies the contents of a worksheet to a new worksheet. When invoked with no arguments, it will create the copy in a brand new workbook. With either a Before or After argument, the copy will be placed in the...
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Writing Our Main Activity Part 3 "Motivate Me App"
In this video, we will be writing our main activity part 3. This clip is from the chapter "Motivate Me App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build our first app called...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Session Fixation
This video shows you what session fixation is with an example. This clip is from the chapter "Web Application Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Project - Guess the Number
This video is the third project of this section where you would make the Guess the Number game. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Electronic Dice
In this lecture, we are going to work with electronic dice. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this important section, we are...
Brian McLogan
How To Perform the Composition of Two Functions
Learn how to compose two functions where one or both of those functions is/are quadratic. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the input variable of...
Professor Dave Explains
Phylum Placozoa: Plate Animals
Phylum Placozoa is a tiny one, named as such from Greek words that mean "plate animal". As of the making of this tutorial, there are only three species in this phylum. Nevertheless, they are astounding creatures that challenge our...
Curated Video
GCSE Secondary Maths Age 13-17 - Probability & Statistics: Probability - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Curated Video
Generate Random Data in Google Sheets
Sometimes I find it necessary to generate some random data in a spreadsheet, perhaps for testing out an addon or a formula, or when creating a resource for students to use. in this video, I demonstrate a very useful addon for Google...
Curated Video
Generate a Random Date Between Two Dates in Excel
This tutorial demonstrates how to generate random dates between two specified dates using the randbetween function in Excel. By inputting the earliest and latest dates as parameters, viewers can create a dynamic spreadsheet that...
Curated Video
Introduction to Arrays and Random Name Generator in Small Basic Programming
In this video, Justin covers the concept of arrays in programming using Small Basic. He explains how arrays are used to store multiple items of information and demonstrates how to create and manipulate arrays to generate random names for...
Curated Video
PEP8 Guidelines Python Clean Coding - Bullets Game: Main Game Loop
This video explains making some changes to the bullets.py file. This clip is from the chapter "PEP8 Practice Projects" of the series "PEP8 Guidelines: Python Clean Coding".This section explains two different PEP8 practice projects.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Why RL
This video explains why there is a need of reinforcement learning. This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Probability Model: Probability Models towards Random Variables
In this video, we will cover probability models towards random variables. 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...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Making Sound with a Piezo
In this lecture, we are going to make sound with a Piezo. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this important section, we are going...
Curated Video
Creating Your Own Avatar Generator in JavaScript
In this video, the presenter demonstrates how to create an avatar generator using JavaScript and HTML. The generator allows users to create unique robot avatars by randomly selecting different parts, such as heads and eyes, and combining...
Curated Video
Google Apps Script - Exercise Coding Projects - Apps Script How to Use SpreadsheetApp Update Sheets Data in Spreadsheet
This video explains how to use SpreadsheetApp update sheets data in spreadsheet. This clip is from the chapter "Google Workspace Services: Docs, Calendar, Drive, Forms, Gmail, and Sheets Slides" of the series "Google Apps Script -...
Curated Video
Salesforce Platform App Builder Certification Training - Exam Details
This video will provide you with the exam details. This clip is from the chapter "Introduction to Salesforce" of the series "Salesforce Platform App Builder Certification Training".This section explains the course on Salesforce.
Curated Video
The Complete Python Course - 4 Coding Examples - Random Module Functions
Let's look at the various examples of a random module. This clip is from the chapter "Python – Random Modules" of the series "The Complete Python Course (2022)".This section focuses on random modules.