Instructional Video6:33
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 11)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web applications in a...
Instructional Video4:00
Curated Video

TypeScript for Beginners - Using Optional Parameters

Higher Ed
This video demonstrates how to use optional parameters. This clip is from the chapter "Functions" of the series "TypeScript for Beginners".This section introduces you to functions and explains how to use them.
Instructional Video4:32
Curated Video

Comprehensive Android Developer Bootcamp - Little Control Flow Game

Higher Ed
Deep Dive into Java Programming Language:Little Control Flow Game This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Java Syntax"

Higher Ed
The author introduces various Java syntax’s. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops and enumeration.
Instructional Video9:00
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Java char Data Type - Exercises 3 - isConsonant, List Upper Case, and L

Higher Ed
In this video, we will learn about Java char data type - exercises 3 - isConsonant, List Upper Case, and L. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners -...
Instructional Video2:56
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - What is HTML

Higher Ed
HTML Crash Course: What is HTML This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so on.
Instructional Video20:16
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Creating Custom Hooks

Higher Ed
This video creates Custom Hooks. This clip is from the chapter "[New!] Hooks, Context, Fragments, and More" of the series "The Complete React Developer Course (with Hooks and Redux)".null
Instructional Video8:27
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Behind the Screens with Functional Interfaces - Implement Predicate Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement predicate Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video6:07
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing C

Higher Ed
In this session, we will learn about list and ArrayList - sorting - providing flexibility by implementing C. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video13:06
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Java Arrays - Exercise - Create Student Class - Part 2 - Maximum and Minimum

Higher Ed
In this session, we will learn about Java arrays - exercise - create student class - part 2 - maximum and minimum. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video15:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Strategy to Access Excel Data

Higher Ed
This video explains the strategy to access Excel data. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section explains the...
Instructional Video13:29
Curated Video

Bash Shell Scripting- simple if and if-else conditional statement

Higher Ed
This video shows how to use the simple if and if-else conditional statement. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers...
Instructional Video5:22
Curated Video

Beginning Python (Video 21)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video16:33
Schooling Online

Shakespeare Today: Julius Caesar - Key Quotes 1

3rd - Higher Ed
After watching this lesson, you will be able to support your discussion of Julius Caesar’s themes with detailed textual analysis! This lesson unpacks the most famous and significant quotes uttered by Brutus, the main character. These...
Instructional Video7:30
Curated Video

.NET Core Microservices - Add to Shopping Cart Repository Method

Higher Ed
This video shows how to update shopping cart repository method. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about...
Instructional Video3:35
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet.Copy Method

Higher Ed
The Worksheet.Copy method copies the contents of a worksheet to a new worksheet. When invoked with no arguments, it will create the copy in a brand new workbook. With either a Before or After argument, the copy will be placed in the...
Instructional Video7:47
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Java char Data Type - Exercises 1 – isVowel

Higher Ed
In this video, we will learn about Java char data type - exercises 1 – isVowel. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video4:42
Let's Tute

Tips for Effective Learning and Memory Retention

9th - Higher Ed
This video provides tips for students to learn faster and remember things effectively, including identifying what needs to be memorized, using verbal and visual learning techniques, taking breaks, meditating, and getting adequate rest....
Instructional Video2:17
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Testing the Application Programming Interface (API)

Higher Ed
This video explains how to test the API. This clip is from the chapter "Consuming Azure Services" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to consume Azure services.
Instructional Video2:22
Curated Video

.NET Core Microservices - Remove Items from Cart

Higher Ed
This video explains how to remove items from cart. This clip is from the chapter "Shopping Cart UI" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about shopping cart UI.
Instructional Video4:44
Curated Video

TypeScript for Beginners - Overloading

Higher Ed
This video explains the concept of overloading. This clip is from the chapter "Functions" of the series "TypeScript for Beginners".This section introduces you to functions and explains how to use them.
Instructional Video6:00
Curated Video

Excel VBA Programming The Complete Guide - The ComboBox Control I

Higher Ed
The ComboBox is a dropdown of predefined options that can optionally accept a new user input. In this lesson, we create two ComboBoxes to accept a font name and a font size. This clip is from the chapter "User Forms" of the series "Excel...
Instructional Video3:39
Curated Video

How to Write a Band 9 Essay for IELTS Task 2

9th - Higher Ed
Today you’ll learn how to score band 9 for IELTS Task 2 essays.
Instructional Video3:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Adding and Removing Marks - Problem with Arrays

Higher Ed
In this session, we will learn about adding and removing marks - problem with arrays. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...