by Robert Sarvis | Jul 17, 2025 | Featured, Insights |
When evaluating whether to migrate a backend from TypeScript to Golang, the decision isn’t just about performance or developer preference. It’s about risk, and one of the biggest risks is breaking the existing API contracts that your frontend and downstream systems... by Mike Siers | Jul 9, 2025 | Featured, Insights |
The Elevator and the Stairs: A Software Engineering Perspective Generative AI is changing the pace of software development. Teams are shipping faster, junior developers are producing production-grade code, and AI copilots are embedded into nearly every workflow. The... by Robert Sarvis | Jun 19, 2025 | Featured, Insights |
What Developers Should Know (and What We’re Still Wrapping Our Heads Around) Apple’s 2025 WWDC delivered big changes, and depending on your vantage point, they’re either exciting, overwhelming, or a little bit of both. Let’s start with one of the more practical (and... by Robert Sarvis | Jun 10, 2025 | Featured, Insights |
Let’s Skip the Hype AI code completion tools are not magical and they are not a revolution. But they are useful. They help you move faster, reduce boilerplate, and surface patterns or solutions you might not have seen otherwise. They are not perfect. You still need to... by Adam Utsch | Jun 10, 2025 | Insights |
Benchmarking AI Assistants Against Real-World Codebases There’s plenty of hype around AI writing entire applications from scratch. However, in real-world environments, such as front-end monorepos and microservice-based backends, the bar is much higher. At RBA, we... by Adam Utsch | May 22, 2025 | Articles, Insights |
Imagine writing code once and running it seamlessly on iOS, Android, web, and desktop. That’s the vision of Write Once, Run Anywhere (WORA), a development approach that promises efficiency, speed, and consistency across platforms. But does it live up to the hype? In...