Welcome

Welcome to my software blog! This blog is about developing software that is delivered on time while being maintainable and extendible.

  • Browse to the blog page to read the available blogs.
  • Read more about me here.

  • Syntax and semantics
    Explains the relationship between syntax and semantics and shows the Liskov Substitution Principle with an example
  • Birth of a module
    This article describes how a module is incrementally developed starting from a single line of code, adhering to the Single Responsibility Principle
  • Secure, don’t fix
    Just making changes to the code is often not enough – changes may be inadvertently be reverted. This page describes how to secure the changes.
  • Handling runtime failures
    Do you also have such days when lots of things seem to go wrong? Computers have that too. They want to…
  • Controlling the control flow
    Various patterns to affect the flow of control through the application code.
  • Domain and codomain
    This article explains the concepts of domain and codomain and how it can be applied to a software design