An API provides several benefits to an organisation, but without a dedicated team of trained developers, it might seem impossible. Developers are expensive, and it can take months to develop an API from the ground up. If you don’t want to outsource or have in-house...
Blog
How to secure your API with JSON web tokens
JSON Web Tokens (JWT) have become somewhat of an industry-standard for securing REST API’s. The main advantage of JWT is that each token is self-contained, meaning that it contains all information needed to allow or deny any given requests to an API. This means JWT...
Low-code APIs for dummies
There are different ways to integrate one system or application with another. Using an API (Application Programming Interface) is one such way. This allows different systems to communicate with one another based upon a set of predefined rules and methods. One way is...
APIs vs Microservices
If you work in the world of software, chances are you’ve most likely heard about microservices and the buzz around them. They have become incredibly popular in today’s tech industry, but there tends to be some confusion between them and another buzz word - APIs. So...