11 pages tagged with "team-work"
People skills
September 02, 2024So, you’re a software developer, and you’ve mastered coding languages, algorithms, and all the tech stuff. That’s awesome! But here’s the deal: technical skills alone won’t get you as far as you might think. If you can’t work well with others, it doesn’t matter how great your code is — nobody will want to work with you.
So, you’re a software developer, and you’ve mastered coding languages, algorithms, and all the tech stuff. That’s awesome! But here’s the deal: technical skills alone won’t get you as far as you might think. If you can’t work well with others, it doesn’t matter how great your code is — nobody will …Effective pair programming
March 28, 2024What is pair programming? Let’s first establish what pair programming is: Two people working together on the same problem at the same time. It is not about one person showing off their skills in front of another, nor one person afraid of making mistakes due to an impostor syndrome.
What is pair programming? Let’s first establish what pair programming is: Two people working together on the same problem at the same time. It is not about one person showing off their skills in front of another, nor one person afraid of making mistakes due to an impostor syndrome. Each person wil…Deployments on Fridays
February 25, 2024I have heard multiple times, from various people, the idea of panic towards deploying on Fridays. How good is that idea of banning the day before weekend from delivering new value to our clients or customers?
I have heard multiple times, from various people, the idea of panic towards deploying on Fridays. How good is that idea of banning the day before weekend from delivering new value to our clients or customers? The main argument in favor of NOT deploying on Friday is based on the idea that we “shoul…Great engineering
December 30, 2023Coding is not just another job. In the right environment, writing software can be really fun and, even more, it can be your personal hobby as well! So… you might be focused on coding, coding and more coding to level up your own career skills.
Coding is not just another job. In the right environment, writing software can be really fun and, even more, it can be your personal hobby as well! So… you might be focused on coding, coding and more coding to level up your own career skills. That itself is not bad at all! Practice makes the maste…Understanding people
August 22, 2022One of the most complicated challenges for everyone is avoiding misunderstandings and being aware that other people don’t think the same way as you do.
One of the most complicated challenges for everyone is avoiding misunderstandings and being aware that other people don’t think the same way as you do. Different perceptions People have different experiences and backgrounds, and we all have different perceptions of reality. This is the first thing …The path to seniority in software
June 08, 2022We all have been junior developers at some point. This is easy to know because it is at the very beginning of your carrier. Your responsibilities were narrowed down by other peers who were looking after you.
We all have been junior developers at some point. This is easy to know because it is at the very beginning of your carrier. Your responsibilities were narrowed down by other peers who were looking after you. Suddenly, at some point, after some months or years, you got your promotion or another job…Bikeshedding
May 27, 2022The term was coined as a metaphor to illuminate Parkinson’s Law of triviality.
People within an organization typically give disproportionate weight to trivial issues.
The term was coined as a metaphor to illuminate Parkinson’s Law of triviality. People within an organization typically give disproportionate weight to trivial issues. Bikeshed +-ing The concept was first presented as a corollary of his broader “Parkinson’s law” spoof of management. “Bikeshedding” i…Dunbar number
April 02, 2022Dunbar’s number is a suggested cognitive limit to the number of people with whom one can maintain stable social relationships, in which an individual knows who each person is and how each person relates to every other person.
Dunbar’s number is a suggested cognitive limit to the number of people with whom one can maintain stable social relationships, in which an individual knows who each person is and how each person relates to every other person. The study shows that: Close relationship: 5 people. Share deep trust: 1…Team Topologies
March 31, 2022Team Topologies focuses on how to set up dynamic team structures and interaction modes that can help teams adapt quickly to new conditions, and achieve fast and safe software delivery.
Team Topologies focuses on how to set up dynamic team structures and interaction modes that can help teams adapt quickly to new conditions, and achieve fast and safe software delivery. Team structure High cohesion: Group related things together. Loose coupling: There must be clear boundaries betwe…Pull Requests vs Pair Programming
April 01, 2021Let’s talk about the benefits of Pull Requests and Pair Programming, and my thoughts on these after some years of experience with them.
Let’s talk about the benefits of Pull Requests and Pair Programming, and my thoughts on these after some years of experience with them. Pull Requests A Pull Request (PR) is basically a way of showing your suggested code changes such that they are easily comparable with the existing source code. Thi…