Its been a long time since I wrote a blog. So let me break that laziness here. For the past few months I was associated with architechting and developing the back-end of a real time game. When there is a game, there will be game rules, and these rules is...
[Read More]
Enterprise level javascript frameworks
When it comes to an application of substantial magnitude, angular, react and ember might not be a best solution. There is much more in the industry besides these eye-candy toys. Some applications are built and meant to run for decades. Scalability and maintainability is as cardinal as usability here.
[Read More]
Virtual Reality on HTML5
Virtual Reality is on its way to future. It gives us experience of greater magnitude. We can take a look at how html5 can incorporate VR experience. We know that html5 is gonna be future of the web. With the ES6 of Javascript and Hardware accelerated CSS3 rendering, web is...
[Read More]
PWA push notification with firebase cloud messaging
Unlike traditional applications, Progressive Web App can be seen as an evolving hybrid of regular web pages (or websites) and a mobile application. This new application life-cycle model combines features offered by most modern browsers with benefits of mobile experience.
[Read More]
MEAN Stack on top of Vagrant
We all know how monotonous it is to setup the development environment. The same
thing again and again, long wait for dependencies resolution. And fixing all the
issues to get project up and running. Well Vagrant will put a period to that.
[Read More]