Debugging in the Wild: Unleashing the Power of Remote Tooling
We all strive to build flawless apps, but let's face it - bugs happen. And sometimes, those pesky bugs are elusive, only showing up in the unpredictable chaos of production.
Showing 20 of 525 articles (Page 3 of 27)
We all strive to build flawless apps, but let's face it - bugs happen. And sometimes, those pesky bugs are elusive, only showing up in the unpredictable chaos of production.
OpenAI's ChatGPT is one of the most popular and fastest-growing apps in the world. And from the start, OpenAI has utilized Emerge Tools Snapshots to help ensure they ship a top-tier, bug-free UI on iOS, Android and macOS.
At Pinterest, our mobile infrastructure is core to delivering a high-quality experience for our users. In this blog, I’ll showcase how the Pinterest Mobile Builds team is leveraging Honeycomb.
There is a lot of obsession with app size reduction. This usually is tracked as a metric, compared with peers and I see teams work hard for months to squeeze it up to the last bit.
Discord used synthetic control to measure voice message impact cleanly.
Grab speeds up their GrabX SDK startup to get users rolling quicker.
One of the things that users usually don’t like is stuttering in our application. Basically, Flutter itself provides a way to overcome this.
A single backend response can do a lot more than you think.
Shopify dumped old code for React Native, cutting millions of lines and boosting speed.
Our GrabX clients noticed that the GrabX SDK tended to require high memory and CPU usage. From this, we saw opportunities for further improvements that could:
Unit tests are great. They give us confidence to build and change our software. Sometimes I want to write a test once and run it for multiple algorithms, inputs, or environments. It’s been possible to do this with JUnit for a long time:
DoorDash uses deep learning to nail ETA predictions with precision.
We had a single developer when we first released our iOS app in October 2012. Over the past 12 years, our team of software engineers has grown tremendously
Reddit turned their Android app from sluggish to snappy, fixing crashes and jank.
It’s a difficult decision deciding whether your company’s mobile app should be a true native application or employ a cross platform approach like React Native or Flutter.
Shopify’s Tophat app offers one-click testing, making dev life way sweeter.
Shopify’s Tophat app makes mobile testing a one-click dream for devs.
Glance slashed 1Weather’s Android startup time by over 70%.
Writing tests is a fundamental part of writing good software. They help us to catch bugs, be confident in our changes and serve as documentation. At Wealthfront, our Android team relies heavily on our automated test suite to maintain productivity and code quality
GitHub cut iOS testing time with new runner features that deliver.