JGJay Guravinjaymgurav.hashnode.dev路Jul 5, 2021 路 10 min readWhy GraphQL?Not a long ago I wrote my first GraphQL service, I remember the first few days it was difficult for me to get my head wrapped around it, I had missing bracket, colons, unresolved types, and non-null errors all around the places. But once I understood...00
JGJay Guravinjaymgurav.hashnode.dev路Jun 28, 2021 路 8 min readFunctions -am I pure?One might have noticed that functional programmers are the biggest admirers of pure functions -functions with no side effects and believe me functional programming and pure functions have some desirable properties, that are much rather well said than...00