All Posts

Run Github Workflow Based on Files Changed

Consider scenario of a monorepo in which you only need to run github workflow jobs based on the changes in the respective src directories. Github path filter action can exactly do this.

Generate Nodejs Typescript client to access Graphql API

While working with Graphql in microservice environment it’s a common use case to access the graphql endpoints from a nodejs service. In this blog we’ll look at how to do this in a typesafe manner leveraging whole benefits of using graphql with typescript.

Login with crypto wallets - Metamask

Metamask is one of the most used cryptographic wallets. It’s used to store your cryptographic assets like NFT, bitcoin etc. Today we’ll see how to build a secure “login with metamask” workflow.

Hasura - Actions and Declarative transformations

The Latest updates in Hasura graphql engine lets us create custom graphql endpoints with custom transformations without writing any code. If there are any transformations required, it can be defined with Hasura’s JSON templating language called Kriti.

Make any app NLP ready using Wit.ai!

Wit.ai is an NLP engine owned by Facebook which makes it easy for developers to build bots or use NLP based custom features for various use cases for any app easily.

Actions On Google as a CMS

What’s “Actions on Google”? It’s a platform to build apps for Google Assistant. With it you can publish your app in google assistant platform and people can use your app through google assistant running on their phone or smart home devices like google home.