Jun 28, 2021Functions: Am I pure?“do I have to be?” 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 proper implemented. un-fortunately this fascination with pure…Programming7 min read
May 14, 2021LCP?👉 This blogpost was originally publish at my personal blog site Today consumers are more demanding than they have ever been. Don’t blame them because that includes even you. Of course when I click a web site/application I don’t wish to wait longer for its content to load and to…Web Development6 min read
May 14, 2021GraphQL Types systemStrict policies for better control 👉 This blogpost was originally publish at my personal blog site Type systems are built in feature of most programming languages, Their implementations differ from language to languages and have occurrence to type check at compile-time or at run-time, may be manually annotated or system…Graph QL10 min read
May 13, 2021Auth?Authentication or Authorization? 👉 This blogpost was originally publish at my personal blog site Authentication or Authorization? Many folks in their early career usually mix(up) these terms and use one for another OR often use the term auth to refer both authentication as well as authorization. Many a times I…Authentication3 min read
May 13, 2021Why GraphQL?A query language for your API 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…Graph QL9 min read