/concurrency pattern Concurrency pattern implemented in java.
/Using Juice Practing how to use Guice f/w.
/Log4j2 logging Log4j2 logging f/w. Jump to log4j2 yaml configuration file
/Design pattern Some interesting and less known design patterns.
/concurrency Usage of concurrency package in java.
/deadlock detection Detecting deadlocks in java threads.
/Antipatterns Software antipatterns.
/Misc Demostrates how to start a bunch of process togather, monitor individual process and their process dependencies. If a dependent process dies, it will restart the entire process group. It will also provide a way to communicate among those processes in a group (using message bus).