What I learned flashing an EEPROM
Context: I used to travel with two laptops, a gaming laptop and a macbook for work on the go. I couldn't carry a single laptop for both tasks in the past because I needed 4k for design work and a fast...
I'm Anees - a software engineer using technology to make a difference. I have an interest in the role of technology in society, in open source software and in high revving cars.
Context: I used to travel with two laptops, a gaming laptop and a macbook for work on the go. I couldn't carry a single laptop for both tasks in the past because I needed 4k for design work and a fast...
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. I have been working with Node.js for many years and for the most part, it has been a pleasant and productive experience. The pro...
This post is a part of the series "An Intro to Pundle". Imports are a way of sharing bindings between modules. Imports help keep the code modular and maintainable as the size of the codebase grows as ...
This post is a part of the series "An Intro to Pundle". HMR (Hot Module Replacement) is a way to apply changes to parts of the app while it's still running allowing developers to quickly test new chan...
Pundle (Peaceful Bundle) is a next generation module bundler. It allows you to use Node.js style require statements in the browser and supports splitting out of the box with import() syntax. It uses w...