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
Filtering Data in SQL: Using WHERE, AND, OR, and NOT
0
Comparing Cursor and Trae: AI IDEs for Front-End Developers
0
S3 exist Error/ S3 deletion error due to bucket is not empty
0
Day 2 Advance git commands
0
NestJS: The Modern Node.js Framework
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
New Release: Free Email Signature Generator
0
Turn any git repo into llm readable format
0
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
AI Runner: OpenSource desktop app for AI models
0