Latest posts

July 07, 2020

Today, I’m very excited to launch Relate, a new app for relationship building. TL;DR Check it out here Relate allows you to track the health and progression of relationships, whether they be friendly, familial, or romantic. The goal is to facilitate better communication and more intentional interactions with those you care about or want to get to know. The inspiration behind Relate comes from my…

Keep Reading →

June 27, 2020

With iOS 13, a number of system apps began using the rounded variation of SF Pro for navigation bar titles. This rounded look provides a nice alternative, native feel for apps that wish to adopt it. Unfortunately, it can be a little hard to come up with the means to adapt your own UIKit or SwiftUI navigation bar titles to use it. Here's a quick rundown on how to accomplish this using both…

Keep Reading →

April 05, 2019

If you're writing code that causes side-effects based on the result of a Promise, and that code has the potential to no longer be executable after the promise returns, then those promises should be dealt with. Probably the most necessary use case for this is waiting for the result of a Promise within a React component, and setting the state of that component based on the response. If the React…

Keep Reading →