-
Checking to see if an npm package is tree shake-able (is-esm)
Sometimes on a project I need to know if an npm package is tree shake-able. The is-esm utility checks to see if the package contains a distribution with ECMAScript module and outputs. To run it: `npx is-esm PACKAGE_NAME` ex: `npx is-esm @angular/core` Minko Gechev originally posted this method on Twitter. At least that is where […]
-
Journal the Day – April 12, 2020
Whelp, didn’t make it a habit, unless you count seven months between posts. Work has been pretty heavy since that post. My current client is averaging 50 hours a week of work. I’m currently working on several projects outside of work in the spare time I have, but also to keep me sane outside of […]
-
Journal the day
This is first of something I have wanted to do for a while, mainly so I would get back into writing more often. I’m going to do a short journal of the day. It’s not in any particular format or content, just a journal of things that I did that day. Today I crammed the […]
-
Development on a Pixelbook?!?
I’ve started on a strange journey, one I didn’t think was possible before. I don’t even know if it is possible now, though I have started on it. I’m attempting to do all of my development work and teaching Angular on a Pixelbook. I’m not the first to start this journey, but I haven’t found […]