Explore 662 articles on iOS performance

Clear Filters

Showing 20 of 662 articles (Page 15 of 34)

Turo's iOS team took their crash-free rate from 99% to 99.99% in just one year. Here's how a lean 5-engineer team achieved what most would consider impossible.

Klarna's A/B testing platform needed single-digit millisecond latency at 99.9%. Their Node.js service was spiking to seconds under load.

Veyndan Stuart from Cash App just open-sourced a solution to one of mobile development's most annoying problems: writing pagination logic twice for Android and iOS.

Scaling Mobile Device Management

Company: Uber · Nov 3, 2022
Platform: iOS / Android

Uber's Client Platform Engineering team faced a massive challenge: rolling out MDM to 20,000+ employees across hundreds of global offices where standard Apple enrollment wouldn't work everywhere.

Spotify migrated 2,200+ mobile components and moved their entire iOS/Android codebase to Bazel across 100+ squads. Here's how they survived the chaos.

Planting Trees One Ride at a Time

Company: Gojek · Oct 20, 2022
Platform: iOS / Android

Gojek turned ride-hailing into climate action with a simple toggle. One developer said it best: 'For the first time in my life, writing code generated physical outputs.'

Debugging High Latency in the Market Store

Company: Grab · Oct 20, 2022
Platform: iOS / Android

Grab's ML feature store went from 200ms to 2 second latency. The culprit? A single line of code in an async library.

Meetup sends 8-10 million notifications daily. Their queue kept backing up, sending messages late or not at all.

Recovering from Crashes with Safe Mode

Company: Lyft · Oct 17, 2022
Platform: iOS / Android

Lyft engineers faced a nightmare scenario: feature flags causing infinite crash loops on app launch, requiring emergency hotfixes and losing revenue. They built Safe Mode to break the cycle.

Mobile Developer Experience at Slack

Company: Slack · Oct 12, 2022
Platform: iOS / Android

Slack's 8-person Mobile DevXp team saved $240K annually just by improving PR notifications. Most companies are massively underinvesting in developer experience.

Shift-Left iOS Testing with Focus Flows

Company: Lyft · Oct 12, 2022
Platform: iOS

Lyft's iOS tests were spending 93% of their time on steps that had nothing to do with what they were actually testing. Sound familiar?

Pinterest's API team just freed up 4.5GB of memory per host with a clever database swap. The result? Fewer servers, happier users, and a masterclass in optimization.

Building A Performant iOS Profiler

Company: Sentry · Oct 6, 2022
Platform: iOS

Indragie Karunaratne from Sentry reveals how they built a production-ready iOS profiler that runs on millions of real user devices. Most profilers only work locally, but this one collects real-world performance...

Amorn Apichattanakul from KBTG shows Flutter developers how to tap into iOS's Dynamic Island feature. Yes, you can build Live Activities in Flutter apps—here's the bridge you need.

Your app crashes in production and you have no idea why. Callstack breaks down the monitoring strategies that catch issues before your users do.

Asukhija from Expedia Group shows how two simple keywords can eliminate callback hell in Swift. If you've ever drowned in nested closures, this is your lifeline.

Consent Matters

Company: Swiggy · Sep 20, 2022
Platform: iOS / Android

Swiggy's Android team faced a UX dilemma: auto-reading OTPs felt magical to some users, creepy to others. How do you balance convenience with transparency?

Productionizing Envoy Mobile at Lyft

Company: Lyft · Sep 13, 2022
Platform: Android / iOS

JP Simard from Lyft reveals how they replaced URLSession and OkHttp across all their mobile apps with a single networking library—and the results weren't what anyone expected.

Zomato's iOS team was stuck waiting 80 seconds for every incremental build. That's developer productivity bleeding out in real-time.

DoorDash just proved SwiftUI is enterprise-ready. Their secret? Don't start with a rewrite.

Loading articles...