Tag: #maintenance
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Working with Legacy Code — How to Change Old, Scary, Untested Code Without Fear
Legacy code is code without tests, and code you are afraid to touch. And everyone inherits it eventually. The dilemma where changing safely needs tests but adding tests needs changes, characterization tests that pin curr
2026-05-14 · 29 min read #legacy-code#refactoring#characterization-tests#strangler-fig#technical-debtHow Is Large-Scale Software Developed, Managed, and Maintained? — Including SW Update Systems
How is software with millions of lines of code, developed by thousands of engineers, built, updated, and maintained? A deep dive from architecture to deployment strategies and auto-update systems.
2026-04-11 · 11 min read #devops#software-engineering#architecture#update-system#large-scale