Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create ASP.NET Core MVC Project - Visual Studio Code
This video explains how to create the ASP.NET Core MVC project using .NET CLI. 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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Alternative - Install Visual Studio 2022 (Windows and Mac)
This video explains how to set up Visual Studio 2022 on the machine. 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
ASP.NET Core MVC - Cross-Platform Development - Install Visual Studio Code (Any Operating System)
This video explains the installation process of Visual Studio Code. 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 - MongoDB Atlas Setup
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. This clip is from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Express Setup and Basic API
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. This clip is from the chapter "RandomIdeas Project -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is Unit Testing?
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. This...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Deploy Tracalorie to Netlify
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Tracalorie Refactor to Use Webpack
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - NPM Packages/Modules
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 how...
Curated Video
Modern JavaScript from the Beginning - Second Edition - UI Theme Setup
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 themes...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Project Introduction-1
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Material UI in React.JS
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 2
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 1
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 1)
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - React-Router-DOM
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Use the Cargo Tool in Rust
This video explains how to use the Cargo tool 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
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - CI Workflow
This video shows the CI workflow, introduces the Maven build tool, and implements the first phase of the CI workflow.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Create Your First Jenkins Job
This video is a step-by-step guide to create your first Jenkins job.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Job Configuration
This video explores configuration options in a job.
Curated Video
Vue.js 3 and Firebase for Beginners - What Is Firebase?
Firebase is a service provided by Google for websites, applications, and games. Many of these need services such as authentication, storage, hosting, and a database too. It provides developers with a variety of tools and services to help...
Curated Video
Vue.js 3 and Firebase for Beginners - Options or Composition?
In this video, we will look at the Options API and the Composition API in Vue 3. The Composition API provides a functional and reusable way of organizing your code, while the Options API provides a traditional object-oriented approach....
Curated Video
Vue.js 3 and Firebase for Beginners - Named Routes
This video explains named routes. A name is given to the route defined and the name later can be used in case the user wants to perform redirection. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Project Images
In this video, you will be guided on how to locate or download the images used in this course specifically for creating the Pizza Planet website. Learn the necessary steps to access or acquire these images, ensuring a seamless experience...