ℹ️
|
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.
- Top 10 Trends in the Python Ecosystem (2025-05-31)
-
Explore the top 10 Python trends in 2025, from faster runtimes and type safety to AI, web, data, DevOps, and quantum. Stay ahead in every domain with Python.
- Consistent Sizing for Memory Volumes in Kubernetes (2025-05-29)
-
Kubernetes now aligns memory-backed emptyDir volumes with pod memory limits for improved portability and consistency across node types.
- From Google to Global: The Technical Origins of Kubernetes (2025-05-28)
-
Kubernetes wasn’t built from scratch. Learn how Google’s secret systems shaped its design, and why that origin still matters for developers today.
- Detect Deprecated Kubernetes APIs Before Upgrading (2025-05-27)
-
Use Pluto to identify deprecated or removed Kubernetes APIs in your manifests and Helm charts before upgrading, ensuring smooth and predictable cluster upgrade.
- Kubernetes Introduces /statusz for Debugging Components (2025-05-26)
-
A new /statusz endpoint is coming to Kubernetes. Find out how it boosts debugging and observability without touching your metrics stack.
- Finally, You Can Drop the Parentheses in Python 3.14 (2025-05-25)
-
Python 3.14 simplifies exception handling with PEP 758, letting you drop parentheses when catching multiple exceptions, cleaner, consistent, and backward-safe.
- CPython Performance Evolution: From Specialization to JIT (2025-05-24)
-
Explore how CPython evolved from adaptive bytecode in 3.11 to JIT execution in 3.14, boosting performance without rewriting the interpreter.