Curated Video
Learning ASP.NET Web API (Video 18)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Weatherthings
Water Smart: Water on Earth - Lakes
Water on Earth focuses on water as most kids would think about it. We start with water in obvious locations such as oceans, lakes, and rivers. We quickly learn that water can change phase to remain a solid in glaciers. Many kids may be...
Curated Video
Learn and Master C Programming - Stepping through and debugging a 'for' Loop
The author shows you how for loops work so you can understand it more and become familiar with it. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is HEAD in Git?
This video explains the concept of HEAD in Git. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git operations. It also...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Links
HTML Crash Course: Links This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so on.
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Index Alias Rotation
This video explains how to rotate index alias. This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the concept of Elasticsearch...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Moving Our Website to Cloudflare
In this video, we'll be moving our website to Cloudflare. This clip is from the chapter "Cloudflare with Free TLS Certificate" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll use Cloudflare's free TLS...
Curated Video
Basic Transformer Calculations
Learn how to perform basic transformer calculations on this video on basic transformer calculations.
Curated Video
AC & DC Electricity
In this video, we'll cover the basics of AC and DC electricity. From what AC and DC are to how they work, this video will make sense of the confusing topic of electricity!
Curated Video
Describe an advanced data structure : Efficiently Counting Subarrays with a Given Sum
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Programming Electronics Academy
Fix | Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json
Is this the error you’re getting while trying to set up your Arduino IDE to use an esp8266? This can be pretty frustrating, because, after all – you just want to get started programming! In this lesson we’ll show you exactly how to fix...
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
Why Transformers Are Used
Why are transformers used, what do we use transformers for? we answer these questions in this video on transformers in electrical engineering
Next Animation Studio
Arctic ice loss could lead to cold climate in Western Europe: study
Human caused climate change is rapidly melting arctic ice and disrupting ocean currents, which could make Western Europe cooler.
Physics Girl
My dad was stuck by lightning (TWICE!)
My dad has been hit by lightning twice! This is an interview with him about those incidents. Plus we chatted about the science behind a lightning strike, which it's so dangerous, and how to avoid getting hit.
Curated Video
Comprehensive Android Developer Bootcamp - Creating RecyclerView Adapter
Android Room – Alternative Database:Creating RecyclerView Adapter This clip is from the chapter "Android Room – Alternative Database" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to use the...
Curated Video
Django3- Styling
In this video, we will look at styling. This clip is from the chapter "Site 3 - Todo Woo" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project site 3 - Todo Woo.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - What is CSS?
CSS Basics: What is CSS? This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Dealing with Concurrency
This video explains how to deal with concurrency. This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section focuses on mapping and indexing data. It...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - LEDs and Current Limiting Resistors
In this lecture, we will explore LEDs and current limiting resistors and learn how to work with them. This clip is from the chapter "Electronic Fundamentals" of the series "The Complete Beginners Guide to Arduino - 2021".In this section,...
Curated Video
Step Down Transformer Calculations
How to calculate step down transformers, learn how in this easy video on step down transformer calculations
The Viral Fever
Seafaring Communities: Coastal Life in the Phillippines
Seafaring Communities part 1/3: The video showcases the remarkable skills of a seafaring tribe in Southeast Asia who have lived entirely on water for generations. Using primitive tools and techniques, they free dive to the depths of the...
Curated Video
C++ Standard Template Library in Practice - Project
The user now wishes to apply their gained knowledge and implement a container of their own. • Introduce our project idea, and explain the functionality we are trying to implement • Implement the container in a long code example • Finish...