Saransh Kataria

Using Webpack Dev Server

Using Webpack Dev Server

  • July 4, 2017

If you have been doing front-end development recently, the chances are that you would have heard about Webpack multiple times. In fact, most of the starter kits are built using Webpack Dev Server. The implementation and configuration are hidden by wrappers above it so that the developer continues working on...

Hello GraphQL using Express

Hello GraphQL using Express

  • June 9, 2017

GraphQL is a query language and a runtime for data querying over an API. It is something that you put in between your front-end application and a backend data service. The first question that comes across in people’s mind is that we already have REST, what problem can then GraphQL...

Parsing JSON in Android Tutorial

Parsing JSON in Android Tutorial

  • March 2, 2017

Note: If you are interested in seeing the implementation of this using retrofit, refer to our other post about Using Retrofit 2 for parsing JSON in Android. I recently got back to developing native Android applications after a long time and the first task of any large-scale application begins with...

Webpack: An Introduction

Webpack: An Introduction

  • January 12, 2017

Before coming to the discussion about Webpack, let us first discuss how web development has evolved over the past few years and why we even need a build tool for something like Javascript. The problem with loading javascript files The only way to load javascript in an HTML document is...

Moving to BCC: an email etiquette you must know

Moving to BCC: an email etiquette you must know

  • October 20, 2016

We use email every day and most of the times the BCC is a crafty little feature that we rarely use. Usually, it is for confirmation emails for events to multiple people, or something similar. The only other time I have personally used it was when I had to send...

Skipping small talk to connect with people

Skipping small talk to connect with people

  • September 8, 2016

We are living in a width world and not a depth world, mostly having shallow conversations with everyone around us. Most of the non-family relationships that we have right now started with a small talk. Being an introvert, I know how boring small talk can be at times. But that is the...