Instructional Video15:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - KeyCode Mini-Project

Higher Ed
In this video, we will work on a mini project that uses keyboard events to create a simple game. You will learn how to use event listeners and key properties to detect user input and update the game state accordingly.
<
br/>
This...
Instructional Video2:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - Welcome to the Course

Higher Ed
In this video, we will be introduced to the course and get an idea of what we can expect from the course, including the topics we will cover and the projects we will build.
<
br/>
This clip is from the chapter "Course Introduction"...
Instructional Video12:26
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Scaffolding Views and Controllers - Part 1

Higher Ed
This video explains how to scaffold the controller MVC.<br<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 a database.
Instructional Video8:12
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understanding the layout file and Bootstrap

Higher Ed
This video explains the layout file and Bootstrap.
<
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 manipulating website...
Instructional Video9:23
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Add Project to GitHub

Higher Ed
This video explains how to push the code onto GitHub.
<
br/>
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 the setup of ASP.NET...
Instructional Video13:21
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code

Higher Ed
This video takes you on a tour of Visual Studio Code.
<
br/>
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 the setup of ASP.NET...
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.
<
br/>
This clip is from the chapter "Setup ASP.NET Core MVC Application" of the series "ASP.NET Core MVC - Cross-Platform Development".This section...
Instructional Video7:02
Curated Video

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

Higher Ed
This video explains how to create the ASP.NET Core MVC project using .NET CLI.
<
br/>
This clip is from the chapter "Setup ASP.NET Core MVC Application" of the series "ASP.NET Core MVC - Cross-Platform Development".This section...
Instructional Video5:56
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Alternative - Install Visual Studio 2022 (Windows and Mac)

Higher Ed
This video explains how to set up Visual Studio 2022 on the machine.
<
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 Video2:20
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install Visual Studio Code (Any Operating System)

Higher Ed
This video explains the installation process of Visual Studio Code.
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup...
Instructional Video5:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - MongoDB Atlas Setup

Higher Ed
In this video, we will set up a MongoDB Atlas account, which will provide us with a free cloud-based MongoDB database. We will also create a new database and user and configure our project to connect to the database.
<
br/>
This...
Instructional Video16:09
Curated Video

Modern JavaScript from the Beginning - Second Edition - Express Setup and Basic API

Higher Ed
In this video, we will set up our project using Express and create a basic API with GET and POST routes. We will also use middleware to parse incoming JSON data and handle errors.
<
br/>
This clip is from the chapter "RandomIdeas...
Instructional Video3:28
Curated Video

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

Higher Ed
In this video, we will explain what unit testing is and why it's important. We will talk about the benefits of unit testing, the difference between unit testing and other types of testing, and the principles of good unit testing.
<
br/>...
Instructional Video4:48
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploy Tracalorie to Netlify

Higher Ed
In this video, you will learn how to deploy our Tracalorie project to Netlify, a popular platform for hosting static websites. We will explore how to set up a Netlify account, connect it to our GitHub repository, and deploy our project...
Instructional Video16:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Tracalorie Refactor to Use Webpack

Higher Ed
In this video, we will refactor our Tracalorie project to use Webpack. We will explore how to configure Webpack to work with our project, including loading CSS files, transpiling our JavaScript with Babel, and optimizing our code with...
Instructional Video11:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - NPM Packages/Modules

Higher Ed
This video covers NPM packages/modules, which are reusable code modules that can be installed and used in our projects. The video explains how to search for and install NPM packages, how to use NPM to manage project dependencies, and...
Instructional Video4:47
Curated Video

Modern JavaScript from the Beginning - Second Edition - UI Theme Setup

Higher Ed
This video focuses on setting up the user interface (UI) theme for the Tracalorie App project. The video covers how to create and implement a basic UI theme using CSS variables and demonstrates how to switch between light and dark...
Instructional Video4:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - Project Introduction-1

Higher Ed
This video provides an introduction to the Tracalorie App project, which is a meal and workout tracker built using object-oriented programming principles. The video outlines the purpose and goals of the project and provides an overview...
Instructional Video5:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Material UI in React.JS

Higher Ed
In this video, you will learn to use Material UI, a popular UI library, in React.JS, and the process of installing and configuring Material UI in React projects. You will learn about the various components and styling options provided by...
Instructional Video5:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 2

Higher Ed
Continuing from the previous video, we dive deeper into building a RESTful API in React.JS. You will learn about handling API responses, error handling, and implementing pagination for large datasets, and the process of structuring code...
Instructional Video3:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 1

Higher Ed
In this video, we will begin building a calculator app using React. You will learn to set up the project, create the necessary components for the calculator interface, and handle user input. The video will guide you through implementing...
Instructional Video9:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 1)

Higher Ed
In this video, you will start working on the first part of the project. You will learn how to set up the project structure, create the necessary React components, and handle state management. The video will guide you through building the...
Instructional Video4:16
Curated Video

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

Higher Ed
In this video, we will examine React-Router-DOM, a popular routing library for React applications. You will learn to set up routes and navigation in React apps using React Router DOM, topics such as defining routes, rendering components...
Instructional Video7:29
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - How to Use the Cargo Tool in Rust

Higher Ed
This video explains how to use the Cargo tool in Rust.<br<br/>/>

This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null