AngularJS – Consume RESTful APIs with ngResource or $http

11 years ago

  The article presents concepts and code samples on how to consume RESTful APIs with help of AngularJS $resource or…

Unit Testing with JUnit & Mockito – Code Examples

11 years ago

The article presents quick code example for doing unit testing with JUnit & Mockito mocking framework. It also represents unit…

7 Popular Unit Test Naming Conventions

11 years ago

The article presents a compiled list of unit tests naming strategy that one could follow for naming their unit tests.…

What is Difference Between Select and Datalist?

11 years ago

The article represents the key difference between Select and Datalist and emphasize on related best practices. Following are key differences…

AngularJS & Bootstrap Hello World UI Template

11 years ago

The article is a placeholder for the copy & paste code for AngularJS and Bootstrap. If one wants to quickly…

7 Reasons Why One Should Try Chrome Dev Editor (CDE)

11 years ago

The article presents information on Chrome Dev Editor which was made available to developers in Google IO 2014 event. I…

AngularJS – How to Post JSON Data using AJAX & SpringMVC

11 years ago

The article presents code samples that one could use to quickly get started with posting JSON data using AngularJS  $http…

AngularJS & SpringMVC – How to Fix 415 Unsupported Media Type Error

11 years ago

  The article presents tips on how to fix 415 Unsupported Media Type error while working with AngularJS & SpringMVC…

AngularJS – How to POST Data using AJAX & Spring MVC – Part 1

11 years ago

The article presents the code example that one may use to post data to server using AngularJS $http service, while…

AngularJS – How to Get Data from AJAX & Spring MVC

11 years ago

  The article presents steps one need to code in order to get data from server using XMLHttpRequest (XHR) while…