Instructional Video7:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is JavaScript?

Higher Ed
In this video, we will cover the basics of JavaScript. We will discuss what is JavaScript used for and understand why we should learn JavaScript. This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from...
Instructional Video8:03
Curated Video

Machine Learning: Random Forest with Python from Scratch - How Decision Trees and Random Forest Work

Higher Ed
We will understand what a decision tree is and create a decision tree and get a prediction result from the decision tree. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video5:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust

Higher Ed
This video talks about match statements in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video3:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fullstack Workflow

Higher Ed
In this video, we will go over the full-stack workflow and what we need to do in order to build a complete app with a backend and frontend. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the...
Instructional Video4:44
Curated Video

Modern JavaScript from the Beginning - Second Edition - Webpack DevServer Plugin

Higher Ed
In this video, we will explore the Webpack DevServer plugin, which allows us to run a local development server that automatically rebuilds our project whenever we make changes. You will learn how to set up the DevServer plugin and how to...
Instructional Video5:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Understanding Hierarchy in React.JS

Higher Ed
This video provides a comprehensive explanation of the hierarchy concept in React.JS. You will learn how components are structured in a hierarchical manner, with parent and child components, topics such as component composition, passing...
Instructional Video4:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Syntax of JavaScript and Overview

Higher Ed
In this video, we will dive into the syntax of JavaScript and gain an overview of its key components. You will learn about variables, data types, operators, control structures, functions. We will understand how JavaScript code is...
Instructional Video3:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML

Higher Ed
In this video, you will learn to use heading tags (h1-h6) in HTML to structure our web content, create hierarchical headings, and improve the accessibility and the SEO of our webpages.
Instructional Video3:07
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Structure of an HTML5 File

Higher Ed
In this video, we will delve into the structure of an HTML5 file and understand the purpose of each component. We will explore the DOCTYPE declaration, head section, and body section. You will learn to properly organize your HTML code to...
Instructional Video2:22
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Create an HTML5 File?

Higher Ed
In this video, we will get hands-on guidance on creating an HTML5 file from scratch and follow step-by-step instructions to set up the basic structure of an HTML file using a text editor. You will learn to save the file with the...
Instructional Video9:25
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Code Along and Customize Your Own Smart Pointer in Rust

Higher Ed
Smart pointers are a powerful tool for managing memory in Rust, allowing you to create more complex data structures and avoid common memory management pitfalls. However, out of the box, Rust only provides a handful of smart pointer...
Instructional Video7:42
Curated Video

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

Higher Ed
This video explores traits 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 Video6:11
Curated Video

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

Higher Ed
This video demonstrates Enums 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 the beginner to intermediate...
Instructional Video7:12
Curated Video

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

Higher Ed
This video explains structs 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 the beginner to intermediate content.
Instructional Video18:30
Curated Video

Concurrent and Parallel Programming in Python - Yaml File Introduction

Higher Ed
After creating a working program, you will learn how to clean up the appearance and make it nicer to have an overview and be able to expand its features in the future.
Instructional Video2:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Accessing Weather API Data Structures

Higher Ed
This is an exercise video where you will be accessing weather API data structures. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video4:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are HTML CSS and JavaScript Basics with CodeSandbox

Higher Ed
This video will provide an introduction to the basics of HTML, CSS, and JavaScript using CodeSandbox, so you can start building web applications with confidence. This clip is from the chapter "Introduction and Course Setup" of the series...
Instructional Video9:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity

Higher Ed
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video4:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB

Higher Ed
This video explains MongoDB with an example of a document database. This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases, and in-memory...
Instructional Video3:10
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL

Higher Ed
This video explains NoSQL. Data is schemaless and organized into JSON-like objects. Instead of defined rows of needed information, an entry can be more free form. Entries can contain different information from other entries in the...
Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Nested Routes

Higher Ed
This video explains nested routes in Vue and how it enables you to have multiple components render on the same page. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this section, we...
Instructional Video12:53
Curated Video

Building Microservices API in Go - Generating Refresh Token: Part 1

Higher Ed
In this video, we will structure our application for generating a refresh token. We will create a small design to accommodate the refresh token in the login flow and discuss best practices for handling refresh tokens securely. This clip...
Instructional Video6:36
Curated Video

Building Microservices API in Go - Introduction to Hexagonal Architecture

Higher Ed
In this video, we will explore the principles and concepts of hexagonal architecture, including ports and adapters, and how it can be used to design flexible and maintainable applications in Go. This clip is from the chapter "Application...