-
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…
-
Publishing an Angular library with assets
In the current Angular CLI (Angular 8 at the time of this writing) the tooling for libraries is really good except for one area, assets. Unlike when you build a project for production, building a library does not package assets like you might expect. tl;dr – the boiled down steps Build the library This article…