
homenginxssl
Automatic Domain mapping in Letterpad platform
This post talks about the different challenges that I encountered while adding the domain mapping feature with Letterpad.

Abhishek Saha
Apr 18, 202·9 min

graphqlhome
Field Permissions in Graphql
In this post, we will see how to add field level authorization in GraphQL using directives. It's a more expressive way to add logic to schema.

Abhishek Saha
Feb 22, 202·6 min

graphqlhomejavascript
GraphQL - Under the hood
The post talks about how a request is processed by graphQL. It explains how schema and resolvers validates a query and prepare the response.

Abhishek Saha
Feb 5, 2022·7 min

homejavascript
High Order Components in React
High Order Components are a great way to enhance your components. You can combine multiple HOCs together to build a powerful feature.

Abhishek Saha
May 24, 202·9 min
homejavascript
Building our own store management library like Redux
React comes with hooks and also it has a powerful context API. We are going to take advantage of these two features and build a state management system.

Abhishek Saha
May 24, 202·10 min
homejavascript
Do we need Redux ?
When developing a single page application, we need a way to persist data in state that can be used by our application. Redux helps us in maintaining this state.

Abhishek Saha
May 24, 202·4 min
home
Chaining Graphql Resolvers
By creating a chain of resolvers to satisfy individual parts of the overall problem, you will be able to compose an elegant workflow.

Abhishek Saha
May 24, 202·8 min