Instructional Video8:48
Curated Video

The Complete Practical Docker Guide - Connecting phpMyAdmin to MySQL Container

Higher Ed
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...
Instructional Video7:56
Curated Video

The Nature-Nurture Debate: Exploring the Complex Interplay of Genetics and Environment

Higher Ed
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...
Instructional Video6:59
Kult America

Visiting Terrorist Attacks Sites - Istanbul

Higher Ed
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...
Instructional Video6:43
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Termination Policies

Higher Ed
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...
Instructional Video3:45
Brian McLogan

Using a venn diagram to determine the theoretical probability

12th - Higher Ed
👉 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...
Instructional Video3:35
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet.Copy Method

Higher Ed
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...
Instructional Video9:47
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Writing Our Main Activity Part 3 "Motivate Me App"

Higher Ed
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...
Instructional Video13:55
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Session Fixation

Higher Ed
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...
Instructional Video14:07
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Guess the Number

Higher Ed
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...
Instructional Video53:38
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Electronic Dice

Higher Ed
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...
Instructional Video4:38
Brian McLogan

How To Perform the Composition of Two Functions

12th - Higher Ed
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...
Instructional Video7:16
Professor Dave Explains

Phylum Placozoa: Plate Animals

12th - Higher Ed
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...
Instructional Video5:57
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Probability - Explained

9th - 12th
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...
Instructional Video4:04
Curated Video

Generate Random Data in Google Sheets

Pre-K - Higher Ed
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...
Instructional Video4:17
Curated Video

Generate a Random Date Between Two Dates in Excel

Pre-K - Higher Ed
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...
Instructional Video19:05
Curated Video

Introduction to Arrays and Random Name Generator in Small Basic Programming

Pre-K - Higher Ed
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...
Instructional Video21:55
Curated Video

PEP8 Guidelines Python Clean Coding - Bullets Game: Main Game Loop

Higher Ed
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.
Instructional Video3:42
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Why RL

Higher Ed
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...
Instructional Video11:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Probability Model: Probability Models towards Random Variables

Higher Ed
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...
Instructional Video32:31
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Making Sound with a Piezo

Higher Ed
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...
Instructional Video53:32
Curated Video

Creating Your Own Avatar Generator in JavaScript

Pre-K - Higher Ed
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...
Instructional Video25:48
Curated Video

Google Apps Script - Exercise Coding Projects - Apps Script How to Use SpreadsheetApp Update Sheets Data in Spreadsheet

Higher Ed
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 -...
Instructional Video12:45
Curated Video

Salesforce Platform App Builder Certification Training - Exam Details

Higher Ed
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.
Instructional Video5:46
Curated Video

The Complete Python Course - 4 Coding Examples - Random Module Functions

Higher Ed
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.