Recent posts

Testing Python projects with Tox

2 minute read

Hi 👋 In this article I will show you how to test your Python projects with Tox. Introduction Tox is a tool for automating testing in Python, their vision ...

Tail Recursion

3 minute read

Hello everyone! 👋 Today’s article will be about tail recursion, a technique that allows you to optimize certain recursive functions. Introduction In short...

Docker basics for Developers

3 minute read

Introduction Hello 🙋‍♂️ In this article we will discuss a tool called Docker 🐬 Docker is a platform which allows to package individual applications in con...

Arduino Simple Simon Says

6 minute read

This article is a re-post, the original one is on another website. Introduction I started this project some time ago in order to get familiar with Arduino....

Kubernetes service account for pod

3 minute read

Hi 🙋‍♂️, In this article I will talk about how to authenticate your applications to the Kubernetes API via the service accounts feature. Citing the Kuberne...

FastAPI Uvicorn logging in Production

2 minute read

Hello 🙋‍♂️, Running a ⏩FastAPI ⏩ application in production is very easy and fast, but along the way some Uvicorn logs are lost. In this article I will disc...

PMS5003 C# Library

less than 1 minute read

Hello everyone, I just want to let you know that I’ve released a C# library for interfacing with the PMS5003 (Particulate Matter Sensor) via UART. The code...

PMS5003 Particulate Matter Sensor Test Run

1 minute read

Hi In this article we’ll test out the PMS5003 sensor in order to see if it works. I’ve forgot to buy a connector board, so we will do a manual connection to...