Posts
Introduction to TypeScript — What is TypeScript?
October 13, 2019•2,516 words
An introduction and explanation of what TypeScript is, is not, and what it's used for
Hard grids & baselines: How I achieved 1:1 fidelity on Android
October 7, 2019•2,726 words
Testing the limits of `firstBaselineToTopHeight` and `lastBaselineToBottomHeight` to deliver a perfect result.
TypeScript Intermediates - Type Generics
September 26, 2019•2,284 words
An introduction to the type generic functionality in TypeScript
Joining Freenode IRC: A Guide
August 22, 2019•993 words
Basic (but detailed) instructions for setting up a Freenode IRC account through various clients
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•13,346 words
Learn how templates work in Angular. From the basics to being able to read Angular source code and write your own structural directives