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...
Curated Video
Mastering Spring Framework Fundamentals - Applying Constructor Dependency Injection to XML Configuration
This video demonstrates how to assign operators. This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Curated Video
Excel VBA Programming The Complete Guide - The Range.Offset Property
The Range.Offset property shifts the currently selected range to a new one. It accepts two arguments -- the number of rows and the number of columns to move. Positive arguments represent downward movements for rows and rightward...
Curated Video
Excel VBA Programming The Complete Guide - The Workbooks.Add Method
In this lesson, we invoke the Workbooks.Add method to create a new workbook from scratch. We also pass it an optional Template argument to make a copy of an existing workbook. This clip is from the chapter "Object Deep Dive" of the...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet_SelectionChange Event
The Worksheet_SelectionChange event is triggered when the user navigates to a different cell with a spreadsheet. In this lesson, we react our first Excel event and also explore the ByVal keyword in the automatically generated procedure....
Curated Video
Excel VBA Programming The Complete Guide - More Date and Time Functions
In this lesson, we continue our exploration of additional datetime functions on the VBA helper object including Year, Month, Day, Hour, Minute, and Second. We also dive into the Weekday, WeekdayName and MonthName functions to discover...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I
In this lesson, we dive deeper into the MsgBox method including its Buttons and Title parameter. We modify the aesthetics of the alert, including the clickable buttons and the information icon. This clip is from the chapter...
Curated Video
The Complete Practical Docker Guide - Using curl and wget Utilities
This video explains using curl and wget utilities. This clip is from the chapter "Networking in Linux" of the series "The Complete Practical Docker Guide".This section focuses on networking in Linux.
Curated Video
The Complete Practical Docker Guide - Installing htop Package Using apt-get
This video explains installing htop package using apt-get. This clip is from the chapter "Processes in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the processes in Linux.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: Arrow Functions
In this video you'll learn about ES6 Arrow Functions. This is a new way to create functions in ES6 and comes with an improved syntax. This clip is from the chapter "Hello React" of the series "The Complete React Developer Course (with...
Curated Video
The Modern JavaScript Bootcamp (2019) - Build an Expense Tracker
In this video, you'll be writing an expense tracker application using what you've learned about JavaScript so far. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp (2019)".An Object plays a...
Curated Video
The Modern JavaScript Bootcamp (2019) - The Rest Parameter
In this video, you’re going to learn about the rest parameter. The rest parameter lets you access a set of the function arguments as an array. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Introduction to Variable Arguments – Basics
In this session, we will learn about introduction to variable arguments – basics. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Curated Video
Python 3 for Beginners: Python List Manipulation and Functions
In this video, we learn about some basic operations that can be performed on Python lists, such as sorting a list, concatenating multiple lists, determining the length of a list, and generating a list of numbers using the range function....
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 05: Stubbing variations with Mockito - Argument Matchers & More...
Mockito Basics: Step 05: Stubbing variations with Mockito - Argument Matchers & More... 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...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Create Data Factory and Read Metadata
This video explains creating Data Factory and reading metadata. This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction