Curated Video
Python 3 for Beginners: Introduction to Functions and Built-in Functions in Python
This video explains the concept of functions in Python. It defines a function as a set of reusable code that performs an action and explains how it can be called or executed by its name. The video also covers the use of built-in...
The Business Professor
Eminent Domain - Power to Take Property
This Video Explains Eminent Domain - Power to Take Property
Curated Video
Learning D3.JS 5.0 8.2: Styling the Axis
In this video, we will learn how to style an axis in order to improve its readability. • Add the ticks() function • Add the tickValues() function • Understand which function is better
Curated Video
Comprehensive Android Developer Bootcamp - Passing Course Object to Next Activity and Fragment
Android Fragments – An Introduction:Passing Course Object to Next Activity and Fragment This clip is from the chapter "Android Fragments – An Introduction" of the series "The Comprehensive Android Developer Bootcamp".In this section you...
IDG TECHtalk
2-Minute Linux Tips: How to run command loops
Being able to run command loops is one of the features of Linux that makes it easy to automate repetitive tasks. In this 2-minute Linux tip, learn about looping -- in scripts and on the command line.
Curated Video
Complete Modern C++ - Move Semantics - std::move Function (C++11)
This video shows how to use the std::move function to force move semantics on L-value. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Curated Video
Complete Modern C++ - Task-Based Concurrency - Part II
This videos explains std::async in more depth. This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Curated Video
C++ Standard Template Library in Practice - Atomic Values
The user wants a simpler way to have thread safe access to simple datatypes. • Introduce the basic concepts to the user • Give an overview of how to use the new feature • Show an example to reinforce the topics covered This clip is from...
Brian McLogan
Mistakes Students Make Co Function Identities
When Students are working on Trigonometric functions one of the first identities that trips them up is the co-function identities. In this video we will explore two mistakes I see students make with co-function identities.
Curated Video
The Complete Practical Docker Guide - Getting Help about Commands Using Man Utility
This video explains in getting help about commands using man utility. This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Curated Video
The Complete Practical Docker Guide - Arguments for Options
This video explains about the arguments for options. This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 08 - Final Variables and Final Arguments
In this session, we will learn about final variables and final arguments. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - r Look at Functions
In this video, we'll take a closer look at functions. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript code,...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Advanced Interactions with Browser Elements Using Action Class
This video demonstrates how to use the action class. This clip is from the chapter "Handling Advanced User Interactions and Child Windows" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section...
Curated Video
REST APIs with Flask and Python - Unpacking Keyword Arguments
This video demonstrates how to unpack keyword arguments. 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 refresh your Python...
Curated Video
REST APIs with Flask and Python - Unpacking Arguments
This video explains how to unpack arguments. 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 refresh your Python knowledge.
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Implementing Real Code in Step Definition Files with Reusable Components
This video explains how to implement a real code in step definition files with reusable components. This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API Automation Testing from...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Single-Dimensional and Multidimensional Arrays Usage
This video explains the use of single-dimensional and multidimensional arrays. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 19 – Creating a Service for Currency Conversion
This video explains how to create a service for currency conversion. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 08: Capturing arguments passed to a Mock
Mockito Basics: Step 08: Capturing arguments passed to a Mock 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.
Curated Video
Data Analytics using Python Visualizations - Seaborn Boxplot, Violin plot, Categorical Scatterplot
This video explains Seaborn Boxplot, Violin plot, and Categorical Scatterplot. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section...
IDG TECHtalk
R tip: Keep passwords and tokens secure with the keyring package
Learn how to store credentials in an encrypted, secure keyring within R. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Packt
Event Acknowledgements
Real-Time Web Applications with Socket.io (Chat App): Event Acknowledgements 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...
Curated Video
Next.js from Development to Deployment - Fetch Paginated Posts
This video focusses on fetching paginated posts. This clip is from the chapter "Pagination and Category Pages" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section explains pagination and...