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]
Functional programming in Javascript
In computer science, functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data - wikipedia.org
[Read More]