Why Your Coding Interview Process is Broken (And You Know It)

Why Your Coding Interview Process is Broken (And You Know It)

Let me tell you about the last time I implemented a binary search tree from scratch at work. It was never. The time before that? Also never. The time I had to reverse a linked list in production? You guessed it—never happened, and if it did, I’d probably be fired for not using the standard library. Yet here we are in 2025, still asking candidates to perform algorithmic gymnastics that have about as much relevance to their daily work as a medieval jousting tournament has to modern transportation....

October 12, 2025 · 13 min · 2612 words · Maxim Zhirnov
Почему Ваш процесс собеседования по программированию нарушен (И Вы это знаете)

Почему Ваш процесс собеседования по программированию нарушен (И Вы это знаете)

Расскажу о том, как в последний раз реализовывал бинарное дерево поиска с нуля на работе. Никогда. А за сколько времени до этого? Тоже никогда. Приходилось ли мне обращать связанный список в производственной среде? Как вы уже догадались — никогда, и если бы такое случилось, меня бы, наверное, уволили за то, что я не использовал стандартную библиотеку. И вот мы в 2025 году, и по-прежнему просим кандидатов выполнять алгоритмические упражнения, которые имеют примерно такое же отношение к их повседневной работе, как средневековые рыцарские турниры к современному транспорту....

October 12, 2025 · 6 min · 1103 words · Maxim Zhirnov
Cracking the Code: A Pragmatic (and Slightly Snarky) Guide to Technical Interviews

Cracking the Code: A Pragmatic (and Slightly Snarky) Guide to Technical Interviews

Let’s face it - technical interviews are like first dates. You prepare excessively, worry about saying something stupid, and 50% of the time walk out wondering if “O(log n)” was an appropriate response to “Where do you see yourself in 5 years?” Here’s how to navigate this ritual with your sanity intact. The Coding Gauntlet: Surviving the Algorithm Colosseum Step 1: Speak Before You Code When presented with a problem like “Find the kth largest element,” don’t jump straight to typing....

June 18, 2025 · 3 min · 600 words · Maxim Zhirnov
Взлом кода: Прагматичный (и слегка язвительный) подход Руководство по техническим собеседованиям

Взлом кода: Прагматичный (и слегка язвительный) подход Руководство по техническим собеседованиям

Давайте признаем — технические собеседования похожи на первые свидания. Вы чрезмерно готовитесь, переживаете, что скажете что-то глупое, и в 50% случаев выходите, задаваясь вопросом, был ли ответ «O(log n)» подходящим на вопрос «Где вы видите себя через 5 лет?». Вот как пройти через этот ритуал, сохранив здравый смысл. Кодировочная перчатка: выживание в Колизее алгоритмов Шаг 1: Говорите, прежде чем писать код Когда вам предлагают задачу типа «Найдите k-й по величине элемент», не бросайтесь сразу писать код....

June 18, 2025 · 3 min · 614 words · Maxim Zhirnov
The Myth of the 'Rockstar Developer': Why Humility and Teamwork Trump Lone Genius

The Myth of the 'Rockstar Developer': Why Humility and Teamwork Trump Lone Genius

Let me tell you about the time I tried to be a coding Bruce Springsteen. Picture this: 3 AM, energy drinks stacked like Jenga towers, me hammering out code to “fix” a colleague’s “subpar” implementation. Two days later, my “brilliant” refactor caused a production outage that made our error logs look like a Tinder feed for exception classes. That’s when I learned rockstar developers belong on stage - not in software teams....

April 22, 2025 · 3 min · 559 words · Maxim Zhirnov