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 07, 2024
(Pinned)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.5 min readNov 01, 2024
(Pinned)Minimizing Nesting for Readable and Maintainable CodeExplore how reducing nesting in functions enhances readability and maintainability, with practical examples that illustrate best practices.6 min readJan 10, 2025
A Deeper Than Not Dive into Two SumExplore the infamous LeetCode problem #1, Two Sum, with a deep dive into its naive and optimized solutions, including a discussion on Hash Maps, binary search, and memory management.11 min readDec 13, 2024
7 Steps to Successfully Onboard to a New CodebaseJumping into a new codebase can feel overwhelming, especially in fast-paced engineering teams. Here are seven practical steps to streamline your onboarding and set yourself up for success.7 min readNov 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.6 min read