Instructional Video11:57
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView

Higher Ed
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Instructional Video7:07
Curated Video

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

Higher Ed
In this video, we will show you how to design and implement a custom MessagesView.
Instructional Video8:18
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic TabView

Higher Ed
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.
Instructional Video11:21
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Service Bus Trigger Function to Add Records to Database

Higher Ed
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...
Instructional Video7:25
Curated Video

Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture

Higher Ed
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...
Instructional Video10:49
Curated Video

Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions

Higher Ed
This video will help in importing/shared code for Azure Functions.
<
br/>
This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This...
Instructional Video10:23
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message to Service Bus Topic

Higher Ed
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.
<
br/>
This clip is from the...
Instructional Video7:32
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue

Higher Ed
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.
<
br/>
This clip is from the chapter "Azure Functions Integrations"...
Instructional Video9:20
Curated Video

Learn Azure Serverless Functions in a Weekend - Deploy Azure Service Bus

Higher Ed
This video helps deploy Azure Service Bus.<br<br/>/>

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.
Instructional Video9:07
Curated Video

Learn Azure Serverless Functions in a Weekend - Introduction to Azure Service Bus

Higher Ed
This video provides an introduction to Azure Service Bus.<br<br/>/>

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.
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Logging System - I

Higher Ed
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral...
Instructional Video8:05
Curated Video

PowerShell for Automating Administration - Learn PowerShell Logging Module

Higher Ed
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.
<
br/>
This clip is from the chapter...
Instructional Video4:23
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Producer and Consumer Messages Using CLI

Higher Ed
In this video, you will learn to produce and consume messages using Docker Compose.
<
br/>
This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video7:01
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the Coffee Order Consumer

Higher Ed
In this video, we will build the consumer that will be used to consume the Kafka AVRO records from the Kafka topic.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
Instructional Video4:28
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Configure the Kafka Producer Properties in Coffee Order Service

Higher Ed
In this video, we will configure the properties to boot the Kafka producer in the coffee orders service.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video6:25
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Different Types of Naming Strategies

Higher Ed
In this video, we will explore the different naming strategies that are available in Schema Registry.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video5:44
Curated Video

CISSP Crash Course - Cryptanalytic Attacks

Higher Ed
This video explains cryptographic attacks and malware attacks such as Ransomware.
<
br/>
This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on...
Instructional Video7:45
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Produce and Consume Using AVRO Console Producer and Consumer

Higher Ed
In this video, you will learn to produce and consume AVRO messages using AVRO Console Producer and Consumer.
<
br/>
This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers -...
Instructional Video6:05
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Responses with Boto

Higher Ed
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses received with Boto.
<
br/>
This clip is from the chapter "Chatbots Development with Amazon Lex" of the series "Chatbots for...
Instructional Video12:05
Curated Video

Alteryx Advanced - App Errors and Conditions

Higher Ed
This video covers common errors and issues that occur when designing and using apps in Alteryx, as well as best practices for identifying and resolving these issues. You will learn to use conditional logic and other techniques to...
Instructional Video1:36
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Architecture

Higher Ed
This video explains components such as brokers, exchanges, queues, and connections, and how they work together to enable reliable and scalable messaging. It also touches upon topics such as message persistence and clustering in...
Instructional Video2:05
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Exchange Types - Direct, Fanout, Topic, and Headers

Higher Ed
This video explores different exchange types supported by RabbitMQ. It explains the functionality of direct exchanges for one-to-one message routing, fanout exchanges for one-to-many broadcasting, topic exchanges for flexible...
Instructional Video2:23
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Components - Producer, Queue, Consumer, Message, Exchange, Binding

Higher Ed
This video dives into the key components of RabbitMQ. It explains how producers send messages to queues, consumers retrieve messages from queues, exchanges route messages to queues based on bindings, and messages contain the actual...
Instructional Video1:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Challenges of Asynchronous Communication

Higher Ed
This video highlights the potential challenges and considerations when implementing asynchronous communication in microservices. It addresses issues such as message ordering, eventual consistency, and error handling that developers...