Best of PostmanOctober 2022

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·4y

    EP26: Proxy vs reverse proxy

    CDN Postman is the API platform for building and using APIs (sponsored) Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. The platform is cloud-native and includes the comprehensive suite of features enterprises are looking for.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Let’s learn, build and sell an API

    API is an intermediary between two applications and makes it possible for those two applications to communicate with each other. For example, JokeAPi, The Movie Database, Open Weather API, etc. Let’s build an API service to add, delete, edit and get your daily tasks. We need a database and a server to create anAPI service. We use MongoDB as our database and NodeJs, and ExpressJs for creating a server.

  3. 3
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API

    There are few steps to complete before going to the Coding part. Need to create Database through AWS RDS (aurora serverless database) Create the database within lib as “ database-manager’s” Then implement code of Database connection.