Ajitesh Kumar

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

AngularJS Coding Best Practices

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

11 years ago

How to Become a Technical Architect or an IT Architect?

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

11 years ago

AngularJS Interview Questions – Questions Set 1

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

11 years ago

AngularJS – 7 Steps for Unit Testing AngularJS Scripts with Jasmine

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

11 years ago

Javascript Unit Testing using Jasmine – Code Examples

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

11 years ago

What are Objects in Javascript ? – Code Samples

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

11 years ago

AngularJS – How to Create Single Page Application – Code Examples

  This article presents details on how one could create single page app using AngularJS.  You could check out this…

11 years ago

AngularJS Key Concepts – Part 1

The article represents certain key concepts of AngularJS javascript framework. I shall be writing further articles presenting my learning as…

11 years ago

AngularJS – Adding/Removing Table Rows Dynamically (Updated)

This article is updated to include concepts and related take-away code related to adding/removing the table rows on different Angular versions including…

11 years ago