I’m currently exploring new opportunities in Android development where I can contribute to building intuitive, high-quality mobile experiences. I’m excited to join a team that values clean code, thoughtful design, and continuous learning. Whether it’s contributing to a product that makes a meaningful impact or solving complex UI challenges, I’m ready to bring my skills and passion for Android engineering to my next role.

Some of my more notable achievements during my career include:
        • During my time at the Peace Operations Training Institute, the organization was nominated for the Nobel Peace Prize four consecutive years.
        • Architected and received FDA approval for the first ever Android Library to be used by a non FDA approved Android application
        • Architected a white-label conference proceedings app for over 1000 conferences
        • Raised over $900 million from users on Fundrise’s investment app

If you think I can be an asset to your team, feel free to reach out to me on LinkedIn.

  • Software Fundamentals: The power of decoupled code

    Table of Contents Intro Decoupled code seems to be a lost art in Android development these days. Most developers have heard the software best practice of decoupling code but few truly understand it and fewer actually implement it. In order to understand some of the more complicated topics I plan to write about, knowing what…

  • 3 Uncommon Android Testing Tricks

    Table of Contents Github Sample Code Intro Let’s be honest. Writing tests on Android is a horrible experience. Most of the time when I want to cover a single method under a test, it is more research and boilerplate than I would like to spend my precious time on. Reading Android documentation is pretty much…