Testing Tips: Avoid sleep in tests
Hi ๐, In this article I want to show a testing tip that Iโve recently learned myself by reading Software Engineering at Google: Lessons Learned from Program...
Hi ๐, In this article I want to show a testing tip that Iโve recently learned myself by reading Software Engineering at Google: Lessons Learned from Program...
Hi ๐, I wanted to write this article to tell you that instantiating a HttpClient class is often a costly operation. If you have a method that does somethin...
Hi ๐ In this article I want to highlight a simple pattern for sorting a slice in Go on multiple keys. Given the following structure, letโs say we want to s...
Hi ๐ In this short article I will show you two ways of changing Python versions on Windows. It is useful when you have installed multiple Python versions on...
Hi ๐, In this short article I want to showcase how I implemented a custom HomeKit accessory with python. My Home Assistantโs SD card died ๐ชฆ a few days ago ...
Hi ๐, In this blog post I will show you how to connect an Ethernet only device to Wi-Fi using an extra router and the WDS functionality. I initially wanted ...
Hi ๐, I have recently updated the firmware of my RODE audio interface from 1.12.x to 1.13, and the device was no longer working properly on Linux, it had tr...
Hi ๐ This is a short tutorial describing how to monitor your Kubernetes cluster container logs using Loki stack. But why? Because it is easier to view, filt...
Hi ๐ This is a short story on how I got my pull request merged into Apache Flink. It started with the need to set CPU and Memory limits to Flink jobs runni...
Hello, ๐ In this article I will show you how to install Python versions on Linux using the following methods: compiling from source, dead snakes ppa and pye...