Rushapi-academy.hashnode.dev·Dec 6, 2024How to Test gRPC APIs?gRPC (Google Remote Procedure Call) is an open-source framework developed by Google for building high-performance, cross-platform, and language-agnostic APIs. It's widely used for building distributed systems and microservices architectures. Unlike t...gRPC
Christopher Chilengwechristopherchilengwe.hashnode.dev·Jul 21, 2023Application Programming Interface (API)API stands for "Application Programming Interface." It is a set of rules and protocols that allows different software applications to communicate and interact with each other. APIs enable developers to access certain functionalities or data from a we...APIs
Rakib Hasan Hridoyrakibhridoytestingdomain.hashnode.dev·Jul 25, 2022API TestingAPI stands for Application Programming Interface.APIs are vital tools for business in all industries. So first what is an API? API is a function, that acts like a bridge to communicate between two applications or libraries. Actually, They are a mean...2 likes·285 reads#apitestingservices
Mohamed Metwallimetwalli.hashnode.dev·Jul 5, 2021Postman Beginner's GuideWhat is Postman? Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so we can create better APIs—faster. Postman began as a REST client and has evolved into today’s...1 like·444 readsBackend DevelopmentWeb Development