Curing procrastination, one line of code a day
Curing my procrastination by doing the simplest form of the action I can…
Curing my procrastination by doing the simplest form of the action I can…
How i write UI components with HTML, Go and Templ after one year of using HTMX.…
Practical go compiler optimizations. Article covers map lookup, function inlining and optimized memclr…
A deep dive into understanding what happens when you call the server.ListenAndServe method from the http standard go library…
Writing a simple network protocol in C for fun.…
Over the last few weeks I have been reading What Every Programmer Should Know About Memory by Ulrich Drepper and the chapter on Optimizations from 100 Go Mistakes and How to Avoid Them, this is a summary of what I've learned from them. I would highly recommend you…
Building a json parser in go out of curiosity…
The editor, terminal and operating system I use to write code as a golang engineer…