Instructional Video19:45
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - The Circular Queue - Tricky But Fast

Higher Ed
Let's see how to implement the circular queue.
r/>
This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we build stack function in Java, meet...
Instructional Video16:35
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Insert And Remove From A Heap

Higher Ed
Learn to add and remove elements from a heap.
r/>
This clip is from the chapter "Heaps" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we learn about Heap data structure, build a real heap in...
Instructional Video8:44
Curated Video

Excel VBA Programming The Complete Guide - The InputBox Function

Higher Ed
In this lesson, we use the InputBox function to collect a new worksheet title from the user. The InputBox is a basic dialog box with a single text entry field, a prompt, a title, and OK / Cancel buttons.
r/>
This clip is from...
Instructional Video2:07
Infognostica

Buddhist philosophy - What is Emptiness

9th - 12th
What did Buddha mean when he talked about emptiness? It's often thought to be a depressing or nihilistic thing, but the original meaning of it couldn’t be further.
Instructional Video5:54
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 50 - JPQL - Courses Without Students

Higher Ed
In this video, we will cover JPQL - courses without students.
r/>
This clip is from the chapter "Queries with Entities using JPQL" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, the...
Instructional Video16:46
Curated Video

Bash Shell Scripting - File Test Operators

Higher Ed
This video showcases file test operators.<br/<br/>>

This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
Instructional Video6:30
IDG TECHtalk

Linux tip: How to use the find command

Higher Ed
In today’s Linux tip, we look at the find command – a tool that will prove very useful when you’re trying to locate a file or set of files based on almost any criteria. Leave a comment and let us know which command you want featured in a...
Instructional Video4:40
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - auto-fill and auto-fit

Higher Ed
CSS Grid: auto-fill and auto-fit<br/<br/>>

This clip is from the chapter "CSS Grid" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".Learn about CSS Grid here.
Instructional Video7:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Repository Changes after a Third Commit

Higher Ed
This video illustrates the Git repository changes after a third commit.
r/>
This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains...
Instructional Video6:33
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 30 - Java For Loop to Print Multiplication Table – Puzzles

Higher Ed
This video talks about Java for loop to print multiplication table – puzzles.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Instructional Video6:56
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Java For Loop - Syntax and Puzzles

Higher Ed
In this video, we will learn about Java for loop - syntax and puzzles.
r/>
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 -...
Instructional Video4:40
Curated Video

REST APIs with Flask and Python - Advanced Set Operations

Higher Ed
This video discusses the advanced set operations, such as calculating items that are in two sets or items that are in one set but not in another.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST...
Instructional Video2:50
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Load data (Creating RDS-II)

Higher Ed
Let's continue loading data (creating RDS) from the previous lesson.
r/>
This clip is from the chapter "ETL Pipeline" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers Extract Transform...
Instructional Video3:32
Curated Video

Omitting Page Numbers on Specific Pages in Microsoft Word

Pre-K - Higher Ed
This video demonstrates how to omit page numbers from specific pages in a Microsoft Word document by using manual fields and a simple IF statement.
Instructional Video6:05
Curated Video

Tips, Tricks, and Techniques for Node.js Development 3.2: What about Callbacks?

Higher Ed
In this video, we will learn to work with callbacks. • Read synchronously • Read a file with callbacks • Check the package
Instructional Video8:35
Curated Video

Complete Modern C++ - Class Templates

Higher Ed
This video introduces you to class templates.
r/>
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 templates,...
Instructional Video3:16
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Building REST API to Retrieve Details of a Course – GET

Higher Ed
In this lesson, we will build REST API to retrieve course details.
r/>
This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video7:52
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Create Modal Box

Higher Ed
Project - Build a Twitter Clone (Add JavaScript to Main and Login Page): Create Modal Box
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Add JavaScript to Main and Login Page" of the series "Frontend Web...
Instructional Video4:46
Professor Dave Explains

IIT/JEE Chemistry Practice #24: Molar Mass of a Gas

9th - Higher Ed
Practice REAL problems from actual past IIT/JEE exams with Professor Dave!
Instructional Video3:41
Curated Video

English Vocabulary In Use | Furniture and Rooms Around The House

Pre-K - Higher Ed
Experience English vocabulary in use with today's lesson. Covering furniture and rooms around the house. If you can think of any additional furniture or rooms then please add them in the comments section below. New lessons are out...
Instructional Video3:10
Curated Video

Learning D3.JS 5.0 4.1: The Setup

Higher Ed
In this video, we will set up the files and add the D3.js library. • Create the HTML, CSS, and JS file • Navigate to GitHub to access the D3.js library • Make sure the library is added correctly by checking the console in the developer...
Instructional Video8:44
Curated Video

Next.js from Development to Deployment - Event Submit and React Toastify

Higher Ed
This video explains event submit and React Toastify.
r/>
This clip is from the chapter "Events Functionality - Part 1" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on...
Instructional Video2:09
IDG TECHtalk

How to use /dev/null: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the /dev/null tool. You can send your outputs to /dev/null and it simply disappears. This is helpful when a command’s output isn’t interesting and you don't need to see it.
Instructional Video13:28
Curated Video

C++ Standard Template Library in Practice - Project - Implementation

Higher Ed
In this video, we will see the third part of our project.

• Implement the View portion to display our portion to the
user
• Present an example program that uses thes
e
concepts

This clip is from the chapter...