GraphQL

Exploring GraphQL since 3 months

I have been hearing about GraphQL and its hype for a long but, finally, I got a chance to use this in one of the projects. It's been 3 months since I am exploring GraphQL. So, in this post I would like to share my experiences with GraphQL, things that I found worked great, and areas of difficulty I didn't expect.

Read
GatsbyJS

Why I chose GatsbyJS for my blogs

This year in ByteConf2020 I got to know about GatsbyJS, and I really found it interesting so, I thought of giving it a try. As developers, we always look out for some cool tech stacks which are powerful, practical and save us from some serious mundane tasks. So, in this post, I would like to explain why I chose GatsbyJS to build my blogging site.

Read
MeteorJS

Converting Meteor Methods to REST Endpoints

In a recent project, we built an application on top of a legacy application’s APIS. The legacy application was built with MeteorJS, and we chose a MERN stack to extend it. We decided to leverage the existing codebase due to time constraints and wide areas of functional reuse.

Read

Setting up Repository Manager for internal NPM packages

In this post we will see how to setup a Repository Manager for internal NPM packages

Read
REST APIs

How matured your REST APIs are ?

When we say we are creating or consuming REST APIs. Does it really mean a REST ?. So, in this post I would like to describe how we can assess maturity of the REST API.

Read

Observables

Lets get deeper into the Rx, the another core key of Rx is the Observables

Read