Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#Message Broker
YouTube
education
Showing:
45
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
Devoxx
A Kafka Producer's Request: From Send() to Disk and Back
0
rewiews
Explore the intricate journey of data into Apache Kafka® in this 49-minute conference talk from Devoxx. Delve into the complex process behind the seemingly simple producer.send() call, tracing the path of a request from its inception to disk storage and…
Add to list
1
Lesons
49 minutes
On-Demand
Free-Video
Devoxx
A Kafka Producer's Request: From Send() to Disk and Back
0
rewiews
Explore the lifecycle of Kafka producer requests, from initial call to disk storage and back, enhancing your debugging and performance analysis skills for Apache Kafka.
Add to list
1
Lesons
43 minutes
On-Demand
Free-Video
Bogdan Stashchuk
What Is Apache Kafka and How It Works
0
rewiews
Learn Apache Kafka's core concepts, architecture, and functionality. Explore topics, partitions, brokers, Zookeeper, producers, and consumers to understand this distributed streaming platform.
Add to list
15
Lesons
30 minutes
On-Demand
Free-Video
OpenInfra Foundation
RabbitMQ-less OpenStack Cluster - Supporting 13,000 Hypervisors in One Region
0
rewiews
Discover how to scale OpenStack clusters beyond RabbitMQ limitations by implementing a broker-less messaging system that supports 13,000 hypervisors through direct HTTP-based RPC communication.
Add to list
1
Lesons
28 minutes
On-Demand
Free-Video
NDC Conferences
Kafka for .NET Developers
0
rewiews
Discover how to leverage Kafka's streaming capabilities in .NET applications, from basic concepts like records and offsets to advanced features including Connect and Flink, with practical code examples.
Add to list
1
Lesons
1 hour
On-Demand
Free-Video
CNCF [Cloud Native Computing Foundation]
Build a Cloud Native Asynchronous Messaging System for Scale with Redis
0
rewiews
Learn to build a scalable asynchronous messaging system using Redis, Kubernetes, and Prometheus. Explore best practices for implementing this design pattern in large-scale microservices architectures.
Add to list
1
Lesons
36 minutes
On-Demand
Free-Video
CNCF [Cloud Native Computing Foundation]
Accelerating Data Processing and Consumption for Building Modern Apps at the Edge
0
rewiews
Explore edge computing for smart devices, focusing on real-time decision-making and AI/ML applications. Learn about emerging patterns in retail and manufacturing, and design considerations for edge deployments.
Add to list
1
Lesons
25 minutes
On-Demand
Free-Video
Linux Foundation
Broken Brokers in Boxes - Fuzzing Breaks Everything, Even Erlang
0
rewiews
Explore fuzzing techniques to uncover vulnerabilities in software systems, with a focus on Erlang applications and message brokers.
Add to list
1
Lesons
40 minutes
On-Demand
Free-Video
CNCF [Cloud Native Computing Foundation]
The Unexplored World of OpenTelemetry and Service Mesh
0
rewiews
Explore the pros and cons of using service mesh tools like Istio for generating traces compared to OpenTelemetry. Learn about sampling, third-party services, implementation, and visualization to make informed decisions.
Add to list
1
Lesons
20 minutes
On-Demand
Free-Video
Linux Foundation
ActiveMQ Artemis 2.0 - High Performance Messaging and New Features
0
rewiews
Explore the evolution of Apache ActiveMQ Artemis 2.0, its high performance capabilities, and new features for handling massive workloads in messaging systems.
Add to list
1
Lesons
50 minutes
On-Demand
Free-Video
Linux Foundation
The State of NATS as a Reactive Substrate
0
rewiews
Explore NATS' evolution with JetStream, a persistence subsystem enhancing its capabilities as a reactive substrate. Learn about new features and their alignment with reactive principles.
Add to list
1
Lesons
28 minutes
On-Demand
Free-Video
GOTO Conferences
You Keep Using That Word: Asynchronous in Distributed Systems
0
rewiews
Exploring the nuanced meanings of "asynchronous" in distributed systems, this talk clarifies misconceptions and examines various communication approaches for effective cloud-native architecture.
Add to list
10
Lesons
47 minutes
On-Demand
Free-Video
Red Hat
An Eventful Tour from Enterprise Integration to Serverless Computing
0
rewiews
Explore the evolution of messaging and event-driven architecture, from enterprise integration to serverless computing, with practical insights for building on Red Hat OpenShift.
Add to list
22
Lesons
42 minutes
On-Demand
Free-Video
Red Hat
OpenStack Architecture
0
rewiews
Dive into OpenStack's architecture, exploring integrated projects, new components, and features in Red Hat OpenStack 2.1 and 3.0 for cloud readiness.
Add to list
17
Lesons
49 minutes
On-Demand
Free-Video
NDC Conferences
Forget about HTTP
0
rewiews
Explore alternatives to HTTP for microservices communication, including messaging and RPC. Learn benefits and challenges of different approaches for efficient, scalable, and resilient architectures.
Add to list
39
Lesons
1 hour 1 minute
On-Demand
Free-Video
Devoxx
Harnessing Integration Testing with Docker Containers
0
rewiews
Explore efficient integration testing using Docker containers and Testcontainers library with JUnit/Spock, addressing common challenges in testing databases and external systems.
Add to list
1
Lesons
35 minutes
On-Demand
Free-Video
Devoxx
Building Reactive Pipelines - How to Go from Scalable Apps to - Ridiculously - Scalable Systems
0
rewiews
Learn to build highly scalable systems using reactive programming, Project Reactor, message brokers, and Spring Cloud Stream. Gain practical knowledge through live coding demonstrations.
Add to list
1
Lesons
51 minutes
On-Demand
Free-Video
GOTO Conferences
Good Enough Architecture
0
rewiews
Explore strategies for balancing architectural focus in software development, examining real-world examples to inspire better practices and avoid common pitfalls in system design.
Add to list
26
Lesons
42 minutes
On-Demand
Free-Video
Spring I/O
TDD with Spring Boot - Testing the Harder Stuff
0
rewiews
Explore advanced TDD techniques for Spring Boot, covering complex scenarios like caching, database queries, and message brokers. Learn to write effective unit tests for challenging real-world situations.
Add to list
8
Lesons
44 minutes
On-Demand
Free-Video
Spring I/O
Be Proactive About State in a Reactive System
0
rewiews
Explore managing state in reactive systems using modern workflow engines, integrating them with Spring and message brokers for improved transparency and orchestration in event-driven architectures.
Add to list
1
Lesons
51 minutes
On-Demand
Free-Video
PyCon US
Distributed Web Scraping in Python
0
rewiews
Learn to build a distributed web scraper in Python, reducing batch job times and improving code durability. Explore techniques, lessons, and stories for efficient large-scale web scraping.
Add to list
22
Lesons
24 minutes
On-Demand
Free-Video
EuroPython Conference
The Inner Guts of Bitbucket
0
rewiews
Explore Bitbucket's architecture evolution, from a modest Django app to a complex, scalable system serving millions. Learn about technology choices and infrastructure components.
Add to list
1
Lesons
29 minutes
On-Demand
Free-Video
EuroPython Conference
From HTTP to Kafka-based Microservices
0
rewiews
Explore the transition from HTTP to Kafka-based microservices, discussing challenges, solutions, and benefits of asynchronous communication in Python-based systems.
Add to list
10
Lesons
30 minutes
On-Demand
Free-Video
NDC Conferences
Message Brokers and Containers - the New ESB Is "No ESB"
0
rewiews
Explore microservices design using message brokers and containers, focusing on decoupling, event sourcing, and scalability. Learn implementation techniques with Kafka, Docker, and Azure Container Service.
Add to list
1
Lesons
55 minutes
On-Demand
Free-Video
The ASF
Core Design of Cloud-Native MQTT Based on RocketMQ
0
rewiews
Explore the fundamental architecture and implementation of cloud-native MQTT messaging systems built on RocketMQ, focusing on IoT applications and scalable communication patterns.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
Code Sync
How to Break RabbitMQ - Common Misuse Patterns and Solutions
0
rewiews
Explore common RabbitMQ misuse patterns, their root causes, and practical solutions for cloud-based deployments. Gain insights from experienced operators to optimize broker performance.
Add to list
1
Lesons
18 minutes
On-Demand
Free-Video
Code Sync
Change Data Capture with Elixir and Debezium - ElixirConf EU23
0
rewiews
Explore change data capture using Elixir and Debezium, covering technical debt, state sharing, and advanced solutions for data replication and consistency.
Add to list
31
Lesons
29 minutes
On-Demand
Free-Video
Platform Engineering
Introduction to Apache Kafka - Fundamental Concepts and Configurations
0
rewiews
Explore fundamental Apache Kafka concepts, including event-driven architecture, topics, producers, consumers, and key configurations. Gain confidence in learning this powerful platform.
Add to list
1
Lesons
11 minutes
On-Demand
Free-Video
Devoxx
Build Blazingly Fast, Ultra Lightweight Cloud Native Java Enterprise Applications
0
rewiews
Develop high-performance, scalable Java microservices using reactive programming, LMAX Disruptor, Undertow server, and Kubernetes for cloud-native deployment strategies.
Add to list
1
Lesons
39 minutes
On-Demand
Free-Video
NDC Conferences
You Keep Using That Word - Asynchronous and Interprocess Comms
0
rewiews
Explore the complexities of asynchronous communication in distributed systems, debunking misconceptions and examining various interpretations to enhance understanding of inter-process communication.
Add to list
14
Lesons
52 minutes
On-Demand
Free-Video
Code Sync
Beyond the Burrow - The Endurance and Evolution of RabbitMQ
0
rewiews
Explore RabbitMQ's 17-year journey as a leading messaging broker, examining its evolution, recent innovations including version 4.0, and strategies for maintaining its competitive edge in digital transformation.
Add to list
1
Lesons
36 minutes
On-Demand
Free-Video
GOTO Conferences
Understanding Asynchronous Communication in Distributed Systems
0
rewiews
Explore the nuanced meanings of asynchronous communication in distributed systems, clarifying misconceptions and examining its implementation across different architectural contexts.
Add to list
10
Lesons
38 minutes
On-Demand
Free-Video
Code Sync
Pushing RabbitMQ to the Limit - Performance Testing with PerfTest
0
rewiews
Explore RabbitMQ performance factors and learn to use PerfTest for simulating workloads across different topologies. Gain practical insights into optimizing RabbitMQ throughput.
Add to list
1
Lesons
41 minutes
On-Demand
Free-Video
Code Sync
RabbitMQ Performance Improvements - Tools and Techniques for Optimization
0
rewiews
Discover tools and techniques for optimizing RabbitMQ performance, including spotting bottlenecks, profiling, and improving throughput and latency while minimizing resource usage.
Add to list
7
Lesons
53 minutes
On-Demand
Free-Video
Code Sync
RabbitMQ Performance Improvements
0
rewiews
Explore RabbitMQ architecture, recent performance enhancements, and future directions. Learn how Erlang Runtime System enables scalable message brokering and discover solutions to current bottlenecks.
Add to list
1
Lesons
40 minutes
On-Demand
Free-Video
Code Sync
Serving Millions of Clients with Native MQTT and MQTT 5.0 - RabbitMQ Summit 2023
0
rewiews
Explore RabbitMQ's journey to become a leading MQTT broker, featuring Native MQTT implementation and MQTT 5.0 support. Learn about performance improvements and future roadmap for IoT workloads.
Add to list
1
Lesons
31 minutes
On-Demand
Free-Video
Devoxx Poland
Spring Cloud Stream: Past, Present, and Future
0
rewiews
Explore Spring Cloud Stream's evolution, current capabilities, and future developments for building message-driven microservices with ease.
Add to list
1
Lesons
54 minutes
On-Demand
Free-Video
NashKnolX
Redis: In-Memory Database - Introduction and Overview
0
rewiews
Learn Redis, the high-performance in-memory data store. Master its versatile features for efficient data management, caching, and message brokering in modern applications.
Add to list
1
Lesons
46 minutes
On-Demand
Free-Video
NashKnolX
Redis Data Structures and Performance Optimization
0
rewiews
Master Redis data structures and optimize performance for efficient in-memory key-value database management and caching.
Add to list
1
Lesons
56 minutes
On-Demand
Free-Video
NashKnolX
RabbitMQ Integration with Scala - Building Scalable Messaging Systems
0
rewiews
Learn to integrate RabbitMQ with Scala, leveraging its type system and functional features for efficient message brokering in distributed systems.
Add to list
1
Lesons
42 minutes
On-Demand
Free-Video
NashKnolX
Event-Driven Architecture Using Apache Kafka
0
rewiews
Explore event-driven architecture and Apache Kafka for building scalable, real-time systems with efficient data streaming and communication between components.
Add to list
1
Lesons
31 minutes
On-Demand
Free-Video
GoLab conference
Gophers Like Waiting in Postgres Queue - Implementing Asynchronous Processing with Go and PostgreSQL
0
rewiews
Implement reliable asynchronous job processing using Postgres as a queue mechanism in Go. Simplify architecture and improve observability for distributed workloads.
Add to list
1
Lesons
49 minutes
On-Demand
Free-Video
PyCon US
Pattern Matching and Pydantic for Message Handling - PyCon US Talk
0
rewiews
Explore pattern matching and Pydantic in Python for efficient message handling from brokers, showcasing real-world applications and elegant program flow control.
Add to list
1
Lesons
32 minutes
On-Demand
Free-Video
PyCon US
Pattern Matching and Pydantic for Message Handling - PyCon US Talk
0
rewiews
Explore pattern matching and Pydantic in Python for efficient message handling from brokers, showcasing real-world applications and elegant program flow control.
Add to list
1
Lesons
32 minutes
On-Demand
Free-Video
The ASF
Apache Pulsar Cluster Scale Control and Stability Practice
0
rewiews
Dive into advanced techniques for managing Apache Pulsar clusters, focusing on scale control mechanisms and proven stability practices for enterprise messaging systems.
Add to list
1
Lesons
26 minutes
On-Demand
Free-Video
load more...