Distributed teams have lots of benefits and advantages when done right. There are specific challenges too, and lack of in-person interaction is one of the hardest things to overcome, despite there are all sorts of modern communication tools we use every day. Meetups come to rescue here, so if you don’t run them yet, it’s a good idea to start preparing your first one.
I joined Automattic at the beginning of 2020, and knew that teams have a practice of regular meetups, but COVID-19 pandemic in combination with conflict in Ukraine delayed my first meetup for 2.5 years. I just got back from the first one and realized how important that experience for bonding distributed teams.
During the normal days, everyone in the team operates within their own time-zone and context (family, life events, local news, laws, regulations, etc) which might be very different between locations. These differences may significantly affect the ways each individual behaves or engaged in particular situations. Getting together at the meetup brings everyone on the same page – same time zone, same location, same schedule and so on. All that boosts the quality of interactions during the meetup.
Seeing each other in-person for the first time helps to build the full image of your teammates. During the video calls you can definitely see how their face and top of the body looks, maybe how they sound, but it’s really hard to understand how tall they are or what’s their weight, how their voice sound without microphone, how they move, how they speak while not in the meetings, and many other little details you can sense only in person.
Personal interactions are pretty limited in distributed environment too. We have some social time together or chatting in virtual water coolers, but it’s not the same as getting together in the bar after work or sharing lunchtime. At the meetup there is enough space and time for those activities because all of us are far from home and no one needs to pick kids from school or go to the dentist.
Lots of communication in distributed environment is asynchronous. This is great and works well for most of the discussions. However, there are types of activities which are more effective when done synchronously. In distributed teams sync time might be very limited (if available at all) due to the time zones, but a few days at the meetup can easily give us the same amount of sync time as six months of weekly team calls.
Last but not least, a meetup creates a shared experience and memories for the whole team, and some of them could be pretty unique. This time on top of all the great things we did during the meetup we experienced a false fire alarm in the hotel đ¨ We got together outside the hotel and made a ton of jokes about it, where else we could get this?! All these experiences and memories will stay with us forever and will support the team all along the way when we’re back to usual distributed work.
Can your distributed team survive without meetups? I think, yes, it’s possible! At least we were able to operate pretty successfully without in-person meetups for the last 2.5 years, but meetups help us bring morale and relationships within the team to the new level. Meetups make our distributed work much easier and joyful.
As a final bonus, we’re able to learn from each other during the meetups. At least I’ve learned a lot of things from my teammates last week.
At the end of July, I got an idea that it would be nice to share in my blog some good posts I read. Can’t say that I read a lot, but I’d like to do a better job here. I also receive quite a lot of reading recommendations from various resources and struggle myself to read all of them or pick the best reads, so I thought you might have similar problems too. That’s why I want the list to be very lightweight, and carefully chosen. I want it to be something that resonates with me as an engineering lead or insightful for a person willing to create great products for real people.
Please note, there is no option to subscribe to that specific compilation. I think there are enough pings, dings, unread messages in whatever apps you use, so I don’t want this to become another one. This compilation is a free ride, you’re welcome to check and read it whenever you want or have time. Enjoy it!
Gio Lodi is sharing his thoughts about what productivity means for Software Developers. Doing more? Doing better? Doing the right things? Those are great questions to think about for yourself, and I believe the true answer will depend on your own preferred balance of those things.
The Curse of knowledge
Scott Berkun wrote an internal post about the curse of knowledge concepts and how that affects product decisions made by us. That’s a very interesting problem and concept, being aware of which could help with looking at the problems from the different standpoint. I can’t share the post by Scott, but you can read more about the concept here and here, and try to apply that knowledge to product thinking on your own. Believe me, it’ll be a fun exercise.
This is the story of how Uber get to the splitting teams into Program and Platform teams. Good read for the cases when the number of teams working on the same product is growing and the old approaches stop working at new scale. That also resembles the approach we started following at the end of 2021 for teams working on WooCommerce Payments. Some things already work the same way, and some ideas would be interesting to bring to life.
That post explains a very simply but powerful idea for improving knowledge exchange and learning within daily work routines. In two words: suggest topic/post/article for discussion, give partner or group time to digest the content, get together to discuss and exchange opinions. The author uses the idea in 1:1s, but we took this practice as an experiment to run discussions within a group of engineering leads, and it works well so far.
This thought keeps coming back to me again and again over the last months. There are many flavors of leadership – leadership styles, but none of them is a universal enough to fit in the best way for every case.
Itâs not a coincidence, Iâve chosen a sound director image for the blog post, because more often than not, I see the leaders do the same for their teams. Similar to sound directors, who adjust dozens of knobs and handles to make sure the resulting sound is as good as possible, leaders operate within their own environment to make teams shine and flourish. However, the devil as always is in the details, because the reality is way more complex than the idea itself.Â
For example, every engineering leader has to make many decisions about communication, processes, projects scope, team focus, time allocation for learning and development, amount of tech debt, size of the team, team velocity, code quality, acceptable risk levels and so on. Multiply those to a number of other factors like team members’ individuality, state of the business and market, competitors, and other elements making up the context, and you will understand how vast is the operational landscape can be.
So the definition of good enough will be very different depending on the context you operate in, e.g. velocity in the early stage products might be much more important than quality of the code, and quality requirements for payments service will be much higher than for utility application.
As a result, leaders are working every day to find that unique balance of existing tools, processes, and their configs, to steer in the chosen direction and maximize desirable outcomes, which makes the job pretty close to art.
Photo by Vi Nowak on Pexels.comAudio recording of this post
Youâve written that final line of code and are pretty sure it should work now, you run it to double-check the code does what you were aiming to do, aaaand… It works! Yahoo! You did it! Now it feels like a good time to commit, push for review, sit back, breathe out, celebrate a bit, and jump to the next awesome feature in your long list of fascinating ideas! But wait for a second, there might be a few more things that would be nice to do before you ship your solution.
First of all, congrats! You wrote a code that works! This is a necessary step in the process of creating software, yet not the final one.
There is a nice post titled âAlways do extraâ. Although itâs focused on mastering hard skills and growing the expertise, the idea that outstanding developers always do extra steps resonated with me. Here Iâm sharing five more steps great developers take after their code works.
1. Take care of the readers
Good product leaders know their customers and care about them, good writers know and care about their readers. There is a lot in common between writing and software development, so good developers know and care about their code consumers.
Any fool can write code that a computer can understand. Good programmers write code that humans can understand
That quote clearly states there are two types of consumers of your code: computers and humans. While the code you just created can be successfully digested by a computer, it works after all! Can you tell the same about other developers? Will they understand your awesome idea? How much effort is required to understand your solution?
Those are great questions to ask yourself. In most cases, software development is a team sport. Youâll improve code written by your fellows, and they will build on top of your solutions. Chances are high there are different players in your team with different skills, experience, and domain area knowledge. So itâs time to make sure the code reads well by people with different backgrounds.
Although it may sound simple there are many things under that cover and itâs not about code style or prettifying its look, I assume there are linters and formatters already in place to automatically make sure team agreements about code style are followed. There are things like naming variables and methods, commenting on unobvious solutions or decisions, extracting pieces of functionality into reusable functions, applying the right design patterns, and many more. If youâre not familiar with those Iâd recommend starting with Clean Code by Robert C. Martin (aka Uncle Bob).
If you already know the theory and have experience in making code readable, here is the tip from professional writers – take a pause before starting code cleanup and switch to something else for a while. When you get back youâll be able to read the code with fresh eyes and more effectively spot areas for improvement.
2. Respect other contributors
Unless you just started with a clean project, the enhancement you made is not the first one to be shipped. So the reasonable question to ask yourself is are old features working after my change? I doubt your fellow developers and precious users will be happy to discover one day that the feature they love and successfully used yesterday doesnât work anymore.
To answer that question youâd need to run some tests. How you do it depends on the state and size of the project, the specifics of the code changed, available tools, the overall dev process, and some additional factors.
In the best case, you have a good continuous integration pipeline (CI) with a decent set of automated tests that will run every time changes are pushed into the repository and the merge will be blocked if at least one of them fails. However, even if you have them you can save your time by running locally a subset of the automated tests covering the areas of the code which might be affected by your change. This will save you from getting back to the code after CI catches some mistakes for you. But it is worth doing only if the time and effort to launch the test environment locally is relatively small, otherwise, delegate this task to CI.
If youâre not so lucky and donât have a good CI, there are at least two things that would be nice to do. First – try to run all automated tests you have or at least test critical paths of the project which potentially might be affected by introduced changes. Second – start talking to your team about the values of CI and automated testing, you may find a few good hints in this post.
3. Protect your solution
No matter if you were lucky or not on the previous step, I hope you see the value of CI and automated testing. So itâs time to make sure your own code has some protection.
The first kind of protection – automated tests – is needed to signal other developers if they unintentionally break your code. Depending on the scope of the feature, its importance, and complexity you might need unit, integration, end-to-end tests, or a mix of them. There is no single right answer on how much and which tests you need to write, youâd need to decide on the right balance of those yourself. Ideally, tests for the happy path, some expected unhappy paths, and maybe edge cases would be added. Doing so also highlights that those unhappy paths and edge cases were taken into consideration.
Tip: thinking about how to test your code early in the process leads to less coupled and better-structured solutions. Read TDD by Example book for more thoughts and examples on this approach even if you are not going to follow the test-driven development process.
The second kind of protection – error boundaries – is needed to prevent the whole application from exploding if there is a mistake in your code. Depending on what are you working on this kind of protection might be not needed, e.g. if unhandled exceptions are a necessary part of the solution. However, consciously thinking through them and adding or not adding catchers where necessary is worth doing.
There are good chances that the solution youâve just made will be used not only by developers in your team or other teams in your org, and in the case of a popular product, there will be lots of people relying on your code. So itâs worth taking care of them as well by writing some docs, creating demos, or any other hints which would explain your solution from the product user perspective.
For example, QA folks would be happy with testing instructions to reproduce and test new changes, and end-users would be happy by getting up-to-date instructions in the product docs. Community members could benefit if a new library feature is listed in the docs with a good demo of how to apply it.
In many cases, this step might be not needed, but creating a habit of taking a pause and thinking about it will positively impact the product. People will love your solutions and product much more if itâs clear and easy to use them.
5. Take care of reviewers
We are humans and weâre not immune to mistakes, thatâs why the code review process exists, and hope you have it in your team as well. Taking some steps to help your reviewer will make the process faster and more efficient.
Here are a few things to consider:
Commit messages.
PR description.
Find and ping the right reviewer.
Letâs start with commit messages. Good commit messages are a valuable source of useful information for the reviewer. Those are hints and a history of work progress on the issue. So worth reviewing them before pushing changes to the remote repository and editing where necessary. Interactive rebase is your best friend in this process.
PR description. It is usually the first thing reviewer will read to understand whatâs the PR is about. They have plenty of their own work to do so itâs naive to assume that PR reviewer always has the same or more deep knowledge of the issue you were working on. Despite that lots of information could be derived from commit messages, PR description is an important element to onboard a reviewer. Itâs a good idea to have a clear and concise title of the PR, a link to the issue it fixes, a short description of main changes introduced, testing instructions to run/reproduce old and new behavior, screenshots in case of visual changes, links to designs and other important discussions where key decisions were made, and so on. The key point is to save the reviewerâs time searching for all of this info to understand your work and properly review your code.
Once your PR is ready for review, the final important step towards effective review is to pick the right reviewer. Unless this process is fully automated or documented in your team youâd need to make a decision here as well. Hope by that time you have a good understanding of which parts of the codebase are affected by your changes, so requesting a review from a teammate who is familiar and knowledgeable in that domain is a good idea. Taking reviewer experience into account is also important, e.g. it would be an arguable choice to ask a new or a junior developer to solely review complex change affecting many parts of the codebase. Sometimes asking two or more people to review the changes is reasonable, especially if those are critical ones.
If youâve done all the steps above, you must be in a good position! Go ahead and send your awesome change for the review! Youâve done a great job by taking those extra steps, however, thatâs not the end of the journey yet. The code review is a really nice and interesting process and deserves its own story.
In the end, I want to share a great quote made by WordPress one day – Code is poetry. Itâs not a coincidence youâre called an author even if you donât feel like a traditional writer at all. No matter if your code is a poem, novel, short passage, or anything else, you have the readers! And it would be nice to think about them and love them as I do now while writing this post!
Photo by Towfiqu barbhuiya on Pexels.comAudio recording of this post
Being a leader implies a broad set of responsibilities and requires skills that differ from individual contributorsâ skills. I was thinking about it yesterday morning and then the question came to my head âwhat are the most important ones?â. Huh, the wheels immediately started spinning in my head trying to find the answer. Then I remembered that limitations foster creativity (here are twoposts on this topic), so I decided to add a limit of 3 skills to make the exercise even more fun. So here are the top 3 of my choice.
1. Communication
âCommunication is oxygenâ sounds like a mantra in my head not only because itâs part of the Automattic creed, but because I feel it with my bones. I doubt there is a leadership book exists which doesnât mention communication as one of the top skills for leaders or managers. I also think communication is the most powerful weapon in the leaderâs toolbelt.
There is a lot already said and written about it, but through this year Iâve realized that being good at communication is not just being able to speak or write well and without mistakes. Itâs much more – from understanding the theory of information processing by humans to resolving conflicts, from effectively expressing yourself to listening and creating a space for others to share, from stretching people to supporting them, from mentoring and coaching individuals to learning from them, and so on.
As you can see, communication is a very broad topic, so mastering and practicing various aspects of it will never hurt.
2. Sense of balance
Leadership is a very inaccurate science. There is no one size fits all solution and many recommendations depend on the context. Thatâs why I believe itâs crucial to seek, define, and regularly check the balance which works well for your case. That applies basically to everything – the amount of uncertainty affordable in the projects and processes, the amount of autonomy and control you want to have in a team, the amount of tech debt taken into sprints, the amount of time spent on learning and self-development, saying yes or no to many ideas and initiatives; the list may go very long.
No matter what was your past experience, it takes time to adjust balance in your current context, so pure curiosity, observations, and regular feedback loops are your best friends in finding the right balance.
3. Self-care
Supporting your team and its individuals is another extremely impactful way of leading the team to success. However, you wonât be able to do it well if your battery is drained. Thatâs why I think taking care of yourself is necessary, required, and mandatory in that role. If you like many others experience impostor syndrome or feel guilty about taking care of yourself, itâs time to reach out for support. Talk to your lead, talk to your peers, consider working with a coach or a therapyst, because sometimes itâs really hard to cope with. And last but not least donât forget that simple aircraft instruction âPut the mask on yourself firstâ.
Note:this is purely my opinion as of today, after being more than one year in that role with a fully distributed team, after experiencing a team growth from 4 to 12 people, after experiencing a team split, team focus shift, delivering multiple projects, switching team focus, talking to and learning from many great leads, mentors, and coaches around me.
Iâm curious what would be your top 3, so I would be happy if you share them in the comments under the post.
TLDR; Working hard and working smart are not the same things. The first ensures a lot of work is done, the second – moves you forward to the desired destination. Focus on what really matters can significantly boost individual/team/company effectiveness.
Last week Iâve read this post from The ReadMe Project about effective communication which resonated with me. The gist is that truly effective communication leads to the desired outcome rather than desired output. I think this rule could and should be applied to many other things as well: the code we write, the decisions we make, the projects we lead, the products we create, the actions or inactions we make, and so on.
The key difference between the two to my understanding is the output designates the artifact of the work like feature, document, message, post, etc, while the outcome defines the desired impact you want to achieve like improved user experience, change in the audience behavior, metric growth and so on. Thatâs why the outcome is what really matters and not the output.
Iâm not saying the output is not important; on the contrary, I believe the output is very important. However, most of the time the outcome can be achieved in several different ways but often people focus on the output they planned to create and forget about the desired outcome, or donât think about it at all. So far Iâve seen two very common patterns: doing something without thinking about the outcome and losing the focus on the outcome in the process.
Not thinking about the outcome
This is usually caused by the too-narrow thinking which might have many various reasons underneath it ranging from not enough experience to dangerous not my problem mentality. In simple cases, the situation could be improved by clarifying the context for the activity, organizing learning or mentorship, or providing feedback. In complex cases, a more thorough investigation is needed to find the root of the problem and work with it.
Losing focus in the process
This applies to longer activities like projects, roadmaps, etc. Before the kick-off, at the planning phase, itâs quite common to keep the final purpose in mind to define what output is required to achieve the project goals. However, in the execution phase, that sense of initial purpose vanishes very soon and, if completely lost, can often lead to irrational or even wrong decisions.
There are two key reasons for this: different levels of thinking and different levels of involvement from people between planning and execution phases. The planning phase assumes strategic thinking and deeper involvement from leadership (explicit or implicit), while the execution phase requires tactical thinking and deeper involvement from the implementation team.
To maintain the focus on outcome and make it part of the team or organization culture there are a few simple things needed:
Create context for people operating on the tactical level. Make sure they understand the desired outcome and indicators of success. Worth mentioning is that the outcome is more important than output.
Make the outcome a part of the progress tracking. First of all, itâs important to track the progress of the longer initiatives, so if you donât do this yet itâs time to think about it. Second, make sure the desired outcome is part of the tracking progress, either via metrics or as a reminder of what youâre trying to achieve in the end.
Reiterate the final goal/mission regularly to refresh it in people minds.
Although things above look simple, doing them consistently is tough, but only consistency will be able to build a new habit with time.
Examples
Output thinking
We should ship a new payment method X by the end of the month.
Outcome thinking
We help merchants and shoppers in Europe to sell and buy with their favorite payment method by adding a new payment method X to our product.
I need to create a weekly/monthly/quarterly report for my manager.
Iâm providing the summary to my manager so they can do their work more effectively.
I need to gather feedback from peers and stakeholders.
Iâm trying to make a better decision by incorporating the knowledge, experience, and unique perspective of my peers and stakeholders.
Validation
How do I know if somebody, including myself, is focused on the outcome over output? One of the best ways to check this is a five whys technique. Although the technique is originally intended to get to the root of the problem in this case it helps to see if you sense the root of intention:
What am I doing at the moment and what should be the result of the activity? => Output.
Why this result is important? => Outcome 1.
Why outcome 1 is important? => Outcome 2.
Why âŚ
Ideally, after a few iterations, you should see the movement towards the mission statement (personal, team, or company). If itâs not happening, that itâs a good signal to step back and rethink if the task or even the whole project is still relevant, but thatâs another story.
Thatâs it, I encourage you to raise your awareness about the outcomes youâre trying to achieve as itâs what really matters in the end.
TLDR; Are you lacking confidence? Donât feel satisfied with your daily progress? Struggling with providing positive feedback to your reports, peers, or managers? You should try success diary practice! Every day, even the tough one, has positive moments and elements of success. Training yourself to spot it can help you in many ways!
Some time ago I was reading Bodo Shaefferâs book âA dog called Moneyâ. Despite being a very good book for kids and adults about dealing with money it mentions a fantastic tool called âsuccess diaryâ. You need to write down at least 5 elements of success every day and thatâs it. The idea sounds simple, isnât it? But the power is huge, especially for leaders. In the book, the diary was aiming to improve the self-confidence of a person, but after practicing it myself for almost a year Iâm pretty sure it gives much more than that.
Success diary powers
Reflection
Reflection is a great practice helping to increase awareness, performance and boost growth. While doing exercise you create a space for yourself to step back, look at your day and observe it in a different way. I was surprised how many great things could go unnoticed in the flow of tasks without such a reflection.
Positive focus
Since youâre intentionally looking for success you tune your brain to search for it and filter out everything not matching âyour requestâ. By doing so you train the brain to spot success even in small things.
Acknowledgment
By writing items down you consciously recognize and acknowledge your success. If youâre familiar with git itâs like committing new items to a success repository inside your brain. As an outcome, your satisfaction, confidence, and motivation are growing.
Satisfaction
The third inborn intention is Sense of Accomplishment.
It feels good to accomplish something, right? Every item in your daily success list is an accomplishment. No matter if it is small or huge, it positively contributes to the sense of accomplishment and maintains it with time. If you look back in the diary after 30 days youâll get at least 150 items. Do it for a year and youâll be successful at least 1825 times!
Confidence
Have you heard of Impostor syndrome? Itâs very common in tech and often can lead to lower self-confidence and belief in own abilities. The success diary helps here by building a positive track of records. When feeling a lack of confidence or fear of failure just open the diary on the last page and start reading back until the feeling goes away, it should help đ
Motivation
You did the exercise yesterday and you know youâll do it again today, tomorrow, and so on. This habit motivates you to prepare for success! So you might take some extra effort or plan some wins for the days ahead.
How does it help leaders?
There are few more bonuses for leaders making their life easier at work.
First of all, for yourself, it helps to fight the lack of immediate accomplishments after transitioning from an Individual contributor role. I wrote a bit about it in my previous post.
Secondly, as a leader, itâs your responsibility to acknowledge and celebrate team success as well as to provide feedback, including positive ones, to your direct reports, peers, and managers. The success diary trains your muscles to spot success not only in yourself but around you too! So it will be much easier to provide positive feedback or recognize the achievements of others and will lead to better team morale.
My experience
I practiced the success diary for almost a year, every day, and stopped only when I felt I donât need it anymore because I noticed I started doing it automatically in my mind. In the beginning, I was struggling to spot success. Sometimes I was staring at a blank page for minutes or stuck after 2-3 items. The key mistake was to look for huge or big wins only and to neglect smaller ones. After some time it got to the habit and I could easily write 5 – 10 items within several minutes. Moreover, I started noticing signs of success around me and noticed I have a better mood in general.
Is it cheating or gaming? No, I donât think so, at least if you are being honest with yourself. It doesnât mitigate mistakes or failures, it doesnât keep you always positive either, but it supports you in stormy and good days as well as gives powers to support people around you.
TLDR; There is a significant difference between individual contributor and team lead roles. The leadâs focus is on multiplying a compound value delivered by the team, rather than accomplishing something on their own. So the mind shift is necessary to transition into a leadership role successfully.
Have you been thinking about stepping into a leadership role or just get âpromotedâ to team lead? Thatâs great, congratulations! The leadership role is great and has lots of fun, challenges, and interesting cases, but it requires a different mindset compared to the engineering role.
Note: further Iâll use the terms engineer, developer, and individual contributor interchangeably. Although itâs debatable and some people prefer one title over the other, however, the difference is not so important in the context of this post.
Promotion or not?
Apparently, the transition from individual contributor to team lead is a big change, but letâs take a look if it is a promotion at all?
It has some elements of promotion. E.g. youâll have direct reports, some of them even might be your previous peers or you could get a compensation raise (happens pretty often, but not always). Also, there are many talks in the industry stating that team leadership is an obvious next career step for any senior-level developer.
I canât agree with the last statement because the leadership role implies a significant change in expectations from the candidate, responsibilities, and skills necessary to be good at it. On top of that, I truly believe stepping into a leadership role requires a significant mind shift. This makes the whole change closer to career path switch rather than promotion.
So you can decide for yourself if itâs a promotion or not, but the size of the change remains significant no matter what you decide đ
How successful team lead looks like?
When I was considering a team lead role the coach asked me: âHow successful team lead looks like in your mind?â. I was absolutely sure how a good developer looks like – they write high-quality code, do great code reviews, decompose complex problems into simple ones, know a bunch of tech tools and fundamentals, mentor more junior peers, are able to drive complex feature development, communicate well with stakeholders, etc. But at the same time, I didnât have a good answer for the same question about a team lead, only a bunch of random ideas. I was surprised, I thought it must be obvious, but it wasnât.
After that, I started searching the Internet for possible answers, asked a few people in the company, including my lead, and was very much surprised by the range of answers I got. Some answers were overlapping but the priority of them was different đ¤ At the same time, I noticed the definition of the lead role, its key responsibilities, and even titles were different from post to post. Team leads, tech leads, engineering managers, all had interleaving descriptions and similarities as well as significant differences in their scope. Later I came across this post describing five engineering manager archetypes and that was a very good explanation of the observed answers range.
At the same time, there were common patterns among all the answers. Success was defined at the group level, rather than at the individual level. The leader was considered successful when the team is successful as a group. The leader is focused on multiplying team effect by supporting team members in different ways: setting focus and vision, fostering tech decisions, recruiting the best people, helping each team member to grow, creating a safe environment, establishing and improving processes, supporting team morale and so on. You see there is no mention of working on features, crafting architecture, or learning the latest fancy tech. Itâs a completely different role compared to engineering with its own different focus.
What about the code?
What about writing the code then?! I am good at it, does it mean I have to stop and donât code anymore? Well, the reality is that you shouldnât write the code anymore. It is not your focus anymore, itâs your team focus. There are a couple of exceptions though – if youâre in a pure tech lead role with somebody else wrangling the remaining responsibilities or if the team you lead is relatively small (up to 4 people) so you might have some time left for working on code. I also know a few leads with full-size teams who are able to book the slot in their calendar for coding work while keep doing all the rest, but the size of the slot is never above 10% and according to their words itâs really hard to fit in.
Does it mean all the experience you got about the code, architecture, patterns, and a ton of other things not needed anymore? Of course not! Itâs tremendously helpful for understanding the essence of software development, the process, and the way engineers think.
The shift from writing the code to doing many other things but not code also has a very interesting side effect – itâs harder to sense the feeling of accomplishment. When writing the code itâs obvious – you fixed the bug or shipped PR you got that feeling immediately! With a leadership role itâs different. The impact of your words, actions, and inactions may become noticeable long after you made them or even be left unnoticed (at least without explicit acknowledgment). So as a leader youâd need to adjust your brain to cope with the absence of that immediate accomplishment feeling and find your own ways of validating youâre on the right track, but thatâs a topic for another post story.
There are many more differences between leadership and engineering, and Iâve only scratched the surface of that iceberg. However, it should be enough to see that successful transition requires a shift in the mindset. The shift takes time no matter how well you are prepared in theory, so if youâre in the middle of a transition give yourself time to become a better leader for your team and you wonât regret it! If youâre only about to dive into leadership just know, itâs doable and itâs much better to step in being aware of the mind shift.
TLDR; In the book, Ann Dunwoody describes her journey within the US Army starting from the very beginning to the highest rank ever achieved by a female person at times of her service. Along the way, she shares a great number of thoughts and examples of both good and poor leadership encountered during the years of an outstanding career.
The book is written by Ann Dunwoody – the first four-star female general in the history of the US Army, and subtitled âLeadership strategies from Americaâs first female four-star generalâ. Iâm not very familiar with US army ranks but four stars sound like a significant achievement for anyone in the army. However, the fact that Ann achieved this being a female person in the very male-dominant system (at least that was my perception of the military before reading the book) makes it an outstanding achievement. I was curious about the story of Ann on its own but the leadership strategies part in the subtitle increased my team leadâs interest.
While reading the book it was obvious and impressive how Ann is very proud of her country and US army. Sometimes I even thought it couldnât be ideal like that in reality, luckily there were moments in the book describing very tough challenges physical and mental, how arrogant male officers would try to put her down or obstruct personal growth and fail in their attempts. I admire how Ann overcome those challenges and changed the perception of many about what a strong leader can achieve no matter what their gender is.
At times it was a bit hard to read the book due to multiple references to military ranks. Without understanding them the difficulty of a particular choice, the importance of new opportunity, or the overall context of the described cases wasnât fully clear. However, it wasnât too much trouble, I was able to get the essence of leadership examples and as a bonus got a better picture of how the US Army operates.
Speaking of leadership advice and examples, there were plenty of them along the lines and I found them very useful and inspiring. My quotes list from the book got too long to publish in a single post, moreover, some of the quotes cover pretty broad topics deserving their own post. Thatâs why Iâm sharing only some of my top picks.
You train people so they donât flail or fail – you train them to succeed.
In my opinion, thatâs a great mindset for leaders to have – focus on what needs to happen or to be done for success, rather than making minimum to escape failure. Despite the quote mentions people training, I think it applies to success in general as well, no matter if it is your success, direct reportâs success, teamâs success, company success, etc. Once the leader is aware of the success definition for each individual case they can work towards it.
The most important leadership lessons I learned throughout my career came directly from someone who took the time to teach, coach, and share ideas with me.
This is so true and I fully agree. What I also like in this quote is that one could receive and give support at the same time. I really appreciate the intention, time, and knowledge of people who mentors and coaches me, and at the same time, Iâm doing my best to pay back and forward.
Never walk by a mistake
That rule might sound arguable and I think even be harmful if applied at the extreme level, but the idea is very powerful. An unaddressed mistake sets a lower standard by giving a signal to a person or a group that a particular level of quality/behavior is acceptable. After a few confirmations (unactioned mistakes) the lower standard transforms into the implicit culture. Thatâs why spotting, acknowledging, and working with mistakes helps to update the standard and support the culture.
So this rule should be considered in the context of the culture youâre supporting. Never walk by a mistake disrupting your culture. Even if itâs small enough itâs way easier to fix it until it grows into something huge like a snowball.
Do the right thing for the right reason
Courage is defined in the book as âHaving the guts to do the right thing for the right reasonsâ. This is so true, whether itâs speaking up, having a tough conversation, letting the person go, stepping back, or anything else, leaders need the courage to get out of their comfort zone and âJust Do Itâ :trademark: It may look like something easy to do in theory but very hard in practice at times.
To maximize potential – ⌠– leaders need to look in the mirror and at their immediate surroundings to figure out whatâs missing. Those courageous enough to embrace the power of diversity will thrive.
People are different, everyone has their own unique background – the mix of history, knowledge, culture, environment, and experience. It applies to people you work with and people you create products and services for. So our background inevitably affects any opinions, thoughts, or biases we have and limits our ability to see a bigger picture. Thatâs where the power of diversity is needed to look at the problem from various perspectives, assemble the pieces of the puzzle, and make better decisions.
Everybody is replaceable – kings and queens, generals, CEOs, Hall of Fame athletes. Great leaders should be prepared to fire themselves and help find their heir apparent.
No comments here, just fully agree and love that idea.
I got the book more than a year ago as part of the employee welcome pack at Automattic and it spent some time on the bookshelf before I finally read it. I enjoyed the book a lot and recommend reading it with a pencil, notebook, or any other tool of your choice to collect the leadership wisdom dimes and bring them to life for the win.