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

Should I cross post between Medium, LinkedIn and my website?

Should I cross post between Medium, LinkedIn and my website?

  • April 21, 2016

Most people have, at some point, thought of using a blog vs using a publishing platform such as Medium or LinkedIn. The platforms, have a higher reach since they are dedicated places where in people come for the sole purpose of reading. Hence a there are chances of increasing your...

What is end to end encryption?

What is end to end encryption?

  • April 7, 2016

With the recent roll out of end to end encryption by Whatsapp, the largest messaging service, everyone has been talking about it. The FBI vs Apple battle over privacy debate is a minor one if one sees the implementation of end to end encryption in an online messaging application. There...

The first follower

The first follower

  • February 27, 2016

Sometimes in life, you sit down with yourself and introspect on all that has happened in the past. And you get to the realization that a lot of what has been done in the past was not only because of your own efforts. There were always people present who believed in you...

Getting started with Gulp

Getting started with Gulp

  • February 10, 2016

After I made my choice from the Grunt Vs Gulp Vs npm confusion I had, Gulp turned out to be my task runner for a project. And in this post, I will explain what you get with it. The first thing you need to know is that gulp uses streams...

The dark web demystified

The dark web demystified

  • January 27, 2016

You probably would have heard about the term dark web or deep web while browsing. And might be curious as to what it actually is and if it is safe at all. The World Wide Web, which is an integral part of our lives as of now, is just like an...

Grunt Vs Gulp Vs npm: Javascript build wars

Grunt Vs Gulp Vs npm: Javascript build wars

  • January 12, 2016

You might have already made the choice among Grunt Vs Gulp Vs npm already. Or you might be totally confused what all these are. All these are automation tools used during or after development. Some people might be confused that why do we even need a build process for javascript?...