Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Reusing Functions with Different Data
This video demonstrates how to reuse functions with different data. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basics...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Agent Class Implemented
This video explains about the implementation of the Agent class. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
Python In Practice - 15 Projects to Master Python - Admin Application and Creating Our Own Applications
This video explains the Admin application and creating our own applications. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Sentinels
We will look at creating data classes that do not hold any value. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getAllProducts Methods for Product Lambda Microservice with DynamoDB
This video talks about developing getAllProducts methods for product Lambda microservice with DynamoDB. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing deleteBasket CRUD Method for Basket Lambda Microservice with DynamoDB
This video helps with developing deleteBasket CRUD method for basket Lambda microservice with DynamoDB. This clip is from the chapter "Developing Basket Lambda Microservices Functions with AWS SDK" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing "getBasket" of Checkout Basket Function with EventBridge Client
This video explains the development of "getBasket" of checkout basket function with EventBridge Client. This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing "deleteBasket" of Checkout Basket Function with EventBridge Client
This video demonstrates developing "deleteBasket" of checkout basket function with EventBridge Client. This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series "AWS...
Curated Video
Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Write Deploy AWS Lambda Function
This is a lab video that demonstrates how to write deploy AWS Lambda function. This clip is from the chapter "Snowflake – External Functions" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses...
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Sigmoid Function
In this video, you will learn about the Sigmoid function. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the basics of...
Curated Video
Learn Java Unit Testing with JUnit 5 in 20 Steps - Unit Testing Exceptions
JUnit 4: Unit Testing Exceptions This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - DataProvider Annotation -Parameterizing Test Cases - 2
This is the second part of the two-part lecture that explains how to parameterize test cases. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - DataProvider Annotation - Parameterizing Test Cases - 1
This is the first part of the two-part lecture that explains how to parameterize test cases. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - What is Explicit Wait? Explain with Real Time Scenario
This video explains Explicit Wait with a real-time scenario. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercise Printing Unique Number- Amazon Interview Questions
This video presents an example of printing a unique number. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to...
TLDR News
What Changes Now the Queen's Died: Money, Stamps & Ketchup
With the Queen's death, there's a lot changing in the UK. Besides the big obvious monarchy stuff, there's a lot of small changes coming to things like stamps, money, postboxes and even ketchup. So in this video we'll explain what's about...
TLDR News
Could Britain End the Monarchy & Become a Republic? The Queen's Royal Controversy - TLDR News
Following the controversial revelations made by the Guardian last weekend we wanted to discuss if the Monarchy could be 'cancelled'. In this video we discuss the powers the queen has, the controversy itself, and what would happen if...
Let's Tute
Mistakes to Avoid in Journal Entries
In this video we will be teaching about Journal entries and it's importance so you don't make mistakes 1. Ledger folio column 2. Analyse accounts affected, classify the accounts, apply the rule of Debit and credit 3. Domn't forget to...
Curated Video
Complete Java SE 8 Developer Bootcamp - Overloading Methods
As long as the parameter list is unique, multiple methods may have the same name. This is called "overloading" a method. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps...
Curated Video
Bash Shell Scripting- Passing Parameters to a Function
This video shows how to pass parameters to a function. This clip is from the chapter "Functions" of the series "Complete Bash Shell Scripting".This section explains functions in detail.
Music Matters
How to Harmonize a Melody - Music Theory
How to easily choose chords and harmonize a melody on the piano. Have you got a melody that you want to harmonise i.e. find chords to fit with it? In this music theory lesson we take a melody and work out how to find the best chords to...
Curated Video
Period and Frequency of Waves
The video explains two important features of a wave: the frequency and the time period. It uses a visual representation of a transverse wave and a longitudinal wave to show the peaks, troughs, amplitude, and wavelength of a wave. The...
Curated Video
Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #2
Here, we will see how to rely on a sentinel (magic) value to detect the end of the argument list. This clip is from the chapter "Advanced Topics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...