© 2023 Hashnode
#postman
What is Postman? Postman is a tool that allows us to build and easily work with APIs. Postman is used to build HTTP requests that we send to the server running the API. Getting started with Postman In order to know what kind of methods an A…
In the past, the small town of Sydney was home to a passionate and risk-taking developer by the name of Shivamani. Shivamani was fascinated by the ever-changing weather patterns and was determined to …
What is Microservice Microservice architecture is a modern approach to software development where an application is divided into smaller, independent services that can be developed, deployed, and scaled independently. Each microservice focu…
Social media platforms are integral to our daily lives, with Twitter standing out as a popular choice for sharing thoughts and ideas among its 330 million active monthly users. While manual tweeting i…
User Personas and Pain Points Developer Demi Demi is a backend developer with 4-5 years of experience. She builds and maintains Restful APIs for a web application/service. She is familiar with multipl…
What is Postman? Postman is a platform for designing, building, testing, and documenting APIs. What is an API? An API is fully known as Application Programming Interface. It is an intermediary that al…
I believe learning by doing is one of the best ways to pick up any new language or framework. In this series of blogs, we will be building APIs of our blogging application that can be tested using the…
Introduction Caching is an important technique used in web development to improve the performance of applications. It involves storing frequently accessed data in a temporary storage area, such as in-…
Introduction In my previous blog post, I showed how to deploy an AWS Lambda function that runs a Postman collection to test the public API, OpenWeather. However, you may have an API that is not (or wa…