People leave managers, not companies


Hi!

Yesterday I read a long post of an engineer leaving Google after 18 years.
It was ranked at the top of HackerNews and I had to know why.

While reading, beyond an interesting glimpse into Google of the old days vs modern era, I got to the bottom part where this senior is going directly against a manager he had and how they managed things around this department.

You can read it too, but the only thought I was left with is

"People leave managers, not companies”
Marcus Buckingham

This is a concept I had a hard time understanding when I started out, but today, it's as clear as crystal.

Yes, lots of people change jobs because of materialistic benefits, and sometimes non-materialistic reasons like 'doing good' or the 'mission' of another company. However, at least in my experience, none of these ever happen in a vacuum.

If you're working under the best manager in the world for you, it means you're growing, learning, and receiving the support you need at the exact level required to perform at your peak. Even if you find yourself at Google tomorrow, your specific manager can be the exact opposite of all of the above, making your work and, by extension, your life miserable.

So, if I take one thing to think about this weekend, it's this: How do I become a better teammate, a better manager, a better employee? How do I provide the right feedback, whether upwards, downwards, or sideways, to get what I need to perform at my peak?

I'll be exploring that on the next episode of DevOps Topeaks from various perspectives so stay tuned if this sounds interesting.


With that in mind, have a great weekend! And here's a few interesting things I've discovered / read / tried over the past week:

  • The post I mentioned above: http://ln.hixie.ch/?start=1700627373
  • I encountered it while reading through the top Hackernews posts using this CLI reader: https://github.com/donnemartin/haxor-news !


You can find me on other channels as well:

📺 : www.youtube.com/@devopstoolbox

🎤 : https://topeaks.buzzsprout.com/

✍️ : https://omerxx.com/

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

Edit Faster: Vim Motions From Scratch Ever watched a developer frantically switching between keyboard and mouse? "Click, type, click, type..." It's like watching someone crawl when they could just walk. If you're tired of granny mode coding and want to boost your productivity, Vim motions might be exactly what you need. Every once in a while, I review my processes, trying to improve systems, tools, and yes, motions. This time I thought, why not share the basics with everyone too? These...

Neovim Debugging: A Dev's Edge in the AI Age In a world where AI-generated code is slowly becoming the norm, mastering debugging isn't just a nice-to-have skill—it's survival. As John Carmack, the legendary game engine developer, wisely pointed out: "A debugger is how you get a view into a system that's too complicated to understand. I mean, anybody that thinks 'just read the code and think about it'—that's an insane statement."- Lex Fridman Podcast What's the problem? Most developers...

Stop Releasing Bash Scripts. Do This Instead. This issue is brought to you by: Level Up Your Security Skills With Snyk! Join Snyk's "Live Hack: Exploiting AI-Generated Code" on Thursday, April 3, 2025, 11am-12:30pm ETLearn how to identify and fix security flaws in AI-generated code. REGISTER NOW! Ever accidentally leaked sensitive credentials in your code? Maybe just released a public shell script, baked in a container, an image, or any other public method? You're not alone. Nine years ago, I...