DevOps
I Turned on the Python 3.14 JIT in Production (Well, Staging). Here’s the Truth.
Well, I have to admit, I was a bit skeptical about this whole Python JIT thing at first. In my experience, “free performance” usually comes …
Poetry is Dead to Me: Why I Switched to uv
Uv installer: Actually, I should clarify – I held on for as long as I could. Really, I did. I was the guy in the team chat defending Poetry1 back in 2023.
Why I Finally Switched to Hatch for Python Builds
Actually, I should clarify — I’ve spent the last decade fighting with Python packaging. I’ve written setup. py files that looked Learn about Hatch build.
Deployment Just Got Boring (And That’s Good)
FastAPI news: I have a confession: I absolutely hate writing Dockerfiles. Well, that’s not entirely accurate — I’ve been doing it for years.
Stop Forcing Users to Install Python for Your CLI Tools
Uv installer: I have a confession: for years, I secretly dreaded sharing my Python CLI tools with anyone who wasn’t already a Python developer.
Stop Using pipx: Why uv Is The Only Python Tool Manager You Need
Uv installer: I have a confession. For about five years, I was the biggest advocate for pipx you’d ever meet. I annoyed my coworkers about it.
Don’t Trust `pip install`: My Defensive Python Workflow
I still remember the cold sweat I felt last Tuesday. I was rushing to meet a deadline, tired and over-caffeinated, when I almost Learn about PyPI safety.
Advanced Python Security: Post-Quantum Cryptography, Async Streams, and Fuzzing
Introduction The landscape of Python security is undergoing a paradigm shift. As Python cements its position as the lingua franca of data sc…
The Rust Revolution: Mastering Ruff for High-Performance Python Linting
Introduction: The Shift to High-Performance Tooling The Python landscape is undergoing a seismic shift. For years, developers Learn about Ruff linter.
PyTorch Monarch: Revolutionizing Distributed Training with a Single-Controller Architecture
The landscape of deep learning infrastructure is undergoing a seismic shift. For years, the standard for distributed training Learn about PyTorch news.
