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]
Eventloops and callbacks in javascript.
Eventloop is one important behavior of a javascript runtime. To be clear on this
its a concurrency model of javascript runtime. If you are new to javascript, its
advised to get further background about js. I assume readers are familiar with javascript,
and some fundamental aspects of browser’s working.
[Read More]
Machine Learning & Data Sciences Conference.
Our experience at Microsoft Machine Learning & Data Sciences Conference.
The Microsoft Machine Learning & Data Sciences Conference was the place to discover
how machine learning and artificial intelligence technologies are helping build an intelligent world.
[Read More]