
Code quality concepts must be understood well by software developers to write a good quality code. Also, technical lead and technical architects…
Code quality concepts must be understood well by software developers to write a good quality code. Also, technical lead and technical architects…
Single Responsibility Principle (SRP) is one of the most important object-oriented coding principle which, if followed religiously, can help you…
This page lists down the practice tests / interview questions and answers for unit testing (general concepts) which applies for all…
The blog represents the software build and release versioning strategy which can be used to tag web or mobile releases…
Following error occurs while you are trying to clone a git project. I tried cloning a Github demo project in…
This blog helps you get started with Mocha and also present steps and sample tests which can be used to…
This article represents a perspective on why one should consider using Pre/Post condition checks libraries rather than writing it down…
This article describes what is Liskov Substitution Principle along with code examples in Java. Please feel free to comment/suggest if…
This blog talks about SonarLint tool for Eclipse IDE which could be used by developers to get on-the-fly feedback for…
This blog represents tips and code samples in relation with how to install MEAN Docker Container for working with MEAN…
This article represents tips and code samples in relation with how to write unit tests for Promise object when using…
This blog represents some of the key reasons why every developer must consider adopting for development. 1. Setup clean Dev…
This article represents steps to get started with Facebook Graph API. In later articles, I shall explain how to integrate…
This article represents methods one could adopt to read the sonar dashboard and gather data appropriately to monitor and control…
This article represents my thoughts on why one should avoid a higher cyclomatic complexity (value more than 15 or so). Recently,…
Version 4.0 of JArchitect on Mac OSX is now available for anyone wishing to download and try it. JArchitect manage complex…