Instructional Video5:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Reverse Logic to Writing Testing Units for Model Predictions

Higher Ed
This video helps you with the reverse logic to writing testing units for model predictions.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero...
Instructional Video2:12
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part II

Higher Ed
In this video, we will discuss the solution to the exercise on writing testing units for model predictions with JavaScript. This is the second of the two-part solution and here, you will be completing the code lines and successfully...
Instructional Video7:15
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Sort Out Facebook Groups by Location

Higher Ed
In this video, we will discuss the solution to the exercise on sorting out Facebook groups by location from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the...
Instructional Video2:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Star Power with RegEx in JavaScript

Higher Ed
This is an exercise video on star power with RegEx in JavaScript.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Instructional Video5:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Callback Functions in JavaScript

Higher Ed
In this video, we will cover the concept of callback functions in JavaScript. A callback function is simply a function that is passed as an argument to another function and is executed inside that function. We will explain why and when...
Instructional Video8:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on automating a company website with correct formatting in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Instructional Video4:39
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Require Work in Solidity

Higher Ed
In this video, you will learn how the “require” statement works in Solidity and how it can be used to validate input parameters and conditions in your smart contracts.
<
br/>
This clip is from the chapter "Learn Advanced...
Instructional Video8:56
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write a Function Modifier

Higher Ed
In this video, we will discuss the solution to the exercise on writing a function modifier from the previous video.
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
Instructional Video4:57
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Assert Time and Dates Suffix in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on asserting time and dates suffix in Solidity from the previous video.
<
br/>
This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)"...
Instructional Video4:18
Curated Video

Vue.js 3 and Firebase for Beginners - Removing and Changing Basket Quantity

Higher Ed
In this video, we will remove and change basket quantity in the item list by working on the menu view and using the null property.
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for...
Instructional Video10:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to the console with Java.
Instructional Video4:26
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - Introduction to Java Constructors

Higher Ed
In this video, you will learn about an introduction to Java constructors.
Instructional Video5:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method

Higher Ed
In this video, you will learn about passing multiple parameters to a Java method.
Instructional Video4:12
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Print Multiplication Table with a Parameter and Method Overloading

Higher Ed
In this video, you will learn about printing the multiplication table with a parameter and method overloading.
Instructional Video4:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips

Higher Ed
In this video, you will learn about an introduction to Java method arguments with puzzles and tips.
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Advanced Printing Output to Console with Java – Exercises

Higher Ed
In this video, you will learn advanced techniques for printing output to the console with Java. The video covers several exercises to help you practice and solidify your understanding of the concepts.
Instructional Video3:58
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions

Higher Ed
In this video, you will see the solutions for the exercises presented in the previous video, which cover printing output to the console with Java.
Instructional Video3:55
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Kinesis Data Analytics

Higher Ed
You have created a way to get the data with Kinesis Data Streams or Kinesis Firehose, now you must analyze the data. One possible solution is Kinesis Data Analytics, covered in this video.
Instructional Video11:46
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Basic Router Configuration

Higher Ed
All routers share some basic configuration steps every tech must know. From router passwords to LAN IDs, this is the place to learn about these settings.
<
br/>
This clip is from the chapter "Local Area Networking" of the series...
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer Action Methods

Higher Ed
This video is about creating the GET and POST action methods for updating a customer. You will learn the code with a thorough explanation of the methods.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web...
Instructional Video10:18
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Order Controller

Higher Ed
This video walks through creating the Order Controller in the Web API project. It uses the order repository to associate the CRUD operations with the Order Controller action methods.
<
br/>
This clip is from the chapter "Coding...
Instructional Video13:07
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Customer Controller

Higher Ed
This video walks through creating the Customer Controller in the Web API project. It uses the customer repository to associate the CRUD operations with the Controller action methods.
<
br/>
This clip is from the chapter "Coding...
Instructional Video6:19
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Rest Parameters

Higher Ed
This video explains the rest parameters.
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments,...
Instructional Video4:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Infinite Loops / 042

Higher Ed
In this lecture, we will discuss passing primitive values and passing a function using a callback. We will use the useRef hook to create a reference for the elements and values.