Curated Video
ChatGPT for Web Design - Create Amazing Websites - Where to Put the Code?
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - GeoLocation API
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Swiper Slider
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Date Methods and DateTimeFormat API
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dealing with Missing Values
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Rust IDE Setting Basics
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Understanding Authentication
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.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create ASP.NET Core MVC Project - Visual Studio
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Install Microsoft Data Studio
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - HTML Webpack Plugin
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Downloading Visual Studio Code
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...
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Create Resources on AWS
This video introduces AWS resources and jargon and shows how to create a VPC and security group and launch an EC2 instance.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Tour of Jenkins Dashboard
This video gives an overview of the Jenkins dashboard and admin console and introduces key concepts and terminology.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on macOS
This video shows how to install Jenkins on macOS.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on Windows
This video shows how to install Jenkins on Windows.
Curated Video
Vue.js 3 and Firebase for Beginners - The Menu UI
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Enums in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - AWS (Amazon Web Services)
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"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - GitHub
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Filters and Global Properties
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Pizzas
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...
Curated Video
Vue.js 3 and Firebase for Beginners - The NewPizza Object and Data Binding
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form
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...
Curated Video
Linux Crash Course for Beginners - 2023 - System Monitoring Commands
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.