Enforcing GitHub repository settings with Terraform2025-01-23·2 minsHow I manage my personal projects GitHub configuration
Writing a HTTPS proxy in Golang2024-12-09·8 minsAn experiment and side project about HTTPS proxying in Go
Living off the land in Linux!2024-12-03·2 minsI developed a Go program to exploit misconfigurations in Linux binaries based on https://gtfobins.github.io
I (almost) wrote a game in Rust with Bevy!2024-05-11·5 minsBut in the end I just messed around with GitHub actions
Let's write a parsing library in Go!2024-04-03·10 minsWalkthrough of an encoding/decoding library implementation