Tag: #pypi
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
The Complete Guide to Package Managers — How npm, uv, RPM, and Homebrew Work and How to Publish Software
How does npm work? Why is uv so fast? What is RPM? How do you submit software to Homebrew? A deep dive into how package managers work and how to distribute your own software.
2026-04-12 · 15 min read #devops#npm#uv#rpm#homebrewPython PyPI Supply Chain Attack Defense Strategy: From Typosquatting to Multi-layered Security
Analyzes the types of Python PyPI supply chain attacks that surged in 2025-2026, presenting multi-layered defense strategies against typosquatting, dependency confusion, and malicious build scripts with practical code ex
2026-03-14 · 16 min read #python#pypi#supply-chain#devops#security