Notes
I share my learnings and insights on software development, developer experience, and engineering best practices. My notes cover topics ranging from system architecture and DevOps workflows to code quality and team productivity. While I don't write on a regular basis, I find great value in documenting my experiences and sharing practical knowledge that can help other developers build better software and improve their development workflows.
Pinned Notes
- 🖼️Image unavailable
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.
Sep 05, 20250 views - 🖼️Image unavailable
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.
Feb 09, 20250 views - 🖼️Image unavailable
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.
Jan 10, 20250 views - 🖼️Image unavailable
Learn how to build a basic load balancer using Spring Boot, featuring health checks and round-robin distribution.
Nov 07, 20240 views