All Stories

Debug TinyGo code running on Raspberry Pico using VSCode

Happy new year! Wow, almost exactly 3 years ago since I wrote something, this is embarrassing. I guess there’s nothing better than starting to write again on the 1st of...

Angular async validator on reactive forms with keystroke throttling and real time password strength meter

In this tutorial we are going to learn how to implement an Angular async validator to validate a password field with a call to a backend service, while also throttling...

Kubernetes hands on - Part 2

In a previous article about Kubernetes (check it out here if you haven’t read it yet), I introduced some of the basic building blocks and wrote about how to deploy...

Kubernetes hands on - Part 1

In this series of articles I will try to summarize some of the functionalities Kubernetes offers. The official docs are really good though, so be sure to check them out...