The Mojo Programming Language Is Open Source. Now What?
Modular open sourced the Mojo compiler under Apache 2.0. What actually changed, what the announcement buried, and who should genuinely care about it.
Modular open sourced the Mojo compiler under Apache 2.0. What actually changed, what the announcement buried, and who should genuinely care about it.
Go concurrency patterns I reach for on real projects: worker pools, pipelines, fan-in, and context cancellation, with code and the mistakes I still make.
The TypeScript satisfies operator fixed my worst type-narrowing habits. Where I use it, where as is still better, and the trap with as const.
Go generics shipped in 1.18 and I ignored them for a year. Here are the three patterns I now use in production, plus one I…
I rebuilt the same service in Rust and Go over a weekend. Here is what I actually reach for in 2026, with numbers, code, and…