Monthly Archives: July 2019
Learning how to modern web dev
I’m neck deep in learning ES6, React, Typescript, Node and all the billions of pieces that are a part of this “ecosystem”. I think I’m going to post some of the things that I learn along the way here. Most of it will probably be obvious if you’ve been working with these technologies for a…
Packaging a Node Express App
I’m not sure how most of the JavaScript world is building, packaging, and deploying their applications. We’re using Yarn instead of npm, but neither tool provides a simple way to zip up and version your app (unless you’re publishing to npm, that is). Here’s what worked for me (based on Yarn 1.15.2). As with everything…