Instructional Video5:49
Curated Video

Machine Learning: Random Forest with Python from Scratch - Recap, Flow of Machine Learning Project

Higher Ed
This video is a quick recap of what we have learned thus far, and we will also be working on a project called the Flow of Machine Learning.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series...
Instructional Video0:53
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Asynchronous JavaScript

Higher Ed
In this section, you will learn about asynchronous JavaScript and how it works under the hood. We will see the difference between synchronous and asynchronous code execution, and how JavaScript uses the event loop to manage...
Instructional Video6:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Create and Append Elements

Higher Ed
This video covers how to create new elements using JavaScript and how to append them to the DOM. It covers the createElement(), createTextNode(), and appendChild() methods.
<
br/>
This clip is from the chapter "DOM Manipulation" of...
Instructional Video11:31
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Set Up User-Related Pages

Higher Ed
This video explains how to set up user-related pages.
<
br/>
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of website...
Instructional Video1:01
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Section Overview

Higher Ed
This video explains the learning objectives on this section.
<
br/>
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...
Instructional Video19:34
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Scaffold Database with Entity Framework Core

Higher Ed
This video explains the Scaffold database with Entity framework core.
<
br/>
This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add...
Instructional Video17:10
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Modifying the Homepage

Higher Ed
This video explains how to modify the homepage by changing the snippet.
<
br/>
This clip is from the chapter "Manipulating Website Views and Layout" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains...
Instructional Video3:27
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install Microsoft Data Studio

Higher Ed
This video explains how to download and install Microsoft Data Studio.
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental...
Instructional Video3:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-2

Higher Ed
In this section, we will work on a bonus project called RandomIdeas, which will involve building a RESTful API using Node.js, Express, and MongoDB. The project will allow users to create and store random ideas, as well as update and...
Instructional Video2:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Intro

Higher Ed
In this bonus module, we will explore the Node.js modules that allow us to perform various tasks in our Node.js applications. We will cover the different modules available in Node.js and how to use them effectively to build robust and...
Instructional Video2:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction and What Are Algorithms?

Higher Ed
In this video, we will introduce the concept of algorithms and why they are important in programming. We will discuss what an algorithm is, the different types of algorithms, and why it's crucial to have good algorithms in software...
Instructional Video10:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Symbols

Higher Ed
Symbols are a new primitive type in JavaScript, introduced in ES6. In this video, you will learn what symbols are and how they can be used to create unique identifiers for objects.
<
br/>
This clip is from the chapter "Iterators,...
Instructional Video4:06
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Finishing Touches

Higher Ed
This video explains the final touches to the website.
<
br/>
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of website...
Instructional Video4:12
Curated Video

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

Higher Ed
In this video, you will learn about the Document Object Model (DOM), a programming interface for HTML and XML documents, and understand how the DOM represents the structure of a webpage as a hierarchical tree of objects and interact with...
Instructional Video1:58
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Model in CSS

Higher Ed
In this video, we will gain a deeper understanding of the Document Object Model (DOM) and how it relates to CSS3. You will learn about the structure of the DOM, how elements are represented, and how CSS selectors interact with the DOM to...
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 Video5:43
Curated Video

Type-Safe Interfaces with Modern C++ - Understanding Variants

Higher Ed
Understand what a "variant" is and its usefulness.
Instructional Video2:53
Curated Video

Type-Safe Interfaces with Modern C++ - The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video1:42
Instructional Video7:13
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Run Jobs on a Slave Node

Higher Ed
This video shows how to configure and run a job on a slave node.
Instructional Video8:20
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Overview

Higher Ed
This video introduces AWS, explains the master/slave architecture on Jenkins, and illustrates the outcome of this section's practical part.
Instructional Video7:57
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Approve and Deploy to Live

Higher Ed
This video completes the CD pipeline with a step to manually approve the deployment and deploy to the live environment and shows additional resources to write pipeline scripts.
Instructional Video6:29
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - What Is Pipeline as Code?

Higher Ed
This video explains what Pipeline as Code means, how pipelines are implemented in Jenkins 2, and what are the benefits of using Pipelines.
Instructional Video6:45
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - What Is CI/CD?

Higher Ed
This video explains what Continuous Integration, Continuous Delivery, and Continuous Deployment are, how they compare, and which benefits they bring.