Ajitesh Kumar

AngularJS – Single Page App with RESTful APIs & Spring MVC

The article presents recipe to create single page application with AngularJS & Spring MVC where different pages are required to…

11 years ago

AngularJS – How to Create & Use Custom Service

This article demonstrates how one could create custom services in AngularJS and use them within controllers or other services using…

11 years ago

AngularJS – Post Data with ngResource, RESTful APIs and Spring MVC

  The article presents concepts and some take-away code samples for developers wanting to POST data to RESTFul APIs using…

11 years ago

Function Point Analysis Tool with AngularJS

The article introduces the function point analysis tool that was created using AngularJS and Bootstrap frameworks. The tool can be…

11 years ago

EmberJS Bootstrap Hello World UI Template

The article is a placeholder for Hello World code for EmberJS with Bootstrap. Those who want to get started with…

11 years ago

AngularJS – Consume RESTful APIs with ngResource or $http

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

11 years ago

Unit Testing with JUnit & Mockito – Code Examples

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

11 years ago

7 Popular Unit Test Naming Conventions

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

11 years ago

What is Difference Between Select and Datalist?

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

11 years ago

AngularJS & Bootstrap Hello World UI Template

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

11 years ago

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

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

11 years ago

AngularJS – How to Post JSON Data using AJAX & SpringMVC

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

11 years ago

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

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

11 years ago

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

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

11 years ago

AngularJS – How to Get Data from AJAX & Spring MVC

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

11 years ago

OWASP Broken Authentication and Session Management Example

The article presents an example on one of the top OWASP vulnerability related with authentication and session management. This is…

11 years ago