Hi, what do you want to do?
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Postman
This video explains Postman, which is an application used for testing APIs. It is a client application that tests HTTP requests using a graphical interface.
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Console
This video explains a low-level command line interface included in operating systems that allows users to execute more discrete tasks than a regular computer.
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Code Editor - Visual Studio Code
This video explains Visual Studio Code, which is an example of a code editor.
<
br/>
This clip is from the chapter "Web Developer Tools" of the series "Web Development Concepts for Everyone".This video explains various web developer...
<
br/>
This clip is from the chapter "Web Developer Tools" of the series "Web Development Concepts for Everyone".This video explains various web developer...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks with Angular
Developed by Google, Angular is a front-end framework that utilizes the TypeScript Superset. It is an opinionated framework that has many architectural decisions already made for developers.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Git
This video explains Git, which is the most popular version control technology. Git pairs with popular platforms such as GitHub, Bitbucket, and GitLab. It allows for version branching.
<
br/>
This clip is from the chapter "Version...
<
br/>
This clip is from the chapter "Version...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Get Comfortable with Basics of gcloud CLI
This video is designed to help you become familiar with the basics of the gcloud CLI, providing you with a comprehensive overview of its main features and showing you how to use them to perform common tasks and manage your GCP...
Curated Video
Vue.js 3 and Firebase for Beginners - What You Will Need
In this video, the focus is on the prerequisites for the course. These prerequisites include prior knowledge of HTML and CSS, along with a comfortable understanding and usage of JavaScript. It is also beneficial to have experience with...
Curated Video
Linux Crash Course for Beginners - 2023 - Processes and Jobs
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
Curated Video
Linux Crash Course for Beginners - 2023 - Changing Password
In this video, you will learn how to change the user password.
Curated Video
Linux Crash Course for Beginners - 2023 - Connect Linux VM Through Putty
In this video, you will learn how to access our Linux machine through Putty.
Curated Video
Linux Crash Course for Beginners - 2023 - What Is Linux?
In this video, we will first understand what Linux is.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Installing Java - Mac
In this video, you will learn how to install Java for macOS.
Curated Video
Building Microservices API in Go - Getting Started
In this video, we will cover the necessary tools required for developing REST-based microservices APIs in Go, including setting up your development environment and understanding the tools that will be used throughout the course.
<
br/>...
<
br/>...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native
In this video, we will explore the useEffect hook in React Native, which is used for handling side effects such as network requests, state updates, and rendering optimizations. By the end of this video, you will have a better...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Install Visual Studio Code for Beginners
This video is a beginner's guide to installing Visual Studio Code, a powerful code editor that's popular among developers. You will learn how to download and install the software on your computer, as well as some basic settings and...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Starting the Mobile App Development with Expo Go for ChatGPT Project Development
In this video, you will learn how to start mobile app development with Expo Go for ChatGPT project development. The tutorial will cover how to set up Expo, create a new project, and run the application on your device or emulator.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Finish Routing Form Data on Express Side for Exercise App
This video helps you finish routing form data on the Express side for the exercise app.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Mapping and Filtering Database Information with Express
This video demonstrates mapping and filtering database information with Express.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Set Up Google Routing and Authentication Passport
In this video, you will set up Google routing and Authentication Passport.
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure Sign-Up with...
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure Sign-Up with...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Logout Functionality for Users and Live Interaction
In this video, we will use the logout functionality for users and live interaction.
<
br/>
This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals...
<
br/>
This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing
This video demonstrates setting up routing from scratch.
<
br/>
This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on...
<
br/>
This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries
This video helps you with initializing the Express project and libraries.
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - How Does NPM Run Dev Work in Next.js
In this video, we will explore the process of running the "npm run dev" command in Next.js and how it helps facilitate a smooth development experience for building ChatGPT OpenAI projects.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Node.js and NPM - OpenAI Project Setup
This video demonstrates and explains the Node.js and NPM. Here, you will look at the project setup of OpenAI.