Instructional Video3:22
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Fix syntax Errors

Higher Ed
This video explains how to fix syntax errors. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and elements.
Instructional Video9:08
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Adding an About Us Page

Higher Ed
This video explains how to go about adding the about us page. This clip is from the chapter "Manipulating Website Views and Layout" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains manipulating website...
Instructional Video8:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv

Higher Ed
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string. This clip is from the chapter...
Instructional Video4:47
Curated Video

Modern JavaScript from the Beginning - Second Edition - ES2022 Private Class Fields

Higher Ed
In this video, you will learn about the new private class fields feature in ES2022, including how to define private object properties using the "#" symbol. This clip is from the chapter "OOP - Classes, Getters, Setters, and Private...
Instructional Video5:03
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Inline and Internal Styling in React.JS

Higher Ed
In this video, you will learn about different methods of styling components in React.JS. You will explore inline styling, where you can directly apply styles to individual elements using JavaScript objects. You will also learn about...
Instructional Video10:15
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Objects

Higher Ed
In this video, you will learn about objects in JavaScript, which are complex data types that allow us to store and organize related data. We will explore how to create objects, define properties and methods, and access their values.
Instructional Video2:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Handling Error Pages with React-Router-DOM

Higher Ed
In this video, you will learn to handle error pages using React-Router-DOM. We will see how to define a fallback route for handling 404 errors and rendering a custom error page when a route is not found.
Instructional Video3:25
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First and Last Child

Higher Ed
This video focuses on accessing the first and last child elements of a parent element using the firstElementChild and lastElementChild properties. You will learn to retrieve the first and last child elements specifically, excluding any...
Instructional Video2:44
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Advanced console.log

Higher Ed
In this video, we will explore the advanced features and functionalities of the "console.log" method in JavaScript, how to format console output, use placeholders and substitutions, and log multiple values in a single statement.
Instructional Video4:39
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes part 2

Higher Ed
In this video, we will continue exploration of CSS3 pseudo-classes and dive deeper into the world of advanced styling. You will learn about pseudo-classes such as :first-child, :nth-child, and :last-child, and understand how they can be...
Instructional Video4:37
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Reader and Writer Inputs and Outputs in Rust – Reading the File

Higher Ed
In Rust, working with files is a crucial aspect of many applications, from handling user data to processing large amounts of information. To work with files in Rust, you will need to use the Reader and Writer types, which provide an...
Instructional Video5:19
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Reader and Writer Types in Rust – Opening the File

Higher Ed
In Rust, reading from and writing to files are important tasks for many applications, from processing data to logging. To read from and write to files in Rust, you will need to work with the Reader and Writer types, which provide an...
Instructional Video5:41
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Error Handling for a Program in Rust

Higher Ed
This is a solution video on writing error handling for a program 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 Video2:29
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Write Error Handling for a Program in Rust

Higher Ed
This is an exercise video on writing error handling for a program 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 Video7:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Error Handling in Rust

Higher Ed
This video helps with error handling 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 Video5:57
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Build a Hash Table with HashMap in Rust

Higher Ed
This is a solution video on building a hash table with HashMap in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
Instructional Video3:12
Curated Video

Concurrent and Parallel Programming in Python - Using Async Timeouts

Higher Ed
This video will explain what a timeout does in asynchronous programming and how to place timeouts in our syntax.
Instructional Video9:42
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Search for Game Items and Clone Array

Higher Ed
In this video, we will discuss the solution to the exercise on searching for game items and clone array from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Instructional Video9:25
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Pairing Elements in Multi-Dimensional Arrays

Higher Ed
In this video, we will discuss the solution to the exercise on pairing elements in multi-dimensional arrays from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Instructional Video3:42
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - Iterative Optimization Anagrams Problem in JavaScript

Higher Ed
In this video, we will continue to discuss the solution to the exercise on iterative optimization anagrams problem in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video4:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Escape Sequences in JavaScript

Higher Ed
In this video, you will learn about escape sequences in JavaScript, which are special characters that are used to represent certain values in a string. You will explore how escape sequences work and learn about some of the most common...
Instructional Video2:24
Curated Video

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

Higher Ed
This is a solution video where you will learn the difference between var, let, and const in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
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 Video4:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Write Multi-Line Comments in JavaScript

Higher Ed
In this video, you will discover how to write multi-line comments in JavaScript, which are great for providing more detailed explanations and notes about specific sections of your code. You will also learn some tips and tricks for using...