Getting Started with Mssql-cli Command-Line Query Tool
A recent announcement on the release of several SQL Server tools has raised expectations...
Git: A Modern Approach to Code Management
In this article, I would like to share my knowledge and experience of working with git. The main hallmark of git is that it does not block...
Steps to Reduce Code Size after Use of Strategy Pattern
This article features a few tricks to reduce the size of the code resulting from the use of the ‘strategy’ pattern. As you can deduce...
EFFECTIVE CODE REVIEW: Uprooting Source Code Defects
Preface In software development, a small coding error can result in a critical vulnerability that...
Lightweight Code Review
This is the third article in a series of articles that describe code review process. In this part, we will have a look at the lightweight...
EFFECTIVE CODE REVIEW: Formal Approach to the Process
Formal Approach to Code Review This is the second article in a series of articles that describe the whys and hows of the code review...