Posts

Showing posts from August, 2015

Should we use AngularJS? (Part 1)

Image
AngularJS is really a Super-heroic (not just because they say so) framework when it comes to modern web application development. With the introduction of AngularJS, there was no longer a place for most of the loopholes and smelly codes in client side programming. It helped the web developers a lot to manage, reuse and extend their code by providing the the well reputed MVC architecture and a blueprint to build their applications upon. So lets make a quick peep into this awesomeness! Why so dynamic? Nowadays, when we browse through the internet, we come across thousands of types of those fancy features in web apps. We seldom find pure HTML-only websites (almost never web apps). This is due to the extensive list of features provided by Javascript, which took the web application domain into a whole new level during the past  two decades . A few years back, After submitting a form, we had to wait for a considerable amount of time until the page completely reloads, just to know...