Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog Β© 2024.

Apache Kafka: Topics, Partitions, Brokers

Apache Kafka: Topics, Partitions, Brokers
Introduction In this post, we're going to take a deeper dive into Apache Kafka. If you'd like an introduction to Event-Driven Architectures, feel free to check out my previous article.Kafka i...
22.04.2025 0 Read More

Kafka Consumers Explained: Pull, Offsets, and Parallelism

Kafka is built for high throughput, scalability, and fault tolerance. At the core of this is its consumer model. Unlike traditional messaging systems, Kafka gives consumers full control over how they ...
23.04.2025 0 Read More

Understanding RabbitMQ: The Basics of Message Queuing

In the realm of distributed systems, message brokers play a foundational role in facilitating communication between independently operating services. With the rise of microservices and event-driven ar...
03.05.2025 0 Read More

Step-by-Step Guide to Installing RabbitMQ on a Virtual Server

RabbitMQ is a powerful, open-source message broker designed to facilitate asynchronous communication between different components of an application. It acts as a reliable intermediary that helps appli...
03.05.2025 0 Read More

🧠 Building a Content-Aware Image Moderation Pipeline using ClarifAI and Kafka in a Spring Boot Microservice Architecture

🧠 Building a Content-Aware Image Moderation Pipeline using ClarifAI and Kafka in a Spring Boot Microservice Architecture
As platforms grow and user-generated content scales, so does the risk of inappropriate or non-compliant media uploads. Ensuring real-time image moderation is not only an ethical responsibility but of...
24.04.2025 0 Read More

Bridging the Gap: Time-Bound Access in Event-Driven Architectures (Part 1 of 3)

Bridging the Gap: Time-Bound Access in Event-Driven Architectures (Part 1 of 3)
TL;DR Event-driven architectures lack the time-bound access controls common in API systems. This creates challenges for monetization, resource management, and compliance. This series explore...
24.04.2025 0 Read More

🌐 Exploring Event-Driven Architecture: A New Era in System Design πŸ“Š

🌐 Exploring Event-Driven Architecture: A New Era in System Design πŸ“Š
Introduction Event driven Architecture is a software design pattern where applications communicate and react to each other through the publication and consumption of events. Table of ...
25.04.2025 0 Read More

Bridging the Gap: Time-Bound Access in Event-Driven Architectures (Part 1 of 3)

Bridging the Gap: Time-Bound Access in Event-Driven Architectures (Part 1 of 3)
TL;DR Event-driven architectures lack the time-bound access controls common in API systems. This creates challenges for monetization, resource management, and compliance. This series explore...
25.04.2025 0 Read More

Controlled Access in Event-Driven Architectures: Exploring Solution Approaches (Part 2 of 3)

Controlled Access in Event-Driven Architectures: Exploring Solution Approaches (Part 2 of 3)
TL;DR This article presents five architectural approaches to implementing controlled, time-bound access in event-driven architectures. We analyze gateway-based solutions, client-side enforce...
25.04.2025 0 Read More

Implementing Time-Bound Event Access: A Case Study with Solace Platform (Part 3 of 3)

Implementing Time-Bound Event Access: A Case Study with Solace Platform (Part 3 of 3)
TL;DR This article demonstrates how to implement time-bound event access using Solace Platform's Rest Delivery Point (RDP). We explore a proof-of-concept called SolPass that automates the cr...
25.04.2025 0 Read More
Loading...
#reading
πŸš€ Replicate Image Generator Pro: Open Source Tool to Create Amazing 4K Images with AI!
0
A Guide to Android Emulators for Chromebook
0
Blog Draft Trends Ethics And Monetization Strategies In Ai Technologies 20250416 063637
0
Mastering Java 17 Streaming API: A Complete Guide
0
Amazon Bedrock and Retrieval-Augmented Generation (RAG): Building Smarter AI Systems with Context-Aware Responses
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0