Recent posts

Kafka Connect GitHub source connector

4 minute read

Hello! In this article we will discuss how to quickly get started with Kafka and Kafka Connect to grab all the commits from a Github repository. This is a ...

LeetCode: Flood Fill

1 minute read

Hello, Here’s my solution for the flood fill problem, found on LeetCode. If you want me to write about certain topics please let me know in the comments, t...

Introduction to Pyenv for Linux Users

3 minute read

Hello, In this article I will introduce you to pyenv, a tool for managing python environments. Installing pyenv is pretty straight forward, you’ll need to ...

LeetCode: Find The Town Judge

1 minute read

Hello In this article I will present you my Python3 solution for the following problem which I found on LeetCode: find-the-town-judge. Note: The solution i...

Multi Touch Gestures on Linux

less than 1 minute read

Hello, I’ve been using Linux full time on my work laptop and one thing that I really miss from the Macbook is the multi touch gestures. I often find myself ...

Nucu Car: Devlog 0x02

2 minute read

Hello, I’m still working on my NucuCar project from time to time, I’m currently at my parents home and I left the raspberry pi at my apartment so I’m only t...