Instructional Video2:52
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Edit Book Get Handler

Higher Ed
In this video, we'll edit Book get handler. This clip is from the chapter "Book List Razor Project" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at book list Razor project.
Instructional Video3:40
Brian McLogan

Learn how to find the solution by graphing a system of equations

12th - Higher Ed
πŸ‘‰To solve a system of equations means to obtain a common x-value and a common y-value that makes the each of the equation in the system true. To solve a system of equations by graphing means to obtain the point of intersection (if any)...
Instructional Video4:20
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 25 - Map Interface - Comparison - HashMap Versus LinkedHashMap Versus TreeMap

Higher Ed
In this session, we will learn about map interface - comparison - HashMap versus LinkedHashMap versus TreeMap. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video7:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - String Concatenation and Join, Replace Methods

Higher Ed
In this video, we will learn about - string concatenation and join, replace methods. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...
Instructional Video5:54
Curated Video

REST APIs with Flask and Python - Solution to Coding Exercise: @classmethod and @staticmethod

Higher Ed
The video provides the solution to the "@classmethod and @staticmethod" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various...
Instructional Video4:49
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Total Passed and Failed Students

Higher Ed
In this lesson, we will discuss the solution for the third step, which is to show the total number of students that have passed and failed. 50 and above marks are required to pass the course. This clip is from the chapter "Spark RDDs" of...
Instructional Video17:03
Curated Video

The Complete Java Developer Course: From Beginner to Master - Repetition Control Statements

Higher Ed
This video explains about the repetition 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...
Instructional Video9:58
Let's Tute

The History and Types of Numbers: From Tally Marks to Real Numbers

9th - Higher Ed
This video explains the history and development of numbers, from tally marks to the invention of zero and the creation of different types of numbers such as natural, whole, integers, rational, and irrational. It also discusses the...
Instructional Video7:09
Curated Video

High Performance Scientific Computing with C 2.1: Floating-Point Numbers and IEEE-754

Higher Ed
How are real numbers stored and manipulated? How does this affect our program’s performance? β€’ Learn how the IEEE-754 standard defines floating-point storage β€’ Learn the range of floating-point numbers β€’ See how we can go beyond this...
Instructional Video7:24
Curated Video

Power BI Masterclass - Let Us Talk About Performance - Best Practices

Higher Ed
In this video, we will cover performance and best practices. This clip is from the chapter "The Next Level" of the series "Power BI Masterclass".null
Instructional Video18:14
Curated Video

C++ Developer - Const Correctness

Higher Ed
This video focuses on Const correctness. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video4:56
Curated Video

Core Java Programming Course- Customizing Date and Time

Higher Ed
This vide explains how to customize date and time. This clip is from the chapter "Date and Time Operations (Rev Java 8)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explores the various...
Instructional Video5:49
Curated Video

Complete Modern C++ - Operator Overloading - Part III (Global Overloads)

Higher Ed
This video shows when operators need to be overloaded as global functions. β€’ Run the app through Visual Studio β€’ Run the app through PowerShell β€’ Run the app through File Explorer This clip is from the chapter "Operator Overloading" of...
Instructional Video4:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Stream Intermediate Operations - Sort, Distinct, Filter, and Map

Higher Ed
In this session, we will learn about stream intermediate operations - sort, distinct, filter, and map. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java...
Instructional Video3:39
Brian McLogan

How to graph a parabola in vertex form with a vertical compression

12th - Higher Ed
πŸ‘‰ Learn how to graph quadratic equations in vertex form. A quadratic equation is an equation of the form y = ax^2 + bx + c, where a, b and c are constants. The graph of a quadratic equation is in the shape of a parabola which can either...
Instructional Video17:33
Curated Video

The Complete Java Developer Course: From Beginner to Master - Arithmetic Operators

Higher Ed
This video explains how to perform various arithmetic operations on variables and literals in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Instructional Video7:01
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Importing Libraries

Higher Ed
In this video, you'll learn how to import libraries in Python. This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Instructional Video5:26
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Sum of Elements

Higher Ed
This video is the first project in this section where you would do the sum of the elements of any size using ArrayLists. This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to...
Instructional Video10:03
Curated Video

Comprehensive Android Developer Bootcamp - App- Showing Money Counter - Currency Format

Higher Ed
Android Development – Let the fun Begin!:App- Showing Money Counter - Currency Format This clip is from the chapter "Android Development – Let the fun Begin!" of the series "The Comprehensive Android Developer Bootcamp".This section...
Instructional Video15:13
Curated Video

C++ Developer - User Input

Higher Ed
This video explains user input. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video5:04
Curated Video

Complete Modern C++ - Operator Overloading - Part V (Smart Pointer Basics)

Higher Ed
This video explains the RAII idiom. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Instructional Video7:21
Curated Video

C++ Standard Template Library in Practice - File I/O

Higher Ed
In this video, you will learn about file I/O. β€’ Introduce the file I/O operations β€’ Talk about the modes in which a file can be opened β€’ Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of...
Instructional Video4:16
Curated Video

C++ Standard Template Library in Practice - Console I/O - Read Input

Higher Ed
The user wants to be able to read input from the user onto a console. β€’ Introduce the concept of std: :cin β€’ Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the series "C++ Standard...
Instructional Video8:57
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static

Higher Ed
In this session, we will learn about list and ArrayList - sorting - introduction to collections sort static. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section,...