Why we're leaving serverless
https://www.unkey.com/blog/serverless-exit
Every millisecond matters when you're in the critical path of API authentication. After two years of fighting serverless limitations, we rebuilt our entire API stack and slashed the end-to-end latency.
https://www.unkey.com/blog/serverless-exit
A million ways to die from a data race in Go
https://gaultier.github.io/blog/a_million_ways_to_data_race_in_go.html
I have been writing production applications in Go for a few years now. I like some aspects of Go. One aspect I do not like is how easy it is to create data races in Go.
https://gaultier.github.io/blog/a_million_ways_to_data_race_in_go.html
Why I built my own static site generator
https://tduyng.com/blog/why-i-built-my-own-static-site-generator
There are so many static site generators: Jekyll, Gatsby, Hexo, Hugo, Zola, Eleventy, and many more. So why did I build another one?
After using Zola for a while and hitting some problems when I tried to customize my blog, I realized something: I wanted to understand how these tools work, not just how to use them. That's how Gozzi was born.
https://tduyng.com/blog/why-i-built-my-own-static-site-generator