Writing on software design, company building, and general developer tips

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

The 2022 Mobile Developer Roadmap

It is 2022 and there is no better time to release a mobile app. Whether you are consulting or starting a new venture, building for both iOS and Android is paramount, but writing the same app in Java then Swift is redundant and time consuming. This is where React Native comes in.

Managing Layout with Firebase Auth and Next.js

There seem to be hundreds of options for managing users for your hot new SaaS application. You know you need to keep your user data safe, and customize the app to your user, but you do not want to spend your time implementing what is already been done a million times for every app on the market. After all, creating a login and signup should not take up all your precious side hustle time, and that is where Firebase Authentication comes in.