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 →
Latest posts
In July 2018, just about 2 years ago from the time of writing this, I set out on my app-making journey. Up until that point I had never really done any platform native app development. I was a (fairly new) web-developer by trade (still am) and I just wanted to try something different. More than anything, I wanted to create. Mobile technology is something that’s always been compelling to me. I’ve…
Keep Reading →
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 →
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 →