Featured Image

Stockpile — Store Request and Response

One Piece — Whaaaat? You don’t use Stock Pile? For most applications, it is quite crucial to store the request and response of APIs, especially while integrating with external service providers. ...

Featured Image

Avoid switch case for ENUMs – Visitor pattern

Don’t force-fit the switch-case (Spirited Away) Even before going ahead with an example, what is Visitor Pattern? Here is the Wikipedia definition. Let’s take a typical example for a Switch case...

Featured Image

MDC : Improving debugging/logging

Bob the builder, agrees! Construct your logs as good as Bob the Builder! Usually in most of the backend applications, a separate thread from the thread pool processes a client request. Once the ...