Hard grids & baselines: How I achieved 1:1 fidelity on Android
October 7, 2019
androiddesignTesting the limits of `firstBaselineToTopHeight` and `lastBaselineToBottomHeight` to deliver a perfect result.
TypeScript Intermediates - Type Generics
September 26, 2019
typescriptAn introduction to the type generic functionality in TypeScript
Introduction to Android: Contexts, Intents, and the Activity lifecycle
August 22, 2019
androidA basic overview of the main components of an Android app and how they interact with each other and the Android system
Joining Freenode IRC: A Guide
August 22, 2019
toolsBasic (but detailed) instructions for setting up a Freenode IRC account through various clients
Continuous Integration with Travis CI for Android
August 22, 2019
androidciAn 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
angularwebdevLearn 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
announcementsAn introduction to Unicorn Utterances, including a mission statement and general roadmap
Angular Route Guards For Authorization In A Web And Mobile Application
July 13, 2018
angularLearn how to use Angular route guards for authenticating & authorizing access to certain child and parent routes.