Skip to main content

Articles by Justin about API testing workflows, integrations, and developer tools.

View all authors

REST vs. gRPC - Which should You choose for your next API?

In modern software development, deciding between a REST, gRPC or any other API approach dictates how easily your systems will scale, integrate, and deliver value. Your API design choices are no longer just internal implementation details, they shape your entire development lifecycle.

The Hidden Cost of Cloud-First API Clients

In modern development workflows, API clients are indispensable tools. API clients let developers inspect, debug, and test endpoints efficiently. Popular options like Postman or Insomnia have become the default for many teams, especially when collaboration is key. However, these tools often come with an overlooked trade-off: a hidden cost of relying on cloud-first architectures.

Postman vs Kreya

The API development lifecycle has changed. In 2026, the choice of API testing tools is no longer just about sending requests. It's about data ownership, seamless team collaboration, ensuring reliable deployments and deep protocol support.

For years, Postman has been the industry standard, but its shift toward a "cloud-mandatory" ecosystem has caused discontent for developers who value privacy and local workflows.

On the other side of the spectrum sits Kreya, a "privacy-first" desktop client designed to run where your code lives: in your file system and your version control.

Calling Auth0 Secured APIs with Kreya

Securing your APIs with Auth0 is a smart move for production, but it often adds extra steps to the development and testing cycle. No one wants to spend their afternoon manually swapping expired tokens.

In this post, we'll show you how to use Kreya to automate the entire Auth0 handshake, allowing you to call secured endpoints effortlessly.

5 Best API Testing Tools

API testing is a critical aspect of modern development. The right tools enable faster, automated and more reliable API testing.

In this comparison, we look into the following 5 API testing tools: Kreya, Postman, Bruno, Insomnia, and HTTPie.