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

Google's Git Killer Is INSANELY Better (and it's open source) You saw the title. Bold claim, right? "Insanely better"? Than Git? Git is the foundation of modern software development. It started back around 20 years ago, when Linus tried to build his first Linux kernel, and had enough of SVN. So Linus being Linus, he just went ahead and built his own. But what if the way we've always done version control isn't the only way, or even the best way anymore? That's the core idea behind Jujutsu (jj)...

You Need To Learn Docker Swarm! Ever felt like you're overcomplicating your container deployments? You might be. Today, we're diving into a Docker orchestrator that's likely already on your machine (run `docker service` for a second will ya?), but you're probably overlooking: Docker Swarm. The Underdog Orchestrator For years (for me, the past 11 years to be exact), the path has seemed to be either simple Docker Compose or the more, WAY MORE complex, Kubernetes. Compose is great for local...

LimaVM Is Probably The Best MacOS Virtual Machine I've Ever Used If you're tired of Docker Desktop bogging down your machine, or simply don't like fuff of mapping ports, mounting volumes when all you need is a small virtual environment, this one's for you. I recently discovered LimaVM, and it's a game-changer for local development. It lets you spin up Linux VMs with ease, offering a faster, lighter alternative to Docker and other VM managers for many tasks, but especially for development....