• Home
  • Journal
  • Bio
  • Contact
  • August 2, 2022

    Level up your debugging skills with LLDB’s v, p and po commands

    this article was originally posted in 2019 on my medium blog here Debugging is an essential skill for any developer and its a wonderful thing that Apple gives us such a powerful tool in the form of LLDB. LLDB is an open source high-performance debugger that comes default in Xcode. This article is not a…

    Read more

  • Building a lightweight feature flagging system
    July 22, 2022

    Building a lightweight feature flagging system

    Ship your code to production with confidence with this enum based feature flagging system Why do we even need feature flags? this article was originally posted in 2018 on my medium blog here While we build our apps, it’s often necessary to ship code to the App Store, but you don’t want your users to…

    Read more

© 2024