BLOG
Engineering
Engineering patterns for teams that need to understand user behavior, reproduce issues, and improve product experiences at scale.

Engineering articles
Engineering • 5 min
I Don't Want to Reconstruct a User Session From Four Different Tools
This is how debugging often goes. An error alert comes in. I open the issue. I find a user ID. I copy it into analytics. Nothing. Try a device I...
ScaleBun
Engineering • 5 min
OTA Updates Are Basically Software Deployment With a Smaller Blast Radius
Mobile releases have an unusual problem. On the web, fixing a typo looks like this: ```bash deploy ``` Mobile looks more like: Build application. ...
ScaleBun
Engineering • 5 min
The Future of OTA Isn't Faster Deployment. It's Smarter Deployment.
Most OTA tools answer this question: > “How do I ship JavaScript without publishing another app version?” Useful. But not particularly ambitious. ...
ScaleBun
Engineering • 5 min
Web and Mobile Observability Should Not Feel Like Two Different Companies Built It
A lot of companies have this stack: Web analytics tool. Mobile analytics tool. Web session replay. Crash reporting. React Native error monitoring...
ScaleBun
