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.
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
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...
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.
Packt
How to Execute Tests in Chrome Headless Mode?
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...
IDG TECHtalk
Astonishingly Easy Mapping with R and mapview
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.
IDG TECHtalk
Building a toy social network with Python, Part 6: Using the decorator pattern to clean up code
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.
Curated Video
Creational Design Patterns in Modern C++ - std::unique_ptr
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...
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Classes and Objects
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...
Economics Explained
An Honest Discussion About A Universal Basic Income: Inflation and Starting the Conversation
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...
TLDR News
COVID Regulation Turn Britain into an Orwellian Dystopia? Government Has Too Much Power? - TLDR News
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...
Curated Video
Bash Shell Scripting - Other Shell Variables - Part 2
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...
IDG TECHtalk
R tip: Quick lookup tables with named vectors
Leave a comment and let us know what tips you’d like to see in a future Do More With R video.