© 2022 Hashnode
Hi! I'm David Peng👋. You can find me on Twitter: @davipon. Welcome to Part 2 of the Better Backend DX series. This time we're going to build a REST API (yet another REST API tutorial 😅) using the st…
Who are you? A Product owner, a Software engineer who is preparing for a demo or a POC (proof of concept), and all you want is to prove your idea with the minimum cost in terms of time and developmen…
Postman’s platform includes a new collections feature to group saved API requests and share them with your colleagues or the world! StepZen has created a unique Postman collection of GraphQL APIs for …
Introduction: REST APIs are everywhere, Rock-solid authentication mechanisms are the beginning for REST API security, but not the end. There are other security best practices to consider during develo…
We are going to start building the backend using FASTAPI, which is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. What is API Layer? API is an application programmin…
What is Serverless ? Serverless is a framework which allows to setup and run web applications with ease. Serverless can be used to connect to various cloud providers and use the service of the clouds …
Introduction Recently I was working on a project during my internship. I was given a fairly easy task, to build a new page where I had to fetch data from APIs and display it with some CTAs. There I ca…
Introduction React is a popular frontend framework that developers use to create applications. You will need to integrate APIs into your React application at some point if you want to build real-world…
Introduction Mocking and stubbing are terms/techniques closely related to testing. Let us look in detail at these two terms. Mocking Strategies There are mainly two mocking strategies: 1. Client-sid…
Basics Before we start with 'What is an API?', it is important for us to understand certain jargons. If you are familiar with client and server concepts, feel free to skip this section. A client is a…