Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $inc operator - `1
In this video, we will learn about $inc operator. This clip is from the chapter "Update Operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover update operators.
Curated Video
STEAM Skills
This video lists top four life-skills that can be developed through applying STEAM Education and show how these skills are important for career success for all professions nowadays and in the future.
Professor Dave Explains
The Roots of Logic in the Ancient World
I did promise that this playlist would include logic in addition to philosophy, so it's time to get rolling with that. How did logic emerge, and how did it evolve over time? Let's focus first on its origins and its status leading up to...
Professor Dave Explains
Early Philosophical Thought (East Asia and India)
Philosophy has its roots all over the world, and although the best preserved documents are from the Western world, which is why this topic is so frequently studied from a Western perspective, there are a number of Eastern thinkers that...
Institute for New Economic Thinking
The Economics of Care
Nancy Folbre is an American feminist economist who focuses on economics and the family, non-market work and the economics of care. She is Professor Emirita of economics at the University of Massachusetts Amherst, who has written...
Science ABC
Human Brain vs Supercomputer: Which One Wins?
Since the birth of the first computers, there has been a direct comparison between these “calculating machines” and the human brain. One of the common phrases circulating for decades, promoting the idea of a “brain versus computer”...
Curated Video
Implement logical operations in a computer program : Logical Operators
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. Logical operators are typically used with Boolean (logical) values. When they...
Curated Video
Understanding the Phillips Curve and its Role in Economic Management
The video explains the concept of the Phillips Curve and its relationship to managing economies from a demand side perspective. The video explains the history of the Phillips Curve, which was established in 1958 by AW Phillips, and how...
Fun Robotics
How AI works?
Describes how AI uses machine learning techniques to train machines using a simple example. Also, introduces the term Deep Learning briefly.
Let's Tute
Volume: Sphere and Hemisphere
In this video, the teacher explains how the story of the thirsty crow applies mathematical principles, and then goes on to demonstrate how to calculate the number of marbles required to raise the water level in a glass using volume...
Bill Carmody
The Importance of Emotional Connection and Logical Reasons to Buy in Marketing
In this video, Bill Carmody emphasizes the importance of connecting with your audience on an emotional level before providing logical reasons to buy. He explains that while people often make purchasing decisions based on emotion, they...
Bill Carmody
The Power of Emotional Connection in Marketing
Everyone buys on emotion but then back-fills with logic. Bill Carmody goes into detail on why emotional reasons to buy are just as important as logical reasons to buy.
Flame Media
Crystallised Intelligence vs Fluid Intelligence
In his series 'Redesign my Brain', award winning documentary maker Todd Sampson puts brain training to the test as he undergoes a radical brain makeover. The cutting edge new science of brain plasticity has found that anyone can become...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Parameterizing the Test Data from Json Files Using Each Command
This video explains parameterizing the test Data from Json files. This clip is from the chapter "Cypress Framework Part 2- Page Object Design and Test Parameterization" of the series "Cypress - Modern Automation Testing from Scratch +...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - The Spark Architecture
In this session, we will understand the architecture of Spark. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give...
Curated Video
Complete Python Scripting for Automation - Introduction to Functions
Functions: Introduction to Functions This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling a function...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Streams API - Quick Start
This lecture helps you create your first Kafka Streams Application. The example is the simplest streaming application. However, it helps you understand the basic API structure and its usage. This clip is from the chapter "Enter the...
Packt
Practice Exercise – 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)
This video presents an example on inverted sequence pyramid logic program. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Complete Python Scripting for Automation - How to use Functions of one script into another script, what is __name__ ?
Functions: How to use Functions of one script into another script, what is __name__ ? This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting...
National Institute of Standards and Technology
NIST Unscripted - Ray Simmonds
NIST physicist Ray Simmonds discusses his work in quantum physics and NIST's efforts to create a quantum computer. He also describes a qubit and a quantum bus, along with explaining how he was inspired to become a scientist.
Curated Video
Bash Shell Scripting- Logical AND OR and NOT operators - ( &&, || and ! )
This video shows how to use the Logical AND OR and NOT operators - ( &&, || and ! ). This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This...
Virtually Passed
velocity of center of wheel under pure role
If a disk/ wheel is rolling across a floor without slipping then the velocity of the centroid of the disk will have a velocity V_0 = Rw.
Virtually Passed
Math Puzzle - Inventing a function
What is a function f(x) such that: x f(x) 1 1 2 1 3 2 4 2 5 3 etc... The trick to solving this puzzle is to find a function which returns 1 for even numbers and 0 for odd numbers!
Curated Video
Implement different search algorithms : BST - Deleting nodes with 1 child node
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Delete scenario 2 - deleting nodes with 1 child node