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

DOOM 4 (2016) Game Review

DOOM 4 (2016) Game Review

  • June 15, 2016

It has been a while since I did a game review. Unfortunately, I did not get the opportunity to play any game that I wanted to review. But DOOM 4 was one game I definitely wanted to write about! So here is a review about the new Doom. History of...

Programming 101: Tips to become a good programmer

Programming 101: Tips to become a good programmer

  • May 19, 2016

One of the most popular questions from inexperienced programmers is about the quest of becoming a good programmer. Aspiring programmers are often found cutting corners and not following some of the basics of good programming. As my first blog post ever, it would make sense to write about the most basic etiquettes of...

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