Curated Video
Complete Modern C++ - Dynamic Memory Allocation - Part I (malloc Function)
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...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Relationship of Two Features (1)
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.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - How to Create Elements in DOM
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
Curated Video
Excel VBA Programming The Complete Guide - The TypeName Method
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...
TLDR News
Should Cummings Resign After Lockdown Violations? Was Johnson Right to Defend Him? - TLDR News
Should Cummings Resign After Lockdown Violations? Was Johnson Right to Defend Him? - TLDR News
Packt
Rendering Messages
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...
Packt
Reusing Functions with Variable Data
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Interactive Rebasing with Squashing in the Local Repository
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Methods
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Print Multiplication Table with a Parameter and Method Overloading
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...
Curated Video
Excel VBA Programming The Complete Guide - Methods with Multiple Arguments
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...
TLDR News
Kick Starmer Out? What Polling Shows Us About Starmer's Success and Failure - TLDR News
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...
Packt
Implementing Page Object Mechanism to Drive Tests
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...
Curated Video
Learn and Master C Programming - Reading and Displaying Text Files - Part 1
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...
Curated Video
Data Science and Machine Learning with R - The Pipe Operator
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.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Classes and objects - an introductory look
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Transforms - Part 2
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.
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Functions
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...
The Wall Street Journal
Stephen Breyer on the Supreme Court’s Legacy Today
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.
Curated Video
Web Development with Node.JS and MongoDB (Video 29)
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
Web Development with Node.JS and MongoDB (Video 10)
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
Writing Subpoints for Your Thesis Statement
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,...
TLDR News
COVID: Are Universities Taking Advantage of Students? Universities Imprisoning Students - TLDR News
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...
Curated Video
Core Java Programming Course- Hash Map
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.