Hi, what do you want to do?
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL
This video explains NoSQL. Data is schemaless and organized into JSON-like objects. Instead of defined rows of needed information, an entry can be more free form. Entries can contain different information from other entries in the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Libraries with jQuery
This video explains jQuery, a wildly popular library that rounded its rise before the popularization of technologies such as Angular and React. jQuery makes interacting with the "DOM" much more manageable while also simplifying...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Branching
This video explains branching, which is a copy of the code base of a commit. The branch is a copy of the last commit and all the commits that came before it. This clip is from the chapter "Version Control" of the series "Web Development...
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 - Lab - Deploy Training Code to App Engine
This is a lab video on deploying training code to App Engine.
<
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 Cloud Storage Triggers
In this lab video, you will learn how to deploy a Python application using Cloud Functions triggered by Cloud Storage events. Throughout the lab, you will see practical examples of how to use Cloud Storage triggers to build scalable...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Scalability and Instance Types in App Engine
In this lab video, you will learn about the scalability and instance types available in Google Cloud platform's App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Run and Ship Applications Using the Container Registry
This video provides a step-by-step tutorial on running and shipping applications using the Google Cloud Container Registry.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series...
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab Assignment - Set Up Alerting for Cloud Function Applications
In this lab assignment video, you will learn how to set up alerting for Cloud Function applications using Google Cloud's monitoring and alerting services.
<
br/>
This clip is from the chapter "Cloud Scheduler and Application...
<
br/>
This clip is from the chapter "Cloud Scheduler and Application...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Code Walkthrough Using Kubeflow and Python
This is a lab video that will help you with a code walkthrough using Kubeflow and Python.
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud...
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Custom Model Training Using SDK and Model Registries
In this lab video, you will learn how to use the Vertex AI SDK and model registries to train and deploy custom machine learning models.
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series...
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series...
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 - gsutil and Bash Command Basics
This video provides an overview of gsutil and Bash command basics in GCP, showing you how to work with files using gsutil and how to use common Bash commands to manage your GCP resources more efficiently and effectively in the Cloud...
Curated Video
Vue.js 3 and Firebase for Beginners - Detecting Auth Changes
This video explains how we can detectany auth changes using the useAuth file.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how...
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how...
Curated Video
Vue.js 3 and Firebase for Beginners - Getting Pizzas
This video explains how to get pizzas using the async function, getPizza, and calling the import function called getDocs.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Composable Files
Vue Composables allows us to extract the reactive state and functionality to reuse in other components.
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This section explains...
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This section explains...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Listing Orders Component
The final component we are adding to the admin list is the current orders component. This component will be used to list the current orders and is added to the admin folder to keep it organized.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Pizzas Component
The next component we will create is a pizzas component, which will display all of the available pizzas on the menu.
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form
In this video, we will look at the admin view, which is going to be split up into multiple areas, which we will then organize into different components. The first area we are going to cover is adding a new pizza component to the admin...
Curated Video
Vue.js 3 and Firebase for Beginners - Fonts and Base Styles
In this video, we will talk about the fonts and base styles that we will be using in our application.
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Curated Video
Vue.js 3 and Firebase for Beginners - Named Views
This video explains named views; sometimes you need to display multiple views at the same time instead of nesting them. This is where named views come into play.
<
br/>
This clip is from the chapter "Basic Routing" of the series...
<
br/>
This clip is from the chapter "Basic Routing" of the series...
Curated Video
Vue.js 3 and Firebase for Beginners - RouterLink and RouterView
This video explains RouterLink and RouterView. The router-view component is where the Vue Router will put the content that matches the current URL and the RouterLink component is for enabling user navigation in a router-enabled...
Curated Video
Vue.js 3 and Firebase for Beginners - Views and Routes
In this video, the author provides insights into the views and routes folders, along with their specific locations within the code structure. This information will help you navigate the code structure effectively and streamline your...
Curated Video
Linux Crash Course for Beginners - 2023 - Network Files and Commands
In this video, you will learn about network files and commands such as ping, ifconfig, netstat, tcpdump, and networking config.