Hi, what do you want to do?
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - HTTP Protocol
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...
<
br/>
This clip is from the chapter "Client / Server Communications" of the series "Web Development Concepts for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Scheduler
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction
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...
<
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 – Use Case Deployment - Part-2
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...
<
br/>
This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application Using HTTP Triggers
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...
Curated Video
Building Microservices API in Go - gorilla/mux
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...
Curated Video
Building Microservices API in Go - Hello World
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport
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...
<
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up EJS with Routing
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...
<
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up a Port and Saving Conventions with Express
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...
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries
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...
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
Curated Video
Fundamentals of Secure Software - Web Sessions
This video explains web session management.
Curated Video
Fundamentals of Secure Software - Introduction to Session Management
This video provides an introduction to session management and best practices.
Curated Video
Fundamentals of Secure Software - Proxy Tools
This video provides an introduction to proxy tools and their purpose.
Curated Video
A Detailed Guide to the OWASP Top 10 - API Endpoints
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
Curated Video
A Detailed Guide to the OWASP Top 10 - #10 Server-Side Request Forgery Prevention
This video explains the prevention of Server-Side Request Forgery.
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - HTTP and HTTPS
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...
<
br/>
This clip is from the chapter "Internet and Browsing Security" of the series "The Absolute Beginners Guide to...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Configuring ACLs and NACLs Lab
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Key Security Services
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Working with Security Groups Lab
To assist you in understanding security groups, this video will demonstrate their creation and use.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - S3 Terminology
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Web Application Firewall (WAF)
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Load Balancing (ELB)
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender
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.