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
Digital Euthanasia: Sunset Clauses for Abandoned Web Services

Digital Euthanasia: Sunset Clauses for Abandoned Web Services

Picture this: you’re scrolling through your old GitHub repositories at 2 AM (we’ve all been there), and you stumble upon that API you built three years ago. The one that was supposed to revolutionize how people share their breakfast photos with their pets. Zero stars, two forks (probably bots), and somehow it’s still running in production, burning through $47 monthly on AWS. Welcome to the awkward world of digital zombies—services that should have been put to rest long ago but continue to shamble through cyberspace, consuming resources and confusing users....

August 27, 2025 · 10 min · 2055 words · Maxim Zhirnov
Цифровая эвтаназия: Условия прекращения действия для заброшенных веб-сервисов

Цифровая эвтаназия: Условия прекращения действия для заброшенных веб-сервисов

Представьте: вы прокручиваете свои старые репозитории GitHub в 2 часа ночи (с кем не бывает), и натыкаетесь на тот API, который создали три года назад. Тот, который должен был революционизировать способ, как люди делятся фотографиями своего завтрака с домашними животными. Ноль звёзд, две вилки (вероятно, боты), и каким-то образом он всё ещё работает в продакшене, сжигая 47 долларов ежемесячно на AWS. Добро пожаловать в неловлый мир цифровых зомби — сервисов, которые должны были быть давно закрыты, но продолжают шататься по киберпространству, потребляя ресурсы и путая пользователей....

August 27, 2025 · 5 min · 891 words · Maxim Zhirnov

Why Most Developers Shouldn't Write Their Own CMS

Look, I get it. You’re a developer. You see WordPress and think “I could build something better than this bloated mess in my sleep.” You look at Drupal’s learning curve and wonder if the creators were secretly sadists. And don’t even get me started on the existential crisis that is trying to explain Joomla to a client in 2025. But here’s the thing – and I say this with love – you probably shouldn’t build your own CMS....

August 16, 2025 · 9 min · 1724 words · Maxim Zhirnov