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 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 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 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.
Instructional Video10:23
Packt

How to Execute Tests in Chrome Headless Mode?

Higher Ed
This video explains how to execute tests in Chrome using the Headless Mode. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video12:04
IDG TECHtalk

Astonishingly Easy Mapping with R and mapview

Higher Ed
One short line of code give you a full-featured interactive choropleth map – complete with rollover text and popup data – thanks to the mapview package. See how simple it is to explore geospatial data in R.
Instructional Video6:39
IDG TECHtalk

Building a toy social network with Python, Part 6: Using the decorator pattern to clean up code

Higher Ed
In Part 6 of this ongoing series, we use Python's decorator pattern to make our code a little less boilerplate-y and centralized, by consolidating common behaviors across our site into single functions.
Instructional Video6:41
Curated Video

Creational Design Patterns in Modern C++ - std::unique_ptr

Higher Ed
This video highlights the examples explaining how and why a factory method can be implemented as a global function and focuses on the std::unique_ptr function. This clip is from the chapter "Factory Method" of the series "Creational...
Instructional Video5:05
Curated Video

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

Higher Ed
This video provides the solution to the "Classes and Objects" 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...
Instructional Video3:56
Economics Explained

An Honest Discussion About A Universal Basic Income: Inflation and Starting the Conversation

6th - 11th
In this video we go over the pros and cons of a universal basic income. The US government spent over $5 trillion of economic stimulus and relief payments during the pandemic of 2020 and 2021. This is enough money to give every adult in...
Instructional Video9:11
TLDR News

COVID Regulation Turn Britain into an Orwellian Dystopia? Government Has Too Much Power? - TLDR News

12th - Higher Ed
In recent weeks many people have grown frustrated by the government's COVID regulations, leading some (even within their own party) to reject what they see as government power grabs. Some have even compared COVID Britain to the world...
Instructional Video8:31
Curated Video

Bash Shell Scripting - Other Shell Variables - Part 2

Higher Ed
This is the second part of the two-part video that explains other shell variables. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This...
Instructional Video4:08
IDG TECHtalk

R tip: Quick lookup tables with named vectors

Higher Ed
Leave a comment and let us know what tips you’d like to see in a future Do More With R video.