Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Stash
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - FizzBuzz Challenge
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Ternary Operator
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Variables and Constants
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Rust Concurrency
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - CommonJS Modules
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Additional Input Attributes (Min, Max, Multiple, and Placeholder)
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Generic Types in Rust
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
Curated Video
Type-Safe Interfaces with Modern C++ - The Problem with std::visit
Understand why std::visit is not optimal and what pattern matching is.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Difference Between Let and Const in JavaScript
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The For Loop in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding Object Composition - an Exercise - Books and Reviews
In this video, we will understand object composition with an exercise—books and reviews.
Curated Video
Chatbots Development with Amazon Lex - Instructor Introduction
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Step Functions
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Performant Design
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.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Why Get CompTIA A+ Certified
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - LIKE Operator
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+...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Context / 087
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - UI Design (Tailwind and Flowbite) / 065
Now, we will focus on creating a basic user interface. We will define the page structure and how Cinemate, using Tailwind and Flowbite, works.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Event / 036
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useState: Array State Value / 012
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.