Ajitesh Kumar

Top 4 Java Static Code Analysis Tools

[adsenseyu2] Before going over some of top static code analysis tools for Java, lets quickly look at why do we…

12 years ago

How to Debug PHP Code?

[adsenseyu2] If you have started on PHP programming and looking out for tips and techniques on how to debug PHP…

12 years ago

What does Agile Team Composition Look Like?

[adsenseyu2] If you are starting on new on agile methodology for application development, the question on what does agile team composition…

12 years ago

Some Source Code for Bonita Rest API Implementation

[adsenseyu2] Following are key source code blocks/classes/APIs to consider for you to get started with Bonita REST API implementation: AccessorUtil:…

12 years ago

Bonita REST API & Application Architecture

[adsenseyu2] I have been working on BonitaSoft REST API in order to meet following customers' requirements: The customer has multiple…

12 years ago

Testing Early, Testing Often for Greater Success in Agile SCRUM

In my experiences, I have found two different approaches taken towards testing in Agile SCRUM: Testers creating test plans while…

12 years ago

My All-Time Web Application Security Favorites

Following are my all time favorites web pages I frequently visit for remaining up-to-date with web application security: https://www.owasp.org/ Website…

12 years ago

My Bookmarks (03/12/2013)

Following are some of the links in the areas of APIs and mobile that I found interesting while reading: How…

12 years ago

Obamacare Website HealthCare.gov & Security Threats Review

Well, there have been lot of discussions around security issues with Obamacare website, healthcare.gov which has become talk of the…

12 years ago

Are Days Counted for MVC-based Web Applications?

Today, if I am tasked to lay down the architecture for web application, I would no longer be blindly choosing…

12 years ago

Auditing Requirements are Tricky. Isn’t it?

[adsenseyu2] Many a project I worked upon, did not have a clear stated set of requirements related to auditing. Interestingly,…

12 years ago

Developers lack Application Security Skills. Do You Agree?

[adsenseyu2] In my experience, I have found that almost 95% of application developers lack application security skills and at times,…

12 years ago

PHP Code for Avoiding XSS Attacks

[adsenseyu2] Before we go and discuss the PHP coding tips and techniques to avoid Cross-site scripting (XSS) attacks, lets try…

12 years ago

How to Address Application Performance in Agile Scrum Teams

Given the nature SCRUM, two quality characteristics that takes back seat and considered as implicit are performance and security. I…

12 years ago

Code Conversion from C++ to C#: Tips & Techniques

Following are some of tips & techniques for doing code migration of your C++ application to C#: Conversion using Tool:…

12 years ago

How to Address Application Security in Agile Scrum Teams?

One of the concerns that takes the back burner while setting up the agile SCRUM teams is application security. One…

12 years ago