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 Video1:16
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Scheduler

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

Data Science Model Deployments and Cloud Computing on GCP - Lab – Use Case Deployment - Part-2

Higher Ed
This is the second of the two-part video on deploying a Python application to Google Cloud Platform using a real-world use case.
<
br/>
This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of...
Instructional Video2:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application Using HTTP Triggers

Higher Ed
In this lab video, you will learn how to deploy a Python application using Google Cloud Functions triggered by HTTP requests. Cloud Functions is a powerful serverless platform that allows you to build scalable and event-driven...
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 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 Video3:53
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport

Higher Ed
This video helps you with setting up Auth0 with Express and Passport.
<
br/>
This clip is from the chapter "Auth0" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on Auth0...
Instructional Video6:04
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up EJS with Routing

Higher Ed
In this video, you will be setting up EJS with routing.
<
br/>
This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section...
Instructional Video6:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up a Port and Saving Conventions with Express

Higher Ed
This video helps you with setting up a port and saving conventions with Express.
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with...
Instructional Video8:02
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries

Higher Ed
This video helps you with initializing the Express project and libraries.
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
Instructional Video6:28
Curated Video

Fundamentals of Secure Software - Web Sessions

Higher Ed
This video explains web session management.
Instructional Video6:32
Curated Video

Fundamentals of Secure Software - Introduction to Session Management

Higher Ed
This video provides an introduction to session management and best practices.
Instructional Video2:33
Curated Video

Fundamentals of Secure Software - Proxy Tools

Higher Ed
This video provides an introduction to proxy tools and their purpose.
Instructional Video3:25
Curated Video

A Detailed Guide to the OWASP Top 10 - API Endpoints

Higher Ed
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
Instructional Video2:56
Curated Video

A Detailed Guide to the OWASP Top 10 - #10 Server-Side Request Forgery Prevention

Higher Ed
This video explains the prevention of Server-Side Request Forgery.
Instructional Video4:21
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - HTTP and HTTPS

Higher Ed
In this video, you will learn the difference between HTTP and HTTPS by looking at two different websites.
<
br/>
This clip is from the chapter "Internet and Browsing Security" of the series "The Absolute Beginners Guide to...
Instructional Video9:16
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Configuring ACLs and NACLs Lab

Higher Ed
Knowing how something is implemented is important to design well for it. In this video, you will see how ACLs and NACLs are implemented within AWS.
Instructional Video5:13
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Key Security Services

Higher Ed
The selection and use of security services is essential, and this video explores services such as AWS Shield, WAF, SSO, and Secrets Manager and how they apply to your deployments.
Instructional Video10:05
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Working with Security Groups Lab

Higher Ed
To assist you in understanding security groups, this video will demonstrate their creation and use.
Instructional Video9:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 Terminology

Higher Ed
Like any technology, S3 has unique terminology associated with it. If you hope to understand and implement S3 well, you must understand this terminology, and this video will provide you with definitions of key S3 terms.
Instructional Video9:17
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Web Application Firewall (WAF)

Higher Ed
When implementing Web applications, it is important to ensure proper security. Sometimes you need to allow or disallow access based on source IP addresses or the request type. The AWS Web Application Firewall (WAF) is your solution.
Instructional Video9:34
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Load Balancing (ELB)

Higher Ed
What can you use to implement multiple servers to enhance performance or fault tolerance? In AWS, you can use Elastic Load Balancing (ELB), which is introduced in this video.
Instructional Video13:07
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender

Higher Ed
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.