Instructional Video3:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - HTTP Methods

Higher Ed
This video explains HTTP methods, where predefined verbs are used to describe the interaction that the client wishes to engage in with the server, often called a request. The most common HTTP methods are GET, POST, PUT, and...
Instructional Video2:43
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - HTTP Protocol

Higher Ed
This video explains the HTTP protocol, which is a communication standard between client and server over the Internet.
<
br/>
This clip is from the chapter "Client / Server Communications" of the series "Web Development Concepts for...
Instructional Video10:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine

Higher Ed
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...
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 Video5:39
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Model Serving Code to App Engine

Higher Ed
This is a lab video on deploying model serving 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...
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 Video6:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Run Application Scalability Parameters

Higher Ed
In this video, we discuss the scalability parameters for Cloud Run applications, exploring the different factors that affect the scalability of your application.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and...
Instructional Video7:02
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote View Model

Higher Ed
This is a continuation of the previous video about the quotable API. Here, we will create the view model, connecting the actual view and the data model we created.
<
br/>
This clip is from the chapter "Emoji App" of the series...
Instructional Video24:49
Curated Video

Building Microservices API in Go - Refreshing an Access Token

Higher Ed
In this video, we will cover the process of generating a new access token from a refresh token. We will discuss how to implement token refreshing in our application to ensure uninterrupted user sessions and improved security.
<
br/>...
Instructional Video3:45
Curated Video

Building Microservices API in Go - Refresh Token: Introduction

Higher Ed
In this video, we will introduce the concept of refresh tokens. We will discuss their purpose and benefits in modern authentication and authorization workflows.
<
br/>
This clip is from the chapter "Advanced Topics" of the series...
Instructional Video13:37
Curated Video

Building Microservices API in Go - Unit Testing: State-Based Test

Higher Ed
In this video, we will cover the basics of unit testing and discuss state-based testing. You will learn what to test and how to write effective state-based tests. We will also discuss the importance of shorter feedback loops in the...
Instructional Video8:36
Curated Video

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

Higher Ed
In this solution video, we will work on the solution for the assignment on making a transaction in a bank account. We will review the implementation and discuss best practices for handling transactions, error handling, and ensuring...
Instructional Video9:49
Curated Video

Building Microservices API in Go - gorilla/mux

Higher Ed
In this video, we will explore the capabilities of the popular gorilla/mux library for routing in Go. We will cover topics such as its routing capabilities and how to use it to build more complex APIs with advanced routing...
Instructional Video4:50
Curated Video

Building Microservices API in Go - XML Encoding

Higher Ed
In this video, we will delve into encoding Go structs to XML representation and handling request headers. We will cover topics such as encoding structs to XML, extracting content type headers from incoming requests, and adding XML and...
Instructional Video5:13
Curated Video

Building Microservices API in Go - JSON Encoding

Higher Ed
In this video, we will explore how to encode Go structs to JSON representation and set response headers. We will cover topics such as marshalling data structures to JSON and working with response headers to control the content sent...
Instructional Video6:46
Curated Video

Building Microservices API in Go - Hello World

Higher Ed
In this video, we will dive into the basics of building an HTTP web server in Go using the standard HTTP library. We will cover topics such as request multiplexer (router) and handler functions, and how to register endpoints with the...
Instructional Video2:22
Curated Video

Building Microservices API in Go - Securing Application

Higher Ed
In this video, we will discuss the authentication and authorization strategy we will be implementing in this section. We will explore the importance of securing our application and discuss best practices for implementing effective...
Instructional Video3:05
Instructional Video3:25
Instructional Video4:30
Instructional Video4:45
Instructional Video7:21
Instructional Video6:37
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Inserting Titles into SQL Database with Express Routing

Higher Ed
In this video, you will be inserting titles into SQL database with Express routing.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Instructional Video8:51
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Mapping and Filtering Database Information with Express

Higher Ed
This video demonstrates mapping and filtering database information with Express.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...