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…

OWASP Broken Authentication and Session Management Example

11 years ago

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

AngularJS Coding Best Practices

11 years ago

The article lists down some of the best practices that would be useful for developers while they are coding with…

How to Become a Technical Architect or an IT Architect?

11 years ago

The article presents a perspective on what is required to be done to become a Software Architect given you are…

AngularJS Interview Questions – Questions Set 1

11 years ago

The article lists down some of the interview questions that could be asked in relation with AngularJS. Most of the…

AngularJS – 7 Steps for Unit Testing AngularJS Scripts with Jasmine

11 years ago

This article presents instructions on what would it take to create a setup and run unit testing for your AngularJS…

Javascript Unit Testing using Jasmine – Code Examples

11 years ago

The article lists down some of the unit tests samples for testing Javascript code. The unit tests in this article…

What are Objects in Javascript ? – Code Samples

11 years ago

Wrote this article on Objects & Javascript for future reference. Codecademy.org is my favorite go-to-place for learning Javascript. Javascript Objects…