What I learned flashing an EEPROM
September 21, 2020Context: 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…
Written by Anees Iqbal who likes writing code and racing cars. @steelbrain on Github / @realsteelbrain on Twitter / X.
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…
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…
Pundle (Peaceful Bundle) is a next generation module bundler. It allows you to use Node.js style require statements in the browser and…
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…
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…
Today is the 8th of March and is also the International Women's day. While the media outlets use this day to promote a few women who did…
Reason is a way to think properly while avoiding obstacles like bias, faith, emotions and beliefs. Reason is ultimately a tool for finding…
Happiness is a feeling. It's not something we can eat or drink, it's something we feel as a result of certain events. But even more…
It has been almost two years since the v1.0 of the package for Atom was released to the general public. Since then, we have come a long way…
Android is an operating system developed by Google, primarily for Mobile Phones. Android is based on the Linux kernel and inherits it's…
Node.js is a lightweight Javascript runtime. It follows the Semantic Versioning scheme so every major release has multiple API breaking…
Node.js is a server side runtime for Javascript apps. Being a server sided runtime, it doesn't have a GUI. Therefore it's abilities to…