How Postman enhances Amazon AWS DevOps

The Postman API Platform empowers developers to optimize their API production and consumption lifecycle while enabling enterprises to offer a collaborative, secure…

How to build a gRPC API in Node.js

gRPC is one of the most popular API architectural patterns for building service-to-service communication systems in distributed environments. It is a highly…

How to build an API in Python

This is a guest blog post by Stefan Djokic, tech content creator and .NET senior software engineer.  An API, short for “application…

Measure your Postman Collection’s quality with the Postman API and Spectral rules

Postman Collections are an excellent tool for collaborating with users in the API design, development, testing, and documentation processes. You can share…

GraphQL interview questions

According to Postman’s 2023 State of the API Report, GraphQL has taken the place of SOAP as the third most popular API…

What is API mocking?

This is a guest post written by Allen Helton, ecosystem engineer at Momento. Software development has never moved faster than it does…

What is Protobuf?

Protobuf, which is short for “Protocol Buffers,” is an efficient, language-agnostic data serialization mechanism. It enables developers to define structured data in…

Best practices for API error handling

Error handling is a crucial part of working with APIs. When an API encounters an issue, such as invalid input data or…

What is API encryption?

API encryption is the process of encoding data that is sent between a client and an API in order to prevent unauthorized…

Understanding async/await in Node.js

Async/await is a native feature available in Node.js that makes it easier to manage tasks that take time, like waiting for a…

What is a GraphQL query?

A GraphQL query is a read operation that is used to request specific data from a GraphQL server. It allows clients to…

gRPC vs. GraphQL

REST has long been the dominant architectural style for building APIs, but several other API protocols have gained prominence in recent years….