News
1 week ago
I Built a NumPy-Like Library in Pure JavaScript: This Is Exactly How I Did It
In NumPy, you can call built-in functions such as `mean` or `dot` from JavaScript. In this essay, I will explain how I built a lib...
Oct 16, 2025
Why I Built a Zig Dotenv Lib
While working on a Zig based CLI argument parser, I found myself creating a dotenv parser as an unexpected side project.
