Posts
Continuous Integration with Travis CI for Android
August 22, 2019•2,475 words
An in-depth tutorial explaining how to set up Travis CI to deploy signed builds to Google Play. Among other things
Angular Templates — From Start to Source
July 11, 2019•12,959 words
Learn how templates work in Angular. From the basics to being able to read Angular source code and write your own structural directives
Uttering Hello — The Site's First Post
June 29, 2019•1,029 words
An introduction to Unicorn Utterances, including a mission statement and general roadmap
How to speak at a conference
November 29, 2018•1,142 words
A former colleague of mine recently described the steps to speak at a conference as: Write a proposal and (optionally) a talk outline. Get accepted...
DRY multicomparisons
July 14, 2018•991 words
Now and then, I find myself writing something like if , and every time the repetition of annoys me. A number of people, me included, have reduced t...
Angular Route Guards For Authorization In A Web And Mobile Application
July 13, 2018•1,818 words
Learn how to use Angular route guards for authenticating & authorizing access to certain child and parent routes.