Notes
16 posts about software engineering, architecture, and developer tools.
Pinned

Discover how per-application selective syncing in ArgoCD provides ultimate precision for GitOps deployments, ensuring changes to one app only trigger syncs for that specific application while maintaining complete isolation across environments.
10 min read
Explore how trading space for time can significantly improve the efficiency of an algorithm using a practical example of counting bad pairs in an array.
4 min read
Explore 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 read
Learn how to build a basic load balancer using Spring Boot, featuring health checks and round-robin distribution.
4 min read