May 2016

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