bjlblog.hashnode.devNode.JS: CommonJS vs. ES ModulesWhen first getting into Node.JS and going through tutorials and documentation I noticed there was different import methods available. Most tutorials are a few years old at this point and most always use the require() but as I kept investigating it ...Sep 7, 2021·4 min read
bjlblog.hashnode.devWhat is a Chrome extension?I created a Chrome extension that skips the author's biography at the beginning of most of these recipe sites and takes you directly to either the ingredients or directions. My goal for this project was to experiment a little with Chrome's APIs. Sp...Aug 30, 2021·11 min read