How I Outsmarted My LG Therma V (and a Certified Installer) with a €30 Gadget
LG Therma V short cycle check with modbus

How I Outsmarted My LG Therma V (and a Certified Installer) with a €30 Gadget
My wife and I are always checking the daily food menu on the kindergarten website to inform our child what she is going to eat today. Let’s automate it!
Since Go 1.18, any is an alias for interface{} and is equivalent to interface{} in all ways
A common mistake pattern using make() in go and how to fix, optimize and make yourself a better go developer :)
A stack is an abstract data type and it’s used everywhere. In this post, let’s dive into details and implementation in golang
Binary Search is a beginner-friendly algoritham that is easy to implement once you fully understand how it works. This post will try to explain how it works and provide an implementation in golang