Instructional Video10:13
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Setting Up a Domain and Hosting

Higher Ed
After learning to create a website, we will focus on publishing our website to reach out to more people and learn how to create a domain and add hosting services to our website.
Instructional Video8:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App

Higher Ed
Finally, in this video, we will go over the process of deploying a full-stack application to a server.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript...
Instructional Video2:04
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Continuous Monitoring

Higher Ed
This video explains continuous monitoring, which is the process and technology used to detect compliance and risk issues associated with an operational environment.
<
br/>
This clip is from the chapter "DevOps" of the series "Web...
Instructional Video5:08
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Serverless with AWS

Higher Ed
This video explains serverless, which is just a fancy term for choosing to use cloud services rather than write a server by hand. The truth is that it is still a server; it's just that the cloud services provider has written a portion...
Instructional Video6:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - AWS (Amazon Web Services)

Higher Ed
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.
<
br/>
This clip is from the chapter "Cloud...
Instructional Video6:17
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database

Higher Ed
This video explains Heroku with a database.<br<br/>/>

This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting with Heroku.
Instructional Video6:20
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Static Versus Dynamic

Higher Ed
This video explains the differences between static and dynamic programming types.
<
br/>
This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going to...
Instructional Video10:15
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to Cloud Run

Higher Ed
In this video, we walk you through the process of deploying a Python application to Cloud Run, Google's fully managed serverless compute platform.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized...
Instructional Video6:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Set Up Alerting for Cloud-Run Applications

Higher Ed
In this lab video, you will be setting up an alerting system for cloud-run applications.
<
br/>
This clip is from the chapter "Cloud Scheduler and Application Monitoring" of the series "Data Science Model Deployments and Cloud...
Instructional Video1:16
Curated Video

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

Higher Ed
This video provides an introduction to Cloud Scheduler.
<
br/>
This clip is from the chapter "Cloud Scheduler and Application Monitoring" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section focuses...
Instructional Video4:58
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction

Higher Ed
This video provides an introduction to the Workflow template.
<
br/>
This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section...
Instructional Video3:42
Curated Video

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

Higher Ed
This video provides an introduction to the ML model lifecycle.
<
br/>
This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section...
Instructional Video5:09
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application Using Pub/Sub Triggers

Higher Ed
In this lab video, you will learn how to deploy a Python application using Google Cloud Functions triggered by Pub/Sub events. Pub/Sub is a powerful messaging service that allows you to build scalable and event-driven...
Instructional Video2:16
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction

Higher Ed
This video provides an introduction to the section.
<
br/>
This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this...
Instructional Video4:52
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Python App Deployment in a Flexible Environment

Higher Ed
In this lab video, we will be exploring how to deploy a Python application in a flexible environment on Google Cloud platform using App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications"...
Instructional Video3:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Traffic Splitting in App Engine

Higher Ed
In this video, we demonstrate how to perform traffic splitting in Google App Engine, showing you how to split incoming traffic between multiple versions of your application using the App Engine Console and the gcloud CLI.
<
br/>...
Instructional Video5:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 2

Higher Ed
This video is the second part of a two-part tutorial on deploying a Python application to Google App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
Instructional Video5:06
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 1

Higher Ed
This video is the first part of a two-part tutorial on deploying a Python application to Google App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
Instructional Video9:47
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub

Higher Ed
In this video, we guide you through the process of setting up continuous deployment for your application using Cloud Build and GitHub, demonstrating how to configure Cloud Build to automatically build and deploy your application every...
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 Video7:50
Curated Video

Building Microservices API in Go - Logger and AppError as Go Module

Higher Ed
In this video, you will learn how to extract the logger and AppError package from the existing banking project and create a Go module out of it. We will discuss best practices for creating reusable modules and how to integrate them...
Instructional Video21:04
Curated Video

Building Microservices API in Go - Unit Testing: Testing Services

Higher Ed
In this video, we will focus on unit testing services and mocking server-side components. You will learn how to effectively write unit tests for services and improve the readability of our code through refactoring after the tests. We...
Instructional Video19:11
Curated Video

Building Microservices API in Go - Unit Testing: Testing Routes

Higher Ed
In this video, we will explore the responsibilities of components for unit testing and discuss the differences between mocks and stubs. You will learn how to generate mocks and rewire our application using mocks for unit testing...
Instructional Video2:56
Curated Video

Building Microservices API in Go - Assignment Solution: Fix GetAllCustomers API

Higher Ed
In this solution video, we will review the solution for the GetAllCustomers API assignment and discuss the best practices for implementing the required functionality.
<
br/>
This clip is from the chapter "Application Development" of...