Tag: #javascript
3 posts
-
The Un-Abstracted Frontend
Building a modern React app from scratch — no Vite, no Next.js — to demystify the magic of `create-react-app` and its friends.
-
CommonJS vs ES Modules in JavaScript
Why JavaScript has two module systems, how they differ in practice, and when each one shows up in your code.
-
Dynamic dispatch pattern in Scheme/Racket
Implementing dynamic method dispatch — the polymorphism trick that powers JavaScript's toString — in plain Scheme.