Omkar Joshi
  • Blog
  • /
  • Projects
  • /

Filter

  • javascript

Posts

Building a JavaScript Bundler

9/7/2025
Lessons from building a JavaScript bundler from scratch.

Imports are not values

7/27/2025
Writing down some of my learnings about live import bindings and how they (don't) work in default exports.

The Case for Modules

6/1/2025
Exploring the why behind JavaScript module systems.

Understanding Focus

5/26/2024
My understanding of how focus works on the web — what it is, how to control it with JavaScript, and how to make sure it works well for everyone, especially keyboard users.