Notes
While I don’t write on a regular basis, I find great value in sharing my insights and learnings whenever the opportunity arises. Each note reflects my thoughts and experiences, and I hope they resonate with others.
Nov 11, 2024
The Power of Stacked Diffs: A Strategy for Better Code ReviewsDiscover the benefits of using stacked diffs to make code reviews easier and faster. Learn how breaking up large PRs into smaller, logical units enhances readability, reduces reviewer fatigue, and improves overall code quality.Nov 07, 2024
Building a Simple Load Balancer with Spring BootLearn how to build a basic load balancer using Spring Boot, featuring health checks and round-robin distribution.Nov 01, 2024
Minimizing Nesting for Readable and Maintainable CodeExplore how reducing nesting in functions enhances readability and maintainability, with practical examples that illustrate best practices.