Instructional Video9:36
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part I (malloc Function)

Higher Ed
This video explains basics of dynamic memory allocation in C. • Learn the meaning of `optional` • Memory layout of `optional` • Optional versus pointers This clip is from the chapter "Memory Management – Part I" of the series "Complete...
Instructional Video11:38
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Relationship of Two Features (1)

Higher Ed
This video explains the relationship of two features part 1. This clip is from the chapter "Exploratory Data Analysis" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains exploratory data analysis.
Instructional Video5:14
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - How to Create Elements in DOM

Higher Ed
DOM Crash Course: How to Create Elements in DOM This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles and classes, events etc
Instructional Video5:54
Curated Video

Excel VBA Programming The Complete Guide - The TypeName Method

Higher Ed
The VBA.TypeName method accepts an VBA object and returns its type as a string. In this lesson, we practice invoking the method in the Immediate Window with a variety of inputs including strings, numbers, and various Excel objects. This...
Instructional Video11:00
TLDR News

Should Cummings Resign After Lockdown Violations? Was Johnson Right to Defend Him? - TLDR News

12th - Higher Ed
Should Cummings Resign After Lockdown Violations? Was Johnson Right to Defend Him? - TLDR News
Instructional Video12:45
Packt

Rendering Messages

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Rendering Messages This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Instructional Video14:06
Packt

Reusing Functions with Variable Data

Higher Ed
This video explains how to reuse functions with variable data. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video7:40
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Interactive Rebasing with Squashing in the Local Repository

Higher Ed
This video focuses on the interactive rebasing with squashing in the local repository. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video13:06
Curated Video

The Modern JavaScript Bootcamp (2019) - Methods

Higher Ed
In this video, you’re going to learn about methods. A method is nothing more than an object property with a value set to a function. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp...
Instructional Video4:12
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Print Multiplication Table with a Parameter and Method Overloading

Higher Ed
In this video, we will learn about print multiplication table with a parameter and method overloading. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
Instructional Video6:43
Curated Video

Excel VBA Programming The Complete Guide - Methods with Multiple Arguments

Higher Ed
Some object methods can accept multiple arguments. In this lesson, we continue exploring the Workbooks.Open method and two of its parameters -- FileName and ReadOnly. Arguments can be fed in sequentially or with named parameters -- both...
Instructional Video8:11
TLDR News

Kick Starmer Out? What Polling Shows Us About Starmer's Success and Failure - TLDR News

12th - Higher Ed
Kier Starmer has been leading Labour for about 10 months now, but some are already keen to see the back of him. So in this video, we take a look at the polling, see how his performance compares to the Tories & Corbyn and discuss why some...
Instructional Video18:19
Packt

Implementing Page Object Mechanism to Drive Tests

Higher Ed
This video demonstrates how to implement the page object mechanism to drive tests. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video10:08
Curated Video

Learn and Master C Programming - Reading and Displaying Text Files - Part 1

Higher Ed
We will learn how to use C File API to handle and process text files in reading mode. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Instructional Video14:50
Curated Video

Data Science and Machine Learning with R - The Pipe Operator

Higher Ed
This video explains pipe operator. This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation in R.
Instructional Video10:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Classes and objects - an introductory look

Higher Ed
Explore lambda expressions and use them in conjunction with other functions like map This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python...
Instructional Video4:39
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Transforms - Part 2

Higher Ed
CSS Crash Course: Transforms - Part 2 This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Instructional Video2:30
Curated Video

REST APIs with Flask and Python - Solution to Coding Exercise: Functions

Higher Ed
This video provides the solution to the "Functions" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help...
Instructional Video35:08
The Wall Street Journal

Stephen Breyer on the Supreme Court’s Legacy Today

Higher Ed
Retired Supreme Court Justice Stephen Breyer discusses the unique dynamics and evolution of the court over time, the decision-making process and his legacy with Wall Street Journal Editor in Chief Matt Murray.
Instructional Video4:58
Curated Video

Web Development with Node.JS and MongoDB (Video 29)

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

Web Development with Node.JS and MongoDB (Video 10)

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

Writing Subpoints for Your Thesis Statement

K - 5th
In this video, the teacher explains how to develop subpoints for a thesis statement by transforming the argument into a "why" question. The teacher provides clear instructions on how to analyze a prompt, identify the subject, audience,...
Instructional Video8:06
TLDR News

COVID: Are Universities Taking Advantage of Students? Universities Imprisoning Students - TLDR News

12th - Higher Ed
With the COVID outbreak ongoing, some were surprised to see students welcomed back to universities. As many expected, doing so led to large spikes in COVID cases leading to many student halls being locked down (with one very notable case...
Instructional Video7:41
Curated Video

Core Java Programming Course- Hash Map

Higher Ed
This video explains the Hash map. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.