Curated Video
Practical GraphQL - Become a GraphQL Ninja - Accessing GraphQL Query Data From Pug - part 1
Create an Application to Display an Image via GraphQL: Accessing GraphQL Query Data From Pug - part 1 This clip is from the chapter "Create an Application to Display an Image via GraphQL" of the series "Practical GraphQL - Become a...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - How to Handle with Static JSON Payloads
This video explains how to handle with static JSON payloads. This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Curated Video
How to Convert From Hexadecimal to Decimal
Quick whiteboard tutorial showing how to easily convert numbers in hexadecimal (base 16) to decimal (base 10) for students studying GCSE Computer Science
Professor Dave Explains
Practice Problem: Titration Calculations
Titration is a way to do stoichiometry with acids and bases. The equivalence point tells us something about the moles of acid and base that are present in solution at that moment. And if we know one of those values, we can know the...
Professor Dave Explains
Practice Problem: Molarity Calculations
Solution concentration is measured in molarity, which is moles solute per liter of solution. Can we calculate concentration, moles, or volume, given the other two values? Sure, it's easy!
Curated Video
Job-Ready SQL in an Afternoon - Datatype Conversions
In this video, we will cover datatype conversions. This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
Curated Video
Job-Ready SQL in an Afternoon - Creating New Columns and Arithmetic
In this video, you will learn how to create new columns and arithmetic. This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
Curated Video
Arduino for Beginners - 2022 Complete Course - Get the Distance from an Obstacle
This video explains getting the distance from an obstacle. This clip is from the chapter "Ultrasonic Sensor - Measure Distances" of the series "Arduino for Beginners - 2022 Complete Course".This section explains measure distances.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Shift Scale Rotation Invariance Exercise
This is an exercise video on shift scale rotation invariance. This clip is from the chapter "Object Detection" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the methods of object...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Implementing Convolution in Python Revisited
This video helps in implementing convolution in Python revisited. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Image Blurring 1 Quiz
This is a quiz video on image blurring 1. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Converting an Image to Grayscale in Python
This video explains converting an image to grayscale in Python. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Curated Video
DevOps Complete Course - Build a War File on Agent Node (Maven Server)
This video talks about building a war file on agent node (Maven server). This clip is from the chapter "Maven" of the series "DevOps Complete Course".This section focuses on Maven from scratch.
Curated Video
Python In Practice - 15 Projects to Master Python - n-darrays to Pandas Series
This video explains n-darrays to Pandas series. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Curated Video
Python In Practice - 15 Projects to Master Python - GUI Introduction
This video introduces the GUI. This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts that is on python GUI.
Curated Video
Python In Practice - 15 Projects to Master Python - Creating a Duplicate List Elements Remover Function
This video explains the functions exercise to remove duplicates from a list. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Curated Video
Minimal API Development with ASP.NET Core - Add AutoMapper
This video introduces AutoMapper to our project. This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - JSON as a String
We will save changes to normal text files in the form of strings in JSON data storage. This clip is from the chapter "Data Preservation" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Casting Type
We will look at methods to convert the datatypes of one class to another datatype. 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...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 13: Use AutoMapper to MapPost Method
This lecture shows us how to implement the AutoMapper and the DTO in the MapPost method. This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section takes us...
Curated Video
Machine Learning Random Forest with Python from Scratch - Tuples
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD. This clip is from the chapter "Introduction to Python" of the series "Machine...
Curated Video
Machine Learning Random Forest with Python from Scratch - Reading and Manipulating Dataset
Previously, you learned how to read a dataset; now, we will look at manipulating the data and using a sample dataset in our code. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Curated Video
Intro To Python Programming - Converting Variable Type
There are times you'll need to convert a string variable to a numerical variable and vice-vera. You'll learn how to convert variables from one type to another in this section of the course.
Curated Video
Rocking Out With Photoshop - How to turn an image black and white in Photoshop
In this video you'll learn how to turn an image from color to grayscale.