
Hi!
I’m Michael Dube,
an iOS | macOS | Swift Software Engineer with over 10 years of experience in the industry.
I am an engineer at heart with a keen eye for great user experiences . With every line of code I write, I am constantly looking at better ways to deliver value to customers.
Thoughts, code snippets and advice on the industry
Journal
-
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…