The Fallacy of 'Always Use a NoSQL Database': When SQL Wins

The Fallacy of 'Always Use a NoSQL Database': When SQL Wins

Look, I get it. NoSQL is trendy. It’s cool. It scales horizontally like a boss, and somewhere around 2015, we all collectively decided that relational databases were as outdated as flip phones. But here’s the uncomfortable truth that nobody wants to talk about at tech conferences: for most applications, you probably don’t need NoSQL, and insisting on using it is like bringing a flamethrower to a candle-lighting ceremony. I’ve watched too many teams paint themselves into corners by choosing MongoDB or Cassandra for projects that would have been perfectly happy with good old PostgreSQL....

October 21, 2025 · 14 min · 2903 words · Maxim Zhirnov
Ошибка 'Всегда использовать базу данных NoSQL': Когда SQL выигрывает

Ошибка 'Всегда использовать базу данных NoSQL': Когда SQL выигрывает

Посмотрите, я понимаю. NoSQL в тренде. Это круто. Он горизонтально масштабируется как настоящий профи, и где-то около 2015 года мы все решили, что реляционные базы данных устарели, как раскладушки. Но вот неудобная правда, о которой никто не хочет говорить на технических конференциях: для большинства приложений вам, вероятно, не нужен NoSQL, и настаивать на его использовании — это всё равно что принести огнемёт на церемонию зажигания свечей. Я видел слишком много команд, которые загоняли себя в тупик, выбирая MongoDB или Cassandra для проектов, которые были бы вполне довольны старой доброй PostgreSQL....

October 21, 2025 · 5 min · 967 words · Maxim Zhirnov
The Fallacy of 'Best Practices': Why Context Matters More Than Rules

The Fallacy of 'Best Practices': Why Context Matters More Than Rules

Picture this: You’re in a code review, and someone drops the dreaded phrase, “This doesn’t follow best practices.” Your heart sinks. You know your code works. It’s clean, readable, and solves the problem efficiently. But somehow, you feel like you’ve committed a programming sin because you didn’t follow the sacred scrolls of software development orthodoxy. Here’s the uncomfortable truth that the industry doesn’t want to admit: “best practices” are often just “practices that worked well in someone else’s context....

September 28, 2025 · 8 min · 1632 words · Maxim Zhirnov
Ошибочность 'лучших практик': почему контекст имеет большее значение, чем правила

Ошибочность 'лучших практик': почему контекст имеет большее значение, чем правила

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

September 28, 2025 · 5 min · 1037 words · Maxim Zhirnov
Why Your Code Reviews are Probably Too Nice

Why Your Code Reviews are Probably Too Nice

Let me tell you about the most expensive “LGTM” I’ve ever seen. It was on a pull request that looked innocent enough – a small change to our payment processing logic. The reviewer, a senior engineer I respected, gave it a thumbs up with a comment that still haunts me: “Looks good! Nice work on keeping it simple 👍” That “simple” code went live and promptly charged 847 customers twice for their orders during Black Friday....

September 23, 2025 · 11 min · 2157 words · Maxim Zhirnov