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.
Curated Video
Bash Shell Scripting- Difference between $@ and $*
This video shows the difference between $@ and $*. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains Loops and Loop...
Curated Video
Core Java Programming Course- Scanner Class
This video explains the Scanner class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that are...
Packt
ES6 Aside: Default Function Parameters
Accessing API from Browser: ES6 Aside: Default Function Parameters This clip is from the chapter "Accessing API from Browser" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to...
Curated Video
Complete Modern C++ - Callbacks - Function Objects
This video introduces function objects as callbacks and explains why they are better than function pointers. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will...
Curated Video
Complete Modern C++ - Variadic Templates - Part I (C++11)
This video gives a gentle introduction to variadic templates. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Adding More Methods for Multiplication Table Program
In this video, we will learn about adding more methods for multiplication table program. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
How to Expand Ideas in IELTS Writing Task 2 - IELTS Energy Podcast 1161
What does the IELTS Examiner need to see for high Writing Task 2 scores? Today we'll teach you exactly how to expand your ideas to impress the Examiner, and give you an exmaple for an essay about organic food. Don't forget to take notes!
Economics Explained
The Economics of China’s Enormous Belt & Road Initiative: Alternatives
China's Belt and Road initiative is set to be the most influential economic development project in recent history. It’ll be an investment measured in trillions, connecting dozens of nations with roads, rail lines, shipping routes, and...
Economics Explained
An Honest Discussion About A Universal Basic Income: Taxes
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...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Basics of Mockito - Section Overview
Mockito Basics: Basics of Mockito - Section Overview This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into Mockito Basics.
Rachel's English
English Vocabulary Challenge Day 26
LEARN 105 ENGLISH VOCABULARY WORDS. Do you want to learn English? Are you looking for an English lesson on vocabulary and pronunciation? Learning English vocabulary and pronunciation are my specialties! In this video, I’ll teach you the...
Curated Video
Introducing Ionic 2 (Video 14)
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Curated Video
Introducing Ionic 2 (Video 12)
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
IDG TECHtalk
R tip: Access nested list items with purrr
In this ninth episode of Do More with R, learn how to easily access and modify nested list items with the purrr package’s modify_depth function. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Curated Video
Complete Modern C++ - Perfect Forwarding - Part II (C++11)
In this video, we will understand how perfect forwarding preserves type information of template function arguments. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...