A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
APIs often provide development teams with the support needed to deal with many microservices-specific problems. For instance, they can act as a mechanism that decouples the business logic from the UI, ...
At the start of a RESTful API development project, a software team might be tempted to buy an expensive commercial API management tool when an open source tool can just as easily do the trick. In fact ...
I'm frankly surprised by the amount of people coding backends and frontends that communicate through REST. RPC is a nearly transparent mechanism that makes communication between two processes nearly ...
The heart of a modern application isn’t code anymore — it’s the APIs that let us connect that application to the rest of the world. In today’s era of distributed, componentized, service-oriented ...
The latest trends in software development from the Computer Weekly Application Developer Network. This is a guest post for the Computer Weekly Developer Network written by David Brown in his position ...
Developers use application programming interfaces to hide complexity, organize code, design reusable components, and connect different systems, applications, or services. The term API stands for ...