Curated Video
Data Science Model Deployments and Cloud Computing on GCP - ORMs
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...
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 - Example of a Relational Database - PostgreSQL
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Use Case - Fetch Data from BigQuery
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 -...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Develop and Submit PySpark Job
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Data Validation Using App Engine
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Implement Caching
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python - BigQuery Application
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Python Application Deployment Using Cloud Build
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Orders
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Pizzas
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Refs and Adding to Basket
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...
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. This clip is from the chapter "Project UI"...
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. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Tip 13: How to Note Your Team's Strengths and Weaknesses
Tip 13: How to Note Your Team's Strengths and Weaknesses
Curated Video
Building Microservices API in Go - Generating Refresh Token: Part 1
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...
Curated Video
Building Microservices API in Go - Auth Server: Login API
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...
Curated Video
Building Microservices API in Go - JWT Tokens
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...
Curated Video
Building Microservices API in Go - Assignment 3: Make a Transaction in Bank Account
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...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 5
In this exercise, we will create a Sankey diagram from the US energy generation dataset.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Sales Dashboard
You will learn how to create a sales dashboard from the sales dataset of an automotive company.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Connecting to Data Sources
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Programming Tip 2: Debugging with Eclipse
In this video, you will learn about programming tip 2: debugging with Eclipse.