Hi, what do you want to do?
Curated Video
Learn Azure Serverless Functions in a Weekend - Environment Setup - Creating a Serverless Azure SQL Database
This video helps you with the environment setup. You will be creating a serverless Azure SQL database.
<
br/>
This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn Azure...
<
br/>
This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn Azure...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Mediator
This video is an introduction to the Mediator pattern.<br<br/>/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Widget Introduction
This video introduces the exchange rate widget.<br<br/>/>
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
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.
<
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...
<
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Data Contract and Serialization in Kafka
In this video, we will investigate how serialization is connected to Kafka and how it benefits the overall Kafka architecture.
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Inference after Training
In this lecture, you will learn how to deploy the model as a service to infer the likelihood of new interactions.
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender...
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender...
Curated Video
Social Media Automation using Python - Introduction and Installation
In this video, you will learn to install and set up a software development kit called facebook-sdk 3.1.0. developed by the Python community, which is easy to use.
<
br/>
This clip is from the chapter "Facebook Automation" of the...
<
br/>
This clip is from the chapter "Facebook Automation" of the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consumer Record Using Schema Registry
In this video, we will code and learn about how the Producer and Consumer interacts with Schema Registry.
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts...
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Strengths and Weaknesses of DL Models
In this lesson, you will learn about the strengths and weaknesses of deep learning recommender system models.
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender...
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - VAE Collaborative Filtering
This lesson explores the variational autoencoder for collaborative filtering, using representations in hidden layers.
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender...
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Neural Collaborative Filtering
In this video, we will understand neural collaborative filtering and how to incorporate it into our recommender system.
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series...
<
br/>
This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series...
Curated Video
HashiCorp Certified - Vault Associate Course - Vault Interfaces
This video demonstrates Vault interfaces. Remember our hotel analogy from earlier and all the different ways we can interact with Vault? We will go into a little bit more detail here and show you where you can get even more information...
Curated Video
HashiCorp Certified - Vault Associate Course - How Vault Works
In this video, we will dive deep into how HashiCorp Vault works. This video shows you how it works using a familiar analogy to help us easily understand the basic concepts.
<
br/>
This clip is from the chapter "Introduction to...
<
br/>
This clip is from the chapter "Introduction to...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Using the Nomad CLI
This demonstration explains the Nomad CLI and uses the CLI to interact with export tokens and export the Nomad address to the local Nomad instance. We will also set up DNS addresses to interact with our Nomad instance. We will also...
Curated Video
Getting Started with HashiCorp Nomad - Interacting with Nomad using the CLI
In this lesson, we will discuss the different ways to interact within the Nomad environment using the CLI, the most popular interface we will use. We will ensure the Nomad binary is installed for this task.
<
br/>
This clip is from...
<
br/>
This clip is from...
Curated Video
HashiCorp Certified - Vault Associate Course - Working with Auth Methods
This video explains working with different Auth methods. We know more about Auth methods; how do we start configuring them within Vault? That's exactly what we will cover in this video.
<
br/>
This clip is from the chapter "Compare...
<
br/>
This clip is from the chapter "Compare...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - DALL-E
In this video, we will explore DALL-E, generate high-quality images from textual descriptions, and its potential applications in various industries, provide practical tips for using it effectively, and integrate it into creative...
Curated Video
Design Microservices Architecture with Patterns and Principles - Asynchronous Message-Based Communication Types in Microservices Architecture
This video explores different types of asynchronous message-based communication patterns commonly used in microservices. It covers publish-subscribe, message queues, and event sourcing, providing insights into when and how to utilize...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Transactional Boundaries
This video discusses various strategies for defining transactional boundaries between microservices, such as using event-driven architectures, compensating transactions, or adopting a saga pattern to ensure data consistency and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries with Sync Response, Decouple Way, and Low Latency
This video delves deeper into the issues associated with cross-service queries, highlighting the limitations of synchronous responses and the need for decoupling services to enable independent scaling and low latency in query...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Data Management - Cross-Service Queries
This video explores the challenges that arise when performing queries that involve multiple microservices and discusses strategies for decoupling services, achieving low latency, and ensuring efficient cross-service communication.
<
br/>...
<
br/>...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Database Management Patterns and Principles
This video introduces various database management patterns and principles for microservices and concepts such as database per service, shared database, event sourcing, and CQRS (Command Query Responsibility Segregation), highlighting...
PBS
Kasogonagá: Sky Deity and Absolute Cutie
A sky deity falling from the sky sounds bad, right? Not if it’s the Kasogonagá! From the mythology of the Toba peoples of South America, this god of lightning, thunder, and rain appears as a small, hairy anteater-like creature and needs...
Great Big Story
Kathy Streeter, Revolutionizing Marine Mammal Training
Explore Kathy Streeter's unique, non-food based training methods with seals at the New England Aquarium.<br/>