Hi, what do you want to do?
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Setting Up a Domain and Hosting
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App
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...
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Continuous Monitoring
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...
<
br/>
This clip is from the chapter "DevOps" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Serverless with AWS
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - AWS (Amazon Web Services)
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...
<
br/>
This clip is from the chapter "Cloud...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database
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.
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.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Static Versus Dynamic
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...
<
br/>
This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going to...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to Cloud Run
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...
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Set Up Alerting for Cloud-Run Applications
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...
<
br/>
This clip is from the chapter "Cloud Scheduler and Application Monitoring" of the series "Data Science Model Deployments and Cloud...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Scheduler
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to ML Model Lifecycle
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application Using Pub/Sub Triggers
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Python App Deployment in a Flexible Environment
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"...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Traffic Splitting in App Engine
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/>...
<
br/>...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 2
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...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 1
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...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub
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...
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
Building Microservices API in Go - Logger and AppError as Go Module
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...
Curated Video
Building Microservices API in Go - Unit Testing: Testing Services
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...
Curated Video
Building Microservices API in Go - Unit Testing: Testing Routes
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...
Curated Video
Building Microservices API in Go - Assignment Solution: Fix GetAllCustomers API
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...
<
br/>
This clip is from the chapter "Application Development" of...