We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Software patterns for productive teams

Formal Metadata

Title
Software patterns for productive teams
Subtitle
Enabling teams to be more productive when working with Python & Django
Title of Series
Number of Parts
118
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Software development is a team game. When we want to deliver more work, one of the variables that we can change is the team size. But as we all know, increasing the team size does not automatically translate into increased productivity & more features shipped. If things are left unmanaged, people can step on each other toes, block each other & generally decrease the overall productivity of a given software project. In this talk we'll identify different problems teams can face & see how we can solve them using different strategies & patterns. In the end, we want to enable the team to perform better & ship features with high confidence. We want enable the team & put its potential into building good software. Problems we are going to cover: Constant merge conflicts / working in the same files Blocking each other on different features / Feature deadlock Constantly switching between bugfixing & feature development Constant regressions and things breaking down Fighting with local setup & not being able to properly test things, especially when working with 3rd parties Merge strategies & improving the work with git & GitHub Communication between team members & ego fights For each problem, we are going to propose different solutions with provided real-life examples from our experience & projects. The examples show are going to be in the context of large Python / Django projects. This talk is the natural sequel of the following talks from previous EuroPythons: EuroPython 2017 - Practical Debugging - Tips, Tricks and Ways to think - https://www.youtube.com/watch?v=9Ys4gCUtTh8 EuroPython 2019 - Django structure for scale and longevity - https://www.youtube.com/watch?v=yG3ZdxBb1oo
Keywords