Published on 25 March 2021Table of contents#IntroTask runners, bundlers, toolsLanguage ergonomicsAsynchronous revolutionFlux case studyPeople factorClosing thoughtsIntro#A colleague of mine recently asked whether we consider the current state of the JavaS... (more…)
Read more »
Scan your codebase to find environment variables in use. - Chrilleweb/dotenv-diff... (more…)
Read more »
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can ... (more…)
Read more »
JavaScript setInterval() method either call a function evaluates an expression at specified number of milliseconds. This method continues to call/evaluate the expression until window is called. Another way to stop this method is by calling clearInterval()... (more…)
Read more »
I recently finished a project related to novelsphere.js with Purescript. I really like it. (more…)
Read more »