https://evanhahn.com/the-lone-developer-problem/ · If a single programmer builds something, it can be hard for others to maintain later.
https://matklad.github.io/2023/02/12/a-love-letter-to-deno.html · Deno is a relatively new JavaScript runtime. I find quite interesting and aesthetically appealing, in-line with the recent trend to rein in the worse-is-better law of software evolution. This post explains why.
https://cult.honeypot.io/reads/react-js-the-documentary-how-it-all-began/ · Discover the origin story of React.js, the most popular frontent framework of all time.
https://fly.io/blog/carving-the-scheduler-out-of-our-orchestrator/ · A deep dive into container scheduling and Flyd, our new orchestrator.
https://blog.yossarian.net/2023/02/11/The-unsafe-language-doom-principle
https://anthonyhobday.com/sideprojects/saferules/
https://avi.im/blag/2023/refactoring-python/ · It’s harder to refactor a large Python codebase. Type hints won’t save you, and you need a lot of unit tests. But how does that work in practice? Is Python fast to ship?
https://pdx.su/blog/2023-02-05-asciidoc-and-markdown/ · I've been using Markdown for a long time, and have grown accustomed to it. It has various quirks, features, and oddities, but what doesn't…
https://ecton.dev/rust-json-ecosystem/ · In my search for a JSON parser to fit my needs, I ended up filing my first RUSTSEC advisory and writing my own crate in the end. This is my story.
https://kristoff.it/blog/why-go-and-not-rust/ · What's the role of Go in a universe where Rust exists?