Curated Video
Core Java Programming Course- Hands-on Exercise on the "Nested For" Loop
This video explains how to use the "Nested For" loop with the help of an exercise. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This...
Curated Video
The Modern JavaScript Bootcamp (2019) - Conditional (Ternary) Operator
In this video, you’re going to learn about the conditional operator. This is a nice shorthand for an if/else statement where you want to do one of two things. This clip is from the chapter "Expanding Our JavaScript Knowledge" of the...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Puzzles on This and Initialization of Member Variables
In this video, we will learn about puzzles on this and initialization of member variables. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 11 - Advanced Printing Output to Console with Java
This video talks about advanced printing output to console with Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Printing Banner
In this video, you'll learn what a banner is and how to print it. This clip is from the chapter "Developing a Brute Force Attacker" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Importing Pynput
In this video, you'll learn to import the Pynput library. This clip is from the chapter "Developing a Keylogger" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to develop a...
Brainwaves Video Anthology
Rennie McQuilkin - 'Breech Birth'
Rennie McQuilkin, has an extensive background participating in poetry readings and workshops in Connecticut, and beyond, has had a distinguished literary career with several published full-length collections of poetry. His work has...
Packt
Async-Await: Part II
REST APIs and Mongoose (Task App): Async/Await: Part II This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about REST APIs...
Packt
Getting the Titles of Child Tabs with Optimized While Loop
This video explains how to get the titles of child tabs with an optimized While loop. This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Control Statements Overview
This video provides an overview of the control statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Economics Explained
How Is Transitory Inflation Going: How Bad Will This Get
Inflation is no longer transitory, but is it here to stay? Helping you become more knowledgeable about how the world works, our content covers the biggest topics and headlines through the eyes of economists. The team explores a wide...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled
This video demonstrates how to make the binary search algorithm example loosely coupled. This clip is from the chapter "Spring Level 1 - Introduction to the Spring Framework in 10 Steps" of the series "Spring Framework Master Class -...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Loading the Excel Data
This video explains how to load the Excel data. This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
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...