The Archive
Jan 05, 2025
Securing environment variables in production
How to safely store and use your env values in production using Infisical
5 min read
Dec 29, 2024
Testfixtures for your database in Golang
how to populate your integration tests with data to make them useful
3 min read
Aug 25, 2024
http.Handlers and error handling in Golang
Errors in http handlers in Go are ridiculously complex to handler. Depending on how simple or complex your handler is, you can always fail to return an error somewhere after sending the response. Here is how I handle it
5 min read
Jul 14, 2024
Alternative guide to selfhosting Writebook
Don't want to download a script online to run and execute?
7 min read
May 12, 2024
Deploying Go on a VPS with Github actions
Selfhosting is all the rage in 2024. Here is how to auto deploy Go services to your machine
4 min read