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

Hi friends, Ever felt like your remote pair programming sessions were missing that seamless, in-person collaboration feel? You’re not alone. Many developers struggle to recreate the magic of side-by-side coding in a virtual environment. A recent study shows that pair programming has been proven to catch mistakes early, reduce defects, and lead to better designs. The same study found that teams who practice pair programming not only produce shorter, more efficient code but also solve problems...

Hi friends, Are you tired of juggling multiple apps for note-taking and writing? Many of us struggle to find a seamless system that combines powerful text editing with effective note organization. While popular note-taking apps offer fancy features, they often fall short for those who prefer a keyboard-centric, or should I say Vim-centric workflow. Most people resort to using dedicated note-taking applications like Obsidian, Notion, or even Apple notes. These tools are great for casual users,...

Hi friends, The Dotfiles Dilemma Ever felt like your computer settings are scattered everywhere? Those pesky dotfiles that control how your programs look and work can be a real headache to manage. The Old Way: Git and Stow Many of us have tried using Git to track changes in our dotfiles. Some even use Stow to create symlinks. But let's be honest – it's not always smooth sailing. Sometimes things don't line up right, and not every program plays nice with this setup. Why Traditional Methods...