Best of Postman2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    79 Engineering Blogs To Level Up Your System Design Skills

    A list of 79 engineering blogs to improve system design skills is provided, along with information on the Postman GraphQL client and the ByteByteGo Newsletter.

  2. 2
    Article
    Avatar of colkgirlCode Like A Girl·3y

    How to Build a RESTful API with Node.js and Express

    How to Build a RESTful API with Node.js and Express, we will explore how to build a high-performance API using Node.JS and Express. By the end, you’ll have the knowledge and skills to create your own scalable and efficient API.

  3. 3
    Article
    Avatar of habrhabr·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. 4
    Article
    Avatar of asayerasayer·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. 5
    Article
    Avatar of cloudnativedailyCloud 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. 6
    Article
    Avatar of cloudnativedailyCloud 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. 7
    Article
    Avatar of communityCommunity Picks·3y

    Postman: Learn How to Improve Your API Testing Skills

    Learn how to improve your API testing skills with Postman. This article covers working with variables, writing assertions, utilizing Postman Sandbox, and creating workflows.

  8. 8
    Article
    Avatar of dzDZone·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. 9
    Article
    Avatar of streamStream·3y

    6 Best Automated Tools for API Testing

    API testing software often can't test all API protocols, so we've noted which protocols each tool tests. We've noted the costs (some have free options) and the standout features to give you a quick overview of what each tool can offer your team.

  10. 10
    Article
    Avatar of cloudnativedailyCloud 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. 11
    Article
    Avatar of freecodecampfreeCodeCamp·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. 12
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use an API with Postman – A Step-by-Step Guide

    Learn how to use Postman to interact with APIs effectively. Install Postman, create an account, and make your first API request. Explore different HTTP methods and learn how to handle request parameters.