Why You Should Sometimes Ignore Best Practices

Why You Should Sometimes Ignore Best Practices

Let me start with a confession that might make some of you reach for the pitchforks: I’ve shipped production code with global variables. I’ve committed directly to main. I’ve written functions longer than a CVS receipt. And you know what? Sometimes it was the right choice. Before you close this tab and question my sanity, hear me out. The software development world has become obsessed with best practices to the point where we’ve created a new form of cargo cult programming....

September 3, 2025 · 8 min · 1671 words · Maxim Zhirnov
Почему вам иногда следует игнорировать лучшие практики

Почему вам иногда следует игнорировать лучшие практики

Начну с признания, которое может заставить некоторых из вас схватиться за вилы: я отправлял в продакшн код с глобальными переменными. Я совершал коммиты прямо в main. Я писал функции длиннее, чем чек из аптеки. И знаете что? Иногда это было правильным выбором. Прежде чем вы закроете эту вкладку и усомнитесь в моём здравомыслии, выслушайте меня. Мир разработки программного обеспечения стал одержим лучшими практиками до такой степени, что мы создали новый вид программирования в стиле карго-культа....

September 3, 2025 · 6 min · 1092 words · Maxim Zhirnov
The Case Against Always Using DevOps Practices

The Case Against Always Using DevOps Practices

Let me start with a confession: I’ve been that guy. You know the one – walking into meetings with a DevOps hammer, treating every software project like it’s a nail that desperately needs continuous integration, automated deployments, and microservices architecture. But after years of watching perfectly functional teams struggle with unnecessary complexity and seeing simple projects crushed under the weight of “industry best practices,” I’ve learned something important: DevOps isn’t always the answer....

September 2, 2025 · 12 min · 2447 words · Maxim Zhirnov
Аргументы против постоянного использования методов DevOps

Аргументы против постоянного использования методов DevOps

Начну с признания: я был таким человеком. Вы понимаете о ком я — захожу на встречи с «молотом DevOps», рассматриваю каждый проект разработки ПО как гвоздь, который отчаянно нуждается в непрерывной интеграции, автоматизированных развертываниях и архитектуре микросервисов. Но после многих лет наблюдения за тем, как отлично функционирующие команды борются с ненужной сложностью, и как простые проекты оказываются под тяжестью «лучших отраслевых практик», я понял кое-что важное: DevOps не всегда является решением....

September 2, 2025 · 6 min · 1091 words · Maxim Zhirnov
Rust vs. Go: Which Language Will Dominate Systems Programming by 2027?

Rust vs. Go: Which Language Will Dominate Systems Programming by 2027?

Picture this: It’s 3 AM, your production system is melting down, and you’re frantically debugging a memory leak that’s been haunting your team for weeks. Sound familiar? Well, grab your coffee (or energy drink of choice) because we’re about to dive into the epic showdown that’s been brewing in the systems programming world: Rust versus Go. As someone who’s spent countless nights wrestling with both languages, I can tell you that choosing between them isn’t just about picking a tool—it’s about choosing a philosophy....

August 28, 2025 · 10 min · 1969 words · Maxim Zhirnov