ℹ️
|
If you’re interested in knowing more, please check the code. |
If you’ve ever debugged at 3 AM, rewritten the same config for the tenth time, or felt the thrill of a green build after hours of chaos, you’re one of us.
This page is for the tinkerers, the automators, the late-night problem solvers who’d rather script it than suffer it.
I break down real-world systems, simplify complex tech, and share hands-on solutions with zero fluff and maximum nerd cred, all documented at blog.abhimanyu-saharan.com.
By supporting me at patreon.com/asaharan, you’re not just fueling the content, you’re helping keep it raw, honest, and independent. No corporate filters. Just practical insights, deep dives, and the occasional war story.
Join the tribe. Let’s build, break, and fix, with purpose.
- Optimizing Core Web Vitals (LCP, FID, CLS) in Next.js (2025-07-01)
-
Learn how to optimize Core Web Vitals (LCP, FID, CLS) in Next.js with in-depth strategies, best practices, and testing tools for better SEO and user experience.
- Stripping Strings in Python? You Might Be Doing It Wrong (2025-06-30)
-
Learn the key differences between
removesuffix()
andrstrip()
in Python. Avoid common pitfalls and choose the right method for precise string manipulation. - Native Subresource Support in Kubectl (2025-06-29)
-
Interact with Kubernetes subresources like
status
andscale
usingkubectl
natively with the new--subresource
flag, no more raw HTTP calls. - A Persistent Security Hole in Kubernetes Finally Addressed (2025-06-23)
-
CVE-2025-1767 exposes root-level access on nodes via a deprecated volume plugin; Kubernetes 1.33 will disable it by default
- A Decade of Cloud Native: The CNCF’s 10-Year Journey (2025-06-22)
-
Explore the 10-year journey of CNCF, its major milestones, community growth, and impact on cloud-native technologies in this detailed, analytical post.
- OpenAI in 2025: Key Product, Research & Ecosystem Trends (2025-06-21)
-
Explore OpenAI’s major 2025 updates including new GPT models, research breakthroughs, multimodal tools, and how the community is shaping the AI ecosystem.
- Smarter Pod Scheduling with MatchLabelKeys in Pod Affinity (2025-06-20)
-
Enhance Kubernetes pod scheduling with dynamic affinity using matchLabelKeys and mismatchLabelKeys for safer rollouts and tenant isolation.