News

Learn how to use a web API from within an Android app using Retrofit. Get posts from social media, store data on the cloud, and much more!
How to choose between REST vs. gRPC Does your REST API and subsequent JSON or XML data create a bottleneck in your architecture? Perhaps it's time to consider gRPC instead of REST for your web ...
VS Code Quick Tip: Install Curl to Speed Up REST API Testing While mostly known for its use in Linux-based development, the versatile curl tool for transferring data over HTTPS can be a nifty ...
An API gateway provides a mechanism through which the user interface components of an application can connect to back-end services to exchange data. This article introduces the concept of an API ...