Kafka Idempotency: Delivery Guarantees in Practice https://sudonull.com/kafka-idempotency-delivery-guarantees-in-practice
Configuring producer and consumer idempotency in Kafka. ProducerId, Epoch, sequence number, protection against duplicates. Migration to PostgreSQL for Outbox Pattern. For middle/senior developers.
Avro and Schema Registry in Kafka: practical setup https://sudonull.com/avro-and-schema-registry-in-kafka-practical-setup
Setting up Apache Avro with Schema Registry in Kafka cluster: docker-compose, class generation, serializers for producers/consumers. Transition from JSON to typed schemas. Instructions for middle/senior developers.
Date filters in Apache Superset: workarounds https://sudonull.com/date-filters-in-apache-superset-workarounds
How to solve the default time column issue in Superset 3.x–6.x. Working technical solutions for developers: virtual datasets, extra_json, SQL parameterization.
Human-readable URL for SEO: setup on Apache and Nginx https://sudonull.com/human-readable-url-for-seo-setup-on-apache-and-nginx
Learn to set up human-readable URLs on CMS and servers for traffic growth. .htaccess examples, Nginx, automation scripts. Improve indexing without 404 errors.
Date filters in Superset: bypassing the wrapper https://sudonull.com/date-filters-in-superset-bypassing-the-wrapper
Setting up virtual datasets in Apache Superset with custom dates from filters. Hack with a dummy column for middle/senior dev. Full guide without filtering errors.