Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled
In this Appendix video, we'll make the binary search algorithm example loosely coupled. This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 3: Making the Binary Search Algorithm Example Loosely Coupled
Introduction to Spring Framework in 10 Steps: Step 3: Making the Binary Search Algorithm Example Loosely Coupled This clip is from the chapter "Introduction to Spring Framework in 10 Steps" of the series "Master Java Web Services and...
3D Print General
3D Printed Astronomia Tourbillon Triaxial Clock
In today's video, I take a look at the phenomenal design by mcmaven of the triaxial tourbillon clock, based on the Astronomia watch by Jacob & Co. Files: Clock I printed: https://www.thingiverse.com/thing:3415296 With Quartz Movement:...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Java For Loop - Syntax and Puzzles
In this video, we will learn about Java for loop - syntax and puzzles. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explain about loops - for loop, while...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Print Formatting
Being able to add variables to strings and print it out is very important in Python and Python debugging. This lesson will show you the old Python 3.5 way, and the newer Python 3.6+ way to format your sentences. This clip is from the...
Curated Video
Machine Learning Random Forest with Python from Scratch - Recursion
In this video, you will learn about a complete implementation of the Random Forest using only Pandas to read the data and look at the results of the sklearn function. This clip is from the chapter "Random Forest Step-by-Step" of the...
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part I
This video gives a gentle introduction of class specialization. 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...
Curated Video
Excel VBA Programming The Complete Guide - Procedures with Boolean Arguments + The Workbook_BeforePrint Event
Some event procedures feature a Cancel Boolean argument that can cancel a specific operation by being set to True in the body of the procedure. In this lesson, we try this out with the BeforePrint event procedure. This clip is from the...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - ES6 Object Destructuring
In this video you'll learn about ES6 Object Destructuring. It's a way to create variables based on properties from an object. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and...
Curated Video
The Modern JavaScript Bootcamp (2019) - Handling User Interaction
In this video, you’ll learn how to handle user interaction. This will allow us to respond to things the user does like clicking a button or entering some text in a field. This clip is from the chapter "Javascript in the Browser" of the...
Curated Video
The Modern JavaScript Bootcamp (2019) - Looping Over Arrays
In this video, you’re going to learn how to loop over arrays. This will allow you to do something for each item in your list, such as showing them to your users. This clip is from the chapter "Arrays" of the series "The Modern JavaScript...
Curated Video
The Modern JavaScript Bootcamp (2019) - Booleans and Comparison Operators
In this lesson, you'll learn about our third JavaScript type, the Boolean. You'll also learn how you can compare two things such as two strings or two numbers. This clip is from the chapter "JavaScript Basics: Variables and Flow Control"...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int
In this session, we will learn about behind the screens with functional interfaces - implement consumer Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Curated Video
How to Print a Word Document Without Comments
In this video I show you very quickly how to print a document without including the comments (and also how to print a document with the comments if you prefer).
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions
This video talks about Java for loop to print multiplication table - exercise solutions. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Temperature and Humidity Display - DHT11
In this lecture, we are going to work with temperature and humidity display - DHT11. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Project (Group By, Aggregations and Order By)
In this session, we will print the minimum and maximum salaries in each department and sort the salaries in ascending order. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and...
Curated Video
The Modern JavaScript Bootcamp (2019) - Callback Abstraction
In this lesson, you’re going to learn how to use callbacks to simplify the code that makes our HTTP requests. You’ll learn how to abstract the complexity of XMLHttpRequest into a simple function call. This clip is from the chapter...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Log4j2 Configuration with Demo
This video explains the configuration of Log4j2. This clip is from the chapter "Adding Logging to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about adding logging...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Subscribing and Dynamic Actions
In this video you'll learn how to subscribe to changes in the Redux store. That means you'll be able to run some code whenever the data changes. This clip is from the chapter "Redux" of the series "The Complete React Developer Course...
Curated Video
The Modern JavaScript Bootcamp (2019) - JavaScript Dates
In this video, you’re going to learn about the built-in date in JavaScript. This gives you a way to work with dates and time in your application. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern...
Curated Video
The Complete Java Developer Course: From Beginner to Master - File Output
This video focuses on file output, which involves writing data from memory to secondary storage. This clip is from the chapter "File I/O and Exceptions" of the series "The Complete Java Developer Course: From Beginner to Master".This...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Integrating Pytest Logs into HTML Reporting
This video explains how to integrate pytest logs into HTML reporting. This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from Scratch and...