DeveloperBreeze

Tutorials Programming Tutorials, Guides & Best Practices

Explore 148+ expertly crafted tutorials tutorials, components, and code examples. Stay productive and build faster with proven implementation strategies and design patterns from DeveloperBreeze.

Building a Scalable Event-Driven System with Kafka

Tutorial December 10, 2024
python

Consumers in the same group share partitions. This enables horizontal scaling:

bin/kafka-consumer-groups.sh --describe --group order_group --bootstrap-server localhost:9092

How to Monitor MySQL Database Performance

Tutorial August 12, 2024
mysql

[mysqld]
performance_schema = ON

You can query various tables within the Performance Schema to gain insights into your database performance. For example, to see the top 10 queries by execution time, use: