Best of Postman — 2023
- 1
- 2
- 3
habr·3y
Let's kill all frameworks at once
The general trend of technology development is characterized by surges and declines, says John Sutter. Sutter: We are entering an era where framework and Electron technologies may be eclipsed by generative AI. He says.NET is becoming an open platform with all source code available on GitHub.NET.
- 4
asayer·3y
Use Thunder Client and VSCode as an alternative to Postman
Thunder Client is a lightweight and intuitive GUI-based REST API testing tool that can be used as an alternative to Postman. It seamlessly integrates with VSCode and offers advantages such as a simple and intuitive UI, support for collections and environment variables, Git synchronization, remarkable speed, CI/CD integration support, and offline requests with local storage. To install and set up Thunder Client, open the VSCode extension section, search for 'Thunder Client', and select the option to install it.
- 5
Cloud Native Daily·3y
10 Tools for Scaling Microservices
Helios Helios is an observability tool that plays a crucial role in scaling microservices. It provides real-time visibility and insights into the performance and health of the system. Helios supports distributed tracing to help you understand the flow of requests across different microservices in your application.
- 6
Cloud Native Daily·3y
Advanced Postman Techniques: Unlocking Hidden Gems for API Testing
Unsplash Postman, the popular API testing tool, has become a staple in the software development community. It offers a user-friendly interface for making API requests and automating tests. Many users are unaware of the advanced features and techniques available in Postman that can significantly enhance their API testing workflows.
- 7
- 8
DZone·3y
Understanding gRPC Concepts, Use Cases, and Best Practices
In this article, we are going to understand what RPC is, and the various implementations of RPC, with a focus on gRPC, which is Google's implementation of RPC. RPC stands for Remote Procedure Calls; it's the "Remote" word that makes all the difference. Join the DZone community and get the full member experience.
- 9
- 10
Cloud Native Daily·3y
3 Ways to Reproduce Issues in Microservices
The first thing we want to be able to do is reproduce errors and issues. By reproducing errors, we can confirm it’s a recurring issue, rather than a sporadic one, and that it requires a fix to ensure that our product is working properly. We will show how to reproduce issues in three different ways.
- 11
freeCodeCamp·3y
How to Use a Postman Mock Server with Angular
A Postman Mock Server is a dummy API server that accepts requests to endpoints you create in a collection and returns the responses you specify in examples. There are multiple tools that can help with creating and using mock data, such as Postman and its mock servers. You can also integrate these tools in front end applications for use in development.
- 12