Saransh Kataria

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...

Javascript build tools: Why do we need one?

Javascript build tools: Why do we need one?

  • July 28, 2016

If I had asked a web developer a few years ago about using a build tool for their web project, the developer would have mocked me for even thinking about using a javascript build tool. It is a common notion that Javascript is not compiled and is interpreted by the...

Using ES6 today: The future of javascript has arrived

Using ES6 today: The future of javascript has arrived

  • May 12, 2016

Most of you would already be aware that javascript is an implementation of ECMAScript (ES). ES is the standardized language specification, and javascript is the dialect or the implementation. After the ES5 standardization in 2009, there were no updates to it. And since then, javascript has evolved a lot. It...