Join me on this journey on how I think about software engineering (and other things).

Posts

29 Mar 2026

A quick conversation about go pointers.

I was wrong. You shouldn’t always use receive pointers in your Go methods.

4 Jan 2025

[25.4] design tools tips

two good design tools

3 Jan 2025

[25.3] golangci-lint strange behaviour

golangci-lint consuming 30GB of memory

2 Jan 2025

[25.2] Unix commands for the win!

unix commands combine are the way to go

1 Jan 2025

[25.1] Happy New Year

Welcome 2025!

18 Dec 2024

Why code review?

A brief discussion on code review.

21 Nov 2023

Why tests matter?

Lately I have been studying cryptography and one of it’s foundations are Caesar’s cipher

7 Mar 2023

Why you should use zod as your validator?

zod to validate your schemas