Why You Should Sometimes Reinvent the Wheel

Picture this: You’re knee-deep in a project, caffeine coursing through your veins, when suddenly you need to implement a feature that surely someone has built before. Your colleague leans over and whispers those magic words that every developer has heard a thousand times: “Don’t reinvent the wheel.” But here’s the thing – sometimes that wheel is square, sometimes it’s made of concrete, and sometimes it comes with 47 dependencies that’ll make your bundle size explode faster than your patience during a code review....

August 11, 2025 · 8 min · 1549 words · Maxim Zhirnov

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

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

August 11, 2025 · 6 min · 1142 words · Maxim Zhirnov

Ignoring Industry Trends to Focus on What Works

Picture this: You’re at a tech conference, surrounded by developers evangelizing the latest framework that will “revolutionize everything.” Meanwhile, you’re sitting there with your trusty old stack, wondering if you’re the equivalent of that person still using Internet Explorer in 2023. Spoiler alert: you’re probably not. Here’s the uncomfortable truth that nobody talks about at those shiny conferences: the boring technologies that work are infinitely more valuable than the exciting ones that don’t....

August 8, 2025 · 12 min · 2431 words · Maxim Zhirnov

Игнорируя отраслевые тенденции, чтобы сосредоточиться на том, что работает

Представьте: вы находитесь на технологической конференции, окружённые разработчиками, рекламирующими новейший фреймворк, который «революционизирует всё». Тем временем вы сидите со своим старым добрым стеком, гадая, не похожи ли вы на того человека, который до сих пор использует Internet Explorer в 2023 году. Спойлер: скорее всего, нет. Вот неудобная правда, о которой никто не говорит на этих блестящих конференциях: скучные технологии, которые работают, бесконечно более ценны, чем захватывающие, но не функционирующие. Пока все гонятся за последними новинками, умные разработчики создают надёжные, обслуживаемые системы с проверенными инструментами....

August 8, 2025 · 5 min · 997 words · Maxim Zhirnov

The Fallacy of 'Always Use a Framework': When Vanilla JS/Python/etc. is Better

Picture this: you walk into a modern development team meeting, casually mention you’re building something in vanilla JavaScript, and suddenly everyone’s looking at you like you just suggested using a stone tablet for documentation. “But why not React?” they ask, eyes wide with concern. “What about Vue? Angular? Surely you’re not going bare metal in 2025?” Well, buckle up, because I’m about to commit what some consider development heresy: sometimes, just sometimes, vanilla code isn’t just acceptable—it’s superior....

August 6, 2025 · 14 min · 2912 words · Maxim Zhirnov