Tech Articles

  • July 10, 2021

    How to mock a class behaviour without Mockito

    If you've written Junits in your life, you must be familiar with the Mockito Framework or any other framework and you must've used it to mock a class and define the output of certain method calls at runtime. The main advantage of using a framework like Mockito is ...

  • July 10, 2021

    Defining services in a Microservice Architecture

    This article can be interpreted as a summary or what i learnt about defining an application's microservcie architecture from Chris Richardson's 'Microservices Patterns' book. I'd highly recommend this book to every software engineer who's interested in understanding microservices at much deeper as well as broader level ...