Tag: 100daysofcode

  • Day 100 – Wrapping It Up

    Feeling a sense of relief, today is the 100th day of another 100 day project : Post one technical post per day for 100 days. On the third day after lockdown was announced in Tamilnadu, I started working on this idea. This has kept my mind occupied. I have stopped following news about corona spread…

  • How to implement State Pattern in Java?

    Let’s say you run an eCommerce store. You want to develop an application to run your eCommerce. You are specifically concerned about the delivery of order items. When a customer places an order it goes through many different states: Order is received Order is packed Order is shipped Order is in transit Order is delivered…