I am Software Developer, specifically Java Developer, spending most of the time writing back-end part of the applications. I can write basic HTML/JavaScript/CSS stuff to get the things done when needed. I didn’t have much passion on HTML/JavaScript and neither
Continue readingTag: AngularJS
AngularJS: Introducing modules, controllers, services
In my previous post AngularJS Tutorial: Getting Started with AngularJS we have seen how to setup an application using SpringBoot + AngularJS + WebJars. But it’s a kind of quick start tutorial where I haven’t explained much about AngularJS modules,
Continue readingAngularJS Tutorial: Getting Started with AngularJS
AngularJS is a popular JavaScript framework for building Single Page Applications (SPAs). AngularJS provides the following features which makes developing web apps easy: 1. Two way data binding 2. Dependency Injection 3. Custom HTML Directives 4. Easy integration with REST
Continue reading