The Logging Conspiracy It was a cold, misty morning at the Jade Palace. The silence was broken not by combat… but by a mysterious glitch in the logs.Po (rushing in): "Shifu! The logs… they're missing timestamps!"Shifu (narrowing...
Home » Posts filed under design pattern
Code of Shadows:Mastering Decorator Pattern in Java – Po & Shifu’s Thriller Story of Clean Code
in
Clean Code,
Decorator pattern,
design pattern,
Design Patterns,
Functional Interfaces,
functional programming,
java,
Java Best Practices,
Kung Fu Panda Story,
Lambda Expressions
- on June 17, 2025
- No comments
Kung Fu Code: Master Shifu Teaches Strategy Pattern to Po – the Functional Way!
in
design pattern,
design patterns in java,
functional programming,
java,
Java Design Patterns,
Java Lambda,
Java Lambdas,
Java Strategy,
strategy pattern,
Strategy Pattern with Functional Interface
- on May 29, 2025
- No comments

"There is no good or bad code . But how you write it… that makes all the difference.”-- Master ShifuThe sun had just touched the tips of the Valley of Peace. Birds chirped, the wind whispered tales of warriors, and Po—the Dragon Warrior—was busy...
Clean code Tips1:: Urge to put comments? refrain to do it.
in
cleancodetips,
code smell,
design pattern,
java
- on November 16, 2020
- No comments

While you are writing code, assume you are writing a novel and your fellow coders is a reader of your novel, so anytime you think you have to put comment that means something wrong, you cant express yourselves through code. A real clean code does not...
DDD: Thinking in terms of Context Map
in
building microservices,
DDD,
design pattern,
Domain driven design,
java microservices,
Microservice
- on May 28, 2018
- No comments

In my previous article, I did a detailed discussion about the Bounded Context and learn that how to tackle the complexity of a Domain, it is the best way to divide the domains into several subdomains and mapped them with different bounded contexts...