Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Authorization (AuthZ)
This video explains AuthZ. After the application determines who the user is, authorization determines WHAT the user is allowed to do in the application. This clip is from the chapter "Authentication and Authorization" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Authentication (AuthN)
This video explains AuthN, which helps upgrade an application to allow it to collect information and validate WHO the user is. This clip is from the chapter "Authentication and Authorization" of the series "Web Development Concepts for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Sockets
This video explains the WebSockets API, which makes it possible to open a bi-directional, interactive session between a client and server. WebSockets are the backbone for applications that have chat functionality. This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application Using Pub/Sub Triggers
In this lab video, you will learn how to deploy a Python application using Google Cloud Functions triggered by Pub/Sub events. Pub/Sub is a powerful messaging service that allows you to build scalable and event-driven applications. This...
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Code Along - Complete Configuring App Express File
This video demonstrates the complete configuring of app Express file, and you will code along with the instructor throughout. This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure...
Curated Video
Chatbots Development with Amazon Lex - Responses with Boto
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses obtained with Boto.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Simple Notification Service (SNS)
What if you need one application to notify another application of an activity or a workload that needs to be executed? You need the Simple Notification Service (SNS) that AWS offers. This video introduces SNS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Simple Queue Service (SQS)
Some applications are not sequential and consistent in the flow of processing. Rather, they allow for non-sequential processing or delayed processing. To implement such solutions, you need a method to queue requests and the AWS Simple...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MessagesView
In this video, we will show you how to design and implement a custom MessagesView.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic TabView
In this video, we will walk through the basics of implementing a TabView in a mobile app and provide examples of how to use this functionality to organize and display information in an intuitive and user-friendly way.
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Service Bus Trigger Function to Add Records to Database
This video demonstrates how to develop the Azure Service Bus trigger function to add records to the database. Here, you will move on to develop a second function that gets triggered upon queueing a message in our Azure Service Bus. It...
Curated Video
Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture
This video explains the transaction management system. You will look at the problem statement, do a requirement analysis, understand the application architecture, and the ways to implement it (steps to resolve the business problem of...
Curated Video
Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions
This video will help in importing/shared code for Azure Functions. This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message to Service Bus Topic
This video helps you develop Azure Functions to add messages to the service bus topic. Here, we will process a storage queue, read the messages, process them, and add them to Azure Service Bus Topic. This clip is from the chapter "Azure...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue
In this video, you will develop Azure Functions to add messages to the storage queue. The Azure Queue Storage is a service for storing a large number of messages. This clip is from the chapter "Azure Functions Integrations" of the series...
Curated Video
Learn Azure Serverless Functions in a Weekend - Deploy Azure Service Bus
This video helps deploy Azure Service Bus. This clip is from the chapter "Azure Service Bus" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on Azure Service Bus.
Curated Video
Learn Azure Serverless Functions in a Weekend - Introduction to Azure Service Bus
This video provides an introduction to Azure Service Bus. This clip is from the chapter "Azure Service Bus" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on Azure Service Bus.
Curated Video
Behavioral Design Patterns in C++ - Logging System - I
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns...
Curated Video
PowerShell for Automating Administration - Learn PowerShell Logging Module
This video explains automating systems and the application validation process. Here, you will be using the PowerShell Logging module, which helps automate complex operations that run error-free. This clip is from the chapter "PowerShell...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Producer and Consumer Messages Using CLI
In this video, you will learn to produce and consume messages using Docker Compose. This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the Coffee Order Consumer
In this video, we will build the consumer that will be used to consume the Kafka AVRO records from the Kafka topic. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Configure the Kafka Producer Properties in Coffee Order Service
In this video, we will configure the properties to boot the Kafka producer in the coffee orders service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...