Recent posts

Nucu Car Devlog: 0x03 – Android

1 minute read

Hello everyone! I’ve been working lately on my little project involving Raspberry Pi and .NET, during my free time. Now, I’ve introduced a new technology, A...

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...