Instructional Video3:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - ORMs

Higher Ed
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language. This clip is from the chapter "Web...
Instructional Video3:10
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL

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

Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL

Higher Ed
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance. This clip is from the chapter "Databases" of the series "Web Development...
Instructional Video3:38
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL

Higher Ed
This video explains SQL, a relational database where data is organized into rows and columns in a table. The entries in the table can have relationships to other tables and the developer can choose to structure ways to query or group...
Instructional Video1:36
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Use Case - Fetch Data from BigQuery

Higher Ed
In this lab assignment use case video, you will fetch data from BigQuery and perform some transformations on it using a Python script. Then, you will store the transformed data in Cloud Storage. This clip is from the chapter "Vertex AI -...
Instructional Video6:12
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Develop and Submit PySpark Job

Higher Ed
In this lab, you will learn how to develop and submit a PySpark job in Google Cloud Dataproc. This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this...
Instructional Video5:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Data Validation Using App Engine

Higher Ed
In this lab video, we will explore how to use Google App Engine to perform data validation on user input. This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud...
Instructional Video2:22
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Implement Caching

Higher Ed
In this lab assignment video, we will be testing your knowledge of caching in Python applications by asking you to implement a caching mechanism. This clip is from the chapter "Google App Engine - For Serverless Applications" of the...
Instructional Video7:01
Curated Video

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

Higher Ed
In this video, we walk you through the process of deploying a Python application that interacts with BigQuery, showing you how to set up and configure your BigQuery project, how to create a basic Flask application that integrates with...
Instructional Video7:43
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Python Application Deployment Using Cloud Build

Higher Ed
In this video, we show you how to deploy a Python application to Google Cloud platform using Cloud Build, Google's fully managed continuous integration and delivery (CI/CD) platform. This clip is from the chapter "Cloud Run - Serverless...
Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Looping over Orders

Higher Ed
Now that we can successfully retrieve the order from the database, this video explains how to loop over orders and display them inside the table. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and...
Instructional Video5:30
Curated Video

Vue.js 3 and Firebase for Beginners - Looping over Pizzas

Higher Ed
In this video, we will temporarily create a ref in which we can push our pizzas to, which will then allow us to loop over these pizzas and display them inside a table. This clip is from the chapter "Composition API" of the series "Vue.js...
Instructional Video7:33
Curated Video

Vue.js 3 and Firebase for Beginners - Refs and Adding to Basket

Higher Ed
A ref is a wrapper for a value and in our case, the value is a pizza. In this video, we will use ref as a wrapper for our basket, which the user can add pizzas to. This clip is from the chapter "Composition API" of the series "Vue.js 3...
Instructional Video4:26
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Listing Orders Component

Higher Ed
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. This clip is from the chapter "Project UI"...
Instructional Video3:36
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Pizzas Component

Higher Ed
The next component we will create is a pizzas component, which will display all of the available pizzas on the menu. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video12:53
Curated Video

Building Microservices API in Go - Generating Refresh Token: Part 1

Higher Ed
In this video, we will structure our application for generating a refresh token. We will create a small design to accommodate the refresh token in the login flow and discuss best practices for handling refresh tokens securely. This clip...
Instructional Video14:26
Curated Video

Building Microservices API in Go - Auth Server: Login API

Higher Ed
In this video, we will implement the authentication server and focus on the implementation of the login API. We will cover topics such as user roles, defining role-based access control, and generating tokens after successful...
Instructional Video8:14
Curated Video

Building Microservices API in Go - JWT Tokens

Higher Ed
In this video, we will introduce JWT tokens and discuss how to store claims inside the token. We will also cover the concept of token validity and discuss best practices for managing JWT tokens in our application. This clip is from the...
Instructional Video1:33
Curated Video

Building Microservices API in Go - Assignment 3: Make a Transaction in Bank Account

Higher Ed
In this assignment video, we will tackle a real-world scenario of making a transaction in a bank account. We will write an API to create a new transaction for an existing customer, including validation of transaction types, amount, and...
Instructional Video13:16
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 5

Higher Ed
In this exercise, we will create a Sankey diagram from the US energy generation dataset.
Instructional Video13:56
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Sales Dashboard

Higher Ed
You will learn how to create a sales dashboard from the sales dataset of an automotive company.
Instructional Video7:30
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Connecting to Data Sources

Higher Ed
After learning how to prepare and structure datasets for Tableau, we will connect the tool to different types of data sources to create visualizations on the platform.
Instructional Video10:05
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Programming Tip 2: Debugging with Eclipse

Higher Ed
In this video, you will learn about programming tip 2: debugging with Eclipse.