Instructional Video12:35
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Stash

Higher Ed
This video explains Git Stash, which is used when you want to record the current state of the working directory and the index but want to go back to a clean working directory. This clip is from the chapter "Other: Diff, Stash, and...
Instructional Video8:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - FizzBuzz Challenge

Higher Ed
In this video, we will tackle a common coding challenge called FizzBuzz, which involves printing out certain words or numbers based on certain conditions. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of...
Instructional Video10:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Ternary Operator

Higher Ed
The ternary operator is a concise way to write if/else statements in JavaScript, and this video shows us how to use it effectively. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the...
Instructional Video11:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Variables and Constants

Higher Ed
In this video, we will cover variables and constants in JavaScript, how to declare them, and how to assign values to them. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the...
Instructional Video1:08
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Rust Concurrency

Higher Ed
This video explains what Rust is and why it matters. This clip is from the chapter "What Is Rust and Why Does It Matter" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on what, how, and...
Instructional Video9:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - CommonJS Modules

Higher Ed
This video explains the CommonJS module format, which is a module format used in Node.js. The video covers how to create modules using the CommonJS format, how to export and import modules, and how to use modules in our code. This clip...
Instructional Video4:18
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Additional Input Attributes (Min, Max, Multiple, and Placeholder)

Higher Ed
In this video, we will explore additional input attributes to add validation and improve user experience. You will learn to set minimum and maximum values, allow multiple selections, and provide placeholder text.
Instructional Video4:56
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Generic Types in Rust

Higher Ed
In this video, you will look at generic types in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video4:06
Curated Video

Type-Safe Interfaces with Modern C++ - The Problem with std::visit

Higher Ed
Understand why std::visit is not optimal and what pattern matching is.
Instructional Video3:55
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Difference Between Let and Const in JavaScript

Higher Ed
This video will explain the difference between “let†and “const†in JavaScript, which are two ways to declare variables with different scoping and reassignment properties. This clip is from the chapter "Introduction to Programming...
Instructional Video19:36
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The For Loop in Solidity

Higher Ed
In this video, you will learn about the For loop in Solidity, a powerful control structure that allows you to repeat a block of code for a specified number of times or until a certain condition is met. This clip is from the chapter...
Instructional Video1:34
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases

Higher Ed
This video explains in-memory databases, which make the data extremely quick to access but the data is usually not persistent between sessions. This clip is from the chapter "Databases" of the series "Web Development Concepts for...
Instructional Video2:48
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding Object Composition - an Exercise - Books and Reviews

Higher Ed
In this video, we will understand object composition with an exercise—books and reviews.
Instructional Video2:00
Curated Video

Chatbots Development with Amazon Lex - Instructor Introduction

Higher Ed
In this video, we will quickly know the instructor/author of the course and look at his qualifications and experience in delivering the course in this online mode.
Instructional Video3:50
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Step Functions

Higher Ed
The forthcoming replacement for SWF is Step Functions in AWS. SWF is still supported and likely to be on an exam, but Step Functions will be replacing SWF in the coming years and be more heavily focused on in the exams as well.
Instructional Video9:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Performant Design

Higher Ed
Now that you understand resilient design, you will apply it to the Widget Makers requirements. See how to offer resilient design for processing, databases, storage and more.
Instructional Video4:40
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Why Get CompTIA A+ Certified

Higher Ed
CompTIA A+ is the de facto entry point for IT techs, the first certification you should get. It provides a common language for people in IT and prepares you for work in the industry. This clip is from the chapter "All about the CompTIA...
Instructional Video3:16
Curated Video

SQL Server Course for Beginners with 100+ examples - LIKE Operator

Higher Ed
Learn how to implement the LIKE operator in SQL. We will find values based on a specific pattern using percentages and underscore. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+...
Instructional Video19:45
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that add style props to your React components and allow you to control styles based on criteria.
Instructional Video16:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Context / 087

Higher Ed
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Instructional Video14:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - UI Design (Tailwind and Flowbite) / 065

Higher Ed
Now, we will focus on creating a basic user interface. We will define the page structure and how Cinemate, using Tailwind and Flowbite, works.
Instructional Video12:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057

Higher Ed
In this lesson, we will understand the parameters that are defined to a route, which helps to avoid repetitive tasks, especially in the scenario of large volumes of data.
Instructional Video7:14
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 036

Higher Ed
In this lecture, you will learn how to utilize a URL and how to use Async Await, and the functions we will use for the process. You will learn to segregate data based on specified conditions.
Instructional Video11:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Array State Value / 012

Higher Ed
Here, we will continue to understand the useState, but this time, we will not just use it with integers, we will use arrays. We will create a task list and experiment with using tasks.