Instructional Video4:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Postman

Higher Ed
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...
Instructional Video1:59
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Console

Higher Ed
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...
Instructional Video2:06
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Code Editor - Visual Studio Code

Higher Ed
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...
Instructional Video4:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks with Angular

Higher Ed
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...
Instructional Video6:59
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Git

Higher Ed
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...
Instructional Video8:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Get Comfortable with Basics of gcloud CLI

Higher Ed
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...
Instructional Video1:38
Curated Video

Vue.js 3 and Firebase for Beginners - What You Will Need

Higher Ed
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...
Instructional Video19:42
Curated Video

Linux Crash Course for Beginners - 2023 - Processes and Jobs

Higher Ed
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
Instructional Video4:36
Curated Video

Linux Crash Course for Beginners - 2023 - Changing Password

Higher Ed
In this video, you will learn how to change the user password.
Instructional Video5:05
Curated Video

Linux Crash Course for Beginners - 2023 - Connect Linux VM Through Putty

Higher Ed
In this video, you will learn how to access our Linux machine through Putty.
Instructional Video3:17
Curated Video

Linux Crash Course for Beginners - 2023 - What Is Linux?

Higher Ed
In this video, we will first understand what Linux is.
Instructional Video3:28
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Installing Java - Mac

Higher Ed
In this video, you will learn how to install Java for macOS.
Instructional Video2:05
Curated Video

Building Microservices API in Go - Getting Started

Higher Ed
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/>...
Instructional Video4:21
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native

Higher Ed
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...
Instructional Video3:55
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Install Visual Studio Code for Beginners

Higher Ed
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...
Instructional Video8:58
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Starting the Mobile App Development with Expo Go for ChatGPT Project Development

Higher Ed
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.
Instructional Video7:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Finish Routing Form Data on Express Side for Exercise App

Higher Ed
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...
Instructional Video8:51
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Mapping and Filtering Database Information with Express

Higher Ed
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...
Instructional Video5:09
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Set Up Google Routing and Authentication Passport

Higher Ed
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...
Instructional Video5:52
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Logout Functionality for Users and Live Interaction

Higher Ed
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...
Instructional Video6:42
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing

Higher Ed
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...
Instructional Video8:02
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries

Higher Ed
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...
Instructional Video4:21
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - How Does NPM Run Dev Work in Next.js

Higher Ed
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.
Instructional Video1:57
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Node.js and NPM - OpenAI Project Setup

Higher Ed
This video demonstrates and explains the Node.js and NPM. Here, you will look at the project setup of OpenAI.