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.

Building a Kafka Dashboard with React, TypeScript, and KafkaJS

Building a Kafka Dashboard with React, TypeScript, and KafkaJS
Introduction In today's data-driven world, real-time message processing is a crucial component of many applications. Apache Kafka is one of the most powerful distributed streaming platforms, ...
12.03.2025 0 Read More

Streaming Postgres Changes with Debezium and Kafka Connect: A Hands-On Tutorial

Looking for a simpler solution? If you're reading this tutorial, you want to reliably stream changes out of your Postgres database. You’ve turned to Debezium, only to discover that the official Deb...
05.05.2025 0 Read More

Real-Time IoT Analytics at Scale: Concepts and Tools

Hey dev community! 👋 Today I'm kicking off a hands-on tutorial series where we'll build a production-ready IoT analytics system from scratch. Together, we'll create a scalable infrastructure that c...
13.03.2025 0 Read More

How to Join Lists in Kafka Streams Applications

How to Join Lists in Kafka Streams Applications
I recently joined a project where we do data processing with Kafka Streams applications and came across an interesting problem: "list joins". There was already a working solution to the problem, but I...
17.03.2025 0 Read More

Study Notes 6.1-2: Introduction to Stream Processing

1. Overview of Stream Processing Definition: Continuous, real-time processing of data as it arrives. Importance: Enables real-time analytics, event-driven applications, and prompt reaction...
18.03.2025 0 Read More

Study Notes 6.3-4: What is Kafka & Confluent Cloud

1. Introduction to Kafka in Stream Processing Context of Stream Processing: Stream processing involves continuously handling data as it flows from producers to consumers. Kafka is positio...
18.03.2025 0 Read More

Study Notes 6.5-6: Kafka Producer, Consumer & Configuration

1. Overview of Kafka Producer & Consumer Objective: Learn how to produce and consume messages in Apache Kafka programmatically using Java. Context: The video demonstrates both produc...
18.03.2025 0 Read More

Study Notes 6.7-10: Kafka Stream Basics, JOIN, Testing & Windowing

1. Overview Kafka Streams Basics Objective:Learn the fundamental building blocks of Kafka Streams by examining a simple example that: Reads messages from a Kafka topic. Processes them by grou...
18.03.2025 0 Read More

Study Notes 6.11-12: Kafka ksqlDB, Connect & Schema Registry

Study Notes 6.11-12: Kafka ksqlDB, Connect & Schema Registry
1. Overview of Kafka ksqlDB & Kafka Connect ksqlDB: ksqlDB is Kafka’s SQL-based stream processing engine. It allows you to perform real-time analysis and ad hoc queries on Kafka topics ...
18.03.2025 0 Read More

Study Notes 6.13-14: Kafka Streaming with Python & PySpark Structured Streaming with Kafka

1. Overview of Kafka Streaming with Python Purpose & Context: This session demonstrates how to implement Kafka streaming applications using Python, mirroring the producer–consumer examp...
18.03.2025 0 Read More
Loading...
#reading
Disable the "No Valid Subscription" Pop-Up in Proxmox VE 8.4.1
0
Survive and Thrive: The Manual QA Roadmap for the AI Era
0
AstrBot: Revolutionizing Chatbot Development with Ease and Flexibility
0
GitHub Sponsors: Navigating Privacy and Security in Open Source Funding
0
The Ultimate FreePBX Tutorial: Installation, Configuration, and Advanced Features
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0