MinutePhysics
Why Do Mirrors Flip Left & Right (but not up & down)?
This video is about why words flip left & right (aka horizontally) in a mirror but not up & down (aka vertically). The answer has to do with specular reflection, mirrors being like windows into another world (alternate universes, just...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Better Coding Practice, Completing the Game
In this lecture, we will complete the game we left in the previous lesson. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Why Comments Are Important in Programming - In-Line and Multi-Line Comments
This video will explain the importance of comments in programming and cover two types of comments—in-line and multi-line—that you can use to provide context, explanations, and other helpful information in your code. This clip is from...
Curated Video
SQL Server Course for Beginners with 100+ examples - Stored Procedures in SQL
Use the CREATE PROCEDURE statement to learn how to work with stored procedures in SQL. If you want to reuse a query again and again, then create a procedure and save the query in it. Call the procedure whenever you need that same query....
Curated Video
Learn Tableau by Working on Exciting Dashboards - Exclude - LOD
This video explains the exclude level of detailed expression by an example.
Curated Video
Master SQL for Data Analysis - Alias for Tables and Columns
Let's learn how to create labels for columns generated by expressions or built-in functions to make column names more visible. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1
In this video, we will discover the best practices for naming variables, methods, and classes in Java and the commonly followed naming conventions in the Java community, helping to write clean and understandable code. This clip is from...
Curated Video
HTML: Tables for Displaying Data
Displaying data is an important task for most web developers. In this video, Mark will show you how to create HTML tables to display data-- similar to an Excel spreadsheet.
Curated Video
Read and Write NFC Tags
In this video you will learn how to read and write data to an NFC card or tag
Curated Video
Linux Fundamentals - Creating Executable Script
This video demonstrates how to create an executable script. This clip is from the chapter "Executable Files and Scripting in Linux" of the series "Linux Fundamentals".This section explains how to create an executable script and Scripting...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Styling Your Code
In this video, you'll learn how to make your code look clean. This clip is from the chapter "JavaScript 201 - Getting Started" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".This section dives deeper into...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Solution (Arithmetic Operations)
In this lesson, we're going to discuss the solution to the problem we saw in our previous session. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on...
Fun Robotics
User-defined Functions in Python
Defining functions in programming and how to create them in Python
Curated Video
C++ for Beginners - Assignment, Operators
In this lesson, David examines several types of operators and how to use them. This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments: Useful VS Redundant
Curated Video
C++ for Beginners - The "case" Statement
In this lesson, your instructor examines how to control program flow with a case statement. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
IDG TECHtalk
How to use the Stringer interface | Smart Go
The "Stringer" interface in Go lets you make any custom struct type into a printable object with your own defined formatting. Learn how to make use of this handy behavior in your own code.
Curated Video
Learning D3.JS 5.0 8.6: Adding Visual Information
In this video, we will create an area chart using the line chart. • Add some code to make the data more readable • Understand the area chart • Add the area chart
Curated Video
Learning Scala Web Development (Video 19)
The Scala programming language has gained a lot of traction in the last couple of years because of its functional orientation and conciseness. The industry has a strong interest in using Scala in modern production systems, and as such,...
Packt
Complexity Analysis
This video highlights the concept of complexity analysis. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
ATHS Engineering
Introduction to Programming and Robotics with VEX Robotics
This video is a beginner's guide to programming a machine using Robot C. It covers the basics of setting up motors and sensors, formatting and organizing code, and using commands to control the machine.
Curated Video
Web Development with Node.JS and MongoDB (Video 9)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Curated Video
Building a Responsive Application with Bootstrap (Video 3)
Bootstrap discards the myth of ���the creative typeï¿½Û and enforces the belief that even you are capable of design. It is easy to learn, open source, customizable, and coupled with an incredible support from the community; in...
Curated Video
TypeScript for Beginners - Switch Statement
This video demonstrates how to use the switch statement. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains how to use them.
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Setting up Geo-Replication
This video shows how to set up geo-replication. This clip is from the chapter "AZ-204 Structured Query Language (SQL) Database" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section introduces you to AZ-204 SQL...