Ease 1.0

Throughout my life, I have suffered from moderate to severe migraines. While I’ve accepted that this is something that won’t completely go away, I’ve learned to manage my migraines much better, resulting in fewer attacks that don’t completely disrupt my day. I found that keeping a migraine diary to log...

Making the Best Out of a Reorg

A reorganization, or reorg, is a change in the structure of an organization. Reorgs typically happen in response to changes in the market or the competitive landscape. They can be stressful and disruptive, but they are also a common occurrence in many companies. Here are some tips on how to...

Exploring iOS 14: Crash Reporting using MetricKit

MetricKit was introduced last year with iOS 13, offering a relatively simple API to access a wide range of on-device power and performance metrics for your app. With the introduction of iOS 14, MetricKit added 3 new trackable metrics: CPU instructions, animation hitches, and exit reasons. Out of those 3...

Free Mentorship for iOS Developers

tl;dr: I’m donating 30 hours of iOS development mentorship to anyone who’s starting to learn Swift or wanting to advance their skills. More details at Swift Mentor 5 months ago, I quit my full time job and started focusing all my time on 2 projects: my iOS app, TracKit, and...

iOS CI Infrastructure with Buildkite and Anka at Instabug

We, at Instabug, are big fans of CircleCI and use it for continuous integration for both our iOS and Android SDKs as it worked great for our needs. Those needs, however, have recently changed quite a bit, and as a result, we decided to set up our own CI infrastructure....