Secure your GraphQL API with some advanced strategies
GQL gives super power to clients. But with great power come great responsibilities 🕷. Here we will discuss some of the ways we can use to secure our server....
FastAPI: Build REST API in 5 minutes
Maybe we know FastAPI is a web framework of python. The meaning of its name expresses what is more special about this framework than others. The very new features of python async and await are here. The API is really fast like nodeJS and Go (They claimed). The more interesting thing is the implementation time of the REST API. The first endpoint will take at most five minutes to implement including the API docs. What I...