Best of Postman2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    How to automate API tests with Postman

    Writing API tests with Postman is a platform that provides a complete set of tools for building, testing, documenting, and mocking APIs. We'll explore how to write automated functional and integration tests for your APIs that will run in a CI/CD pipeline. We’ll create a collection called Delivery-API Tests where we are simple tests, but the goal is to understand the concept of testing in Postman.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Ten fastest-growing apps in 2022 (including some you don’t know)

    Okta’s recent ‘Business at Work’ report cuts through the noise. They used data from 14,000 customers to identify the ten fastest-growing apps in the world (by customers)

  3. 3
    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.

  4. 4
    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.

  5. 5
    Article
    Avatar of asayerasayer·4y

    Authentication with JWT for your website

    JWT is a stateless authentication mechanism popularly used as a client-side stateless session. A JWT can be symmetrically signed by a shared secret using the HMAC algorithm. While SAML tokens can use public/private key pairs like JWTs like JWT, the signing algorithm could be HMAC SHA256 or RSA. JWT has some recommendations for JWT developers. For more information about JWT and the signing algorithms. The JWT will be available on the JWT to help users and other services. For example, you can find out how to use JWT in a website and use a JWT on a site and use the J WT on a website. The signature is created by taking the encoded header, the encoded payload,

  6. 6
    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.

  7. 7
    Article
    Avatar of devgeniusDev Genius·4y

    REST API In Laravel

    REST API is an application program interface that uses HTTP requests to GET, PUT, POST and DELETE data. Laravel provides easy way to create API if you have authentication in your app than you can easily do it using passport. If you follow below example step by step then you will definitely get output.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Build an AI Chatbot with Redis, Python, and GPT

    This is an intermediate full stack software development project that requires some basic Python and JavaScript knowledge. Just make sure you have Python and NodeJs installed. To set up the project structure, create a folder named fullstack-ai-chatbot. To build a chat server with Python, FastAPI and WebSockets, we will use FastAPI to communicate with the user.

  9. 9
    Article
    Avatar of phProduct Hunt·4y

    Restfox - Browser based HTTP client inspired by Insomnia and Postman

    Browser based HTTP client inspired by Insomnia and Postman Restfox is a HTTP client that runs fully in the browser without any backend.

  10. 10
    Article
    Avatar of bytebytegoByteByteGo·4y

    EP25: How Apple/Google Pay handle card info. Also...

    Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs. The platform is cloud-native and includes the comprehensive suite of features enterprises are looking for, including SSO, audit, platform security, and much more.

  11. 11
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Build a Production Ready eCommerce Website with ReactJS, TailwindCSS, PlanetScale and Stripe

    ReactJS, Tailwind, PlanetScale, and Stripe will be used to build a production-ready eCommerce website. We'll use ReactJS and NextJS to build the eCommerce site using the same stack as NextJS and Prisma. We will use this library to connect to our database, run migrations, and do all CRUD operations on the database.