Published inUX CollectiveGetting started with web accessibilityWeb AccessibilitySep 9, 20201Sep 9, 20201
Published inDev GeniusTypeS — function overloadingOne would expect TypeScript to provide function overloading for JS just like any other compiled language e.g. Java and it does, but…Jul 12, 2020Jul 12, 2020
Visualizing COVID-19Here’s a link to the live website — https://covid-visual.herokuapp.com/Apr 29, 2020Apr 29, 2020
Published inJavaScript in Plain EnglishUsing React.memo()React.memo is a higher-order component which is used to provide a performance boost to a component by skipping un-necessary render calls…Oct 14, 2019Oct 14, 2019
Hook up Apollo Client dev-tools extension to your appI’ve started using Apollo for GraphQL in the client and server for a personal project. I came across this…Jul 19, 2019Jul 19, 2019
GraphQL + PassportJS | AuthNHow to do authentication in GraphQL? This is one of the most common questions developers have when creating a GraphQL application. GraphQL…Sep 23, 2018Sep 23, 2018
GraphQL + Serverless + LamdaREST APIs have long been the industry standards and will prevail to be so for a while but with GraphQL as an alternative for web-developers…Jul 17, 2018Jul 17, 2018
Working with GraphQL aliasesThis article will go through a use-case where having aliases can be very useful in the GraphQL query. I have been working on a graphQL…Jun 12, 2018Jun 12, 2018