Recent posts

Kafka Connect Basics

6 minute read

Hi, this article is about Kafka connect! Introduction Kafka connect is a tool for streaming data between Kafka and other systems. It is distributed and sca...

From Hugo to Jekyll

7 minute read

Hello everyone! ๐Ÿ‘‹ A small update for the blog, Iโ€™ve moved it from Hugo1 to Jekyll2. Introduction Hugo is a static website generator just like Jekyll, itโ€™s...

Self Hosting Gitlab

7 minute read

Hello everyone and happy new year! Introduction Iโ€™ve been running GitLab as my software forge for the last three weeks and everything was smooth. I replace...

Self Hosting Forgejo

5 minute read

Hello everyone! Iโ€™m writing this article to quickly show you how-to self-host Forgejo, the Git software forge, and how to do common maintenance operations. ...

MongoDB in Action 8.0 (Manning) Book Review

1 minute read

Hello everyone, In this article I will review the following book MongoDB 8.0 in Action, Third Edition. Iโ€™m using MongoDB daily at my job and by reading t...

Containerizing a Python Project with UV

2 minute read

Introduction Hello! ๐Ÿ‘‹ I wanted to write this short article about containerizing a Python project that uses uv as a project manager. I will present what UV...