Bun
2 articles · all categories
2 articles from 2023 · show all
October 2023
TypeScript runtime vs types at run-time
Understanding the nuances of TypeScript: it adds static types to JavaScript, reducing bugs by checking code validity pre-run. But imagine if we had types at run-time too - validating inputs, enhancing error messages. A dream, but a nice one.
Bun – first impressions
I've been using Bun in a few side-projects and I like it a lot