-
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…
-
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…