Instructional Video5:14
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Where to Put the Code?

Higher Ed
In this video, you will learn where to store the code, for which we will download and install Visual Studio Code, the IDE we will be using to store and edit the code to our requirements. You will learn to install the extensions required...
Instructional Video11:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - GeoLocation API

Higher Ed
In this video, you will learn about the GeoLocation API. We will see how to retrieve a user's location data and how to use it in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the...
Instructional Video13:35
Curated Video

Modern JavaScript from the Beginning - Second Edition - Swiper Slider

Higher Ed
In this video, we will use the Swiper library to create a slider that displays additional movie and TV show content. We will fetch the data from the API and create a responsive and dynamic slider. This clip is from the chapter "Flixx...
Instructional Video9:03
Curated Video

Modern JavaScript from the Beginning - Second Edition - Date Methods and DateTimeFormat API

Higher Ed
In this video, we will continue our exploration of the Date object in JavaScript, focusing on some of the built-in methods for working with dates and times. We will also cover the new Intl.DateTimeFormat API, which provides a powerful...
Instructional Video10:55
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dealing with Missing Values

Higher Ed
Let's look at the first step involved in the data cleaning process, which is filling or removing missing values from a dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video1:49
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - The Rust IDE Setting Basics

Higher Ed
This video helps you with setting up the web IDE that we will be using for Rust programming. This clip is from the chapter "Rust Course Setup" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section...
Instructional Video3:36
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understanding Authentication

Higher Ed
This video explains authentication and why it is important. 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 authentication.
Instructional Video6:24
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Create ASP.NET Core MVC Project - Visual Studio

Higher Ed
This video explains how to create the ASP.NET Core MVC project using Visual Studio. This clip is from the chapter "Setup ASP.NET Core MVC Application" 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. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get...
Instructional Video8:21
Curated Video

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

Higher Ed
In this video, you will learn how to use the HTML Webpack plugin to generate an HTML file that includes our bundled JavaScript and CSS files. We will explore how to configure the plugin and how to add dynamic content to the generated...
Instructional Video2:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Downloading Visual Studio Code

Higher Ed
In this video, we will get started with Visual Studio Code, a popular code editor for HTML5 and web development. You will learn to download and set up Visual Studio Code on your computer, ensuring you have the necessary tools for HTML5...
Instructional Video15:49
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Create Resources on AWS

Higher Ed
This video introduces AWS resources and jargon and shows how to create a VPC and security group and launch an EC2 instance.
Instructional Video7:31
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Tour of Jenkins Dashboard

Higher Ed
This video gives an overview of the Jenkins dashboard and admin console and introduces key concepts and terminology.
Instructional Video4:13
Instructional Video5:04
Instructional Video4:15
Curated Video

Vue.js 3 and Firebase for Beginners - The Menu UI

Higher Ed
This video talks about the Menu view page, which is going to be split into two sections. On the left, we are going to include the menu where we will include the pizzas in a list. This clip is from the chapter "Project UI" of the series...
Instructional Video9:37
Curated Video

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

Higher Ed
In this video, you will learn about Enums in Solidity, which allows you to create a custom data type with a fixed set of possible values. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video6:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - AWS (Amazon Web Services)

Higher Ed
This video explains AWS, which features a massive list of services for developers and cloud engineers to pick from. Each service is designed to take a portion of an application ecosystem. This clip is from the chapter "Cloud Platforms"...
Instructional Video10:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub

Higher Ed
This video explains GitHub, which is a popular Git cloud platform used by individual developers and companies. This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains...
Instructional Video8:52
Curated Video

Vue.js 3 and Firebase for Beginners - Filters and Global Properties

Higher Ed
In this video, we will talk about filters and global properties using an example. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the finishing touches to give...
Instructional Video5:30
Curated Video

Vue.js 3 and Firebase for Beginners - Looping over Pizzas

Higher Ed
In this video, we will temporarily create a ref in which we can push our pizzas to, which will then allow us to loop over these pizzas and display them inside a table. This clip is from the chapter "Composition API" of the series "Vue.js...
Instructional Video5:46
Curated Video

Vue.js 3 and Firebase for Beginners - The NewPizza Object and Data Binding

Higher Ed
In this video, we will look at the NewPizza file and add some JavaScript. We will be making use of the script setup that we just looked at to add a new Pizza object, which we can structure for all the pizzas in our application. This clip...
Instructional Video5:54
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form

Higher Ed
In this video, we will look at the admin view, which is going to be split up into multiple areas, which we will then organize into different components. The first area we are going to cover is adding a new pizza component to the admin...
Instructional Video9:09
Curated Video

Linux Crash Course for Beginners - 2023 - System Monitoring Commands

Higher Ed
In this video, you will learn about system monitoring commands such as top, df, dmesg, iostat 1, netstat, free, cat /proc/cpuinfo, and cat /proc/meminfo.