life is too short for a diary



Posts Tagged: docker

Build and Deploy a YouTube-to-MP3 Converter

I often find myself searching for websites to convert YouTube videos to MP3. Most of these sites are full of spam and annoying ads, so I decided to build a simple website and learn along the way...

Continue reading → python fastapi docker github actions scaleway



Manage Your Dockerfiles Using Make

Managing multiple `docker-compose` projects can become cumbersome. If you have separate services like Postgres, Kafka, and others, each with its own `docker-compose.yml`, running commands across them can be repetitive. In this post, we'll explore a neat way to simplify this using a master `Makefile`...

Continue reading → docker devops



Publish / Subscribe to Kafka locally

Apache Kafka is a distributed streaming platform designed for building real-time data pipelines and streaming applications. Originally developed by LinkedIn, Kafka excels at handling high-throughput, fault-tolerant publish-subscribe messaging between systems...

Continue reading → kafka kcat docker