Share:

News / Blog: #glossary

What is the Spotify method?

05/15/2023 | By: FDS

The Spotify Method, also referred to as "Agile@Scale" or the "Spotify Model," is an agile work methodology developed by Swedish music streaming platform Spotify to improve collaboration and scale in their business.

The Spotify model combines elements from agile software development and lean management methods and is designed to respond quickly to changes in the market and customer needs. The model is based on a matrix organizational structure that enables teams to work together quickly and flexibly to develop solutions.

The Spotify model is based on a matrix organizational structure that enables teams to work together quickly and flexibly to develop solutions.

In this structure, teams are organized into what are called "squads" (small, autonomous work groups), each working on a specific product or feature area. Multiple squads then form "tribes" (departments) that focus on similar business areas. Within a Tribe, there are also "Chapters" (technical groups) that specialize in specific skills or competencies, such as programming, design, or quality assurance, and share and support each other across the different Squads.

The Spotify model also emphasizes the importance of regular feedback and continuous improvement to ensure that teams can learn and adapt quickly. It has become a popular model for other companies looking to implement agility in their organization.

Like (0)
Comment

What is a Squad (Scrum)?

05/15/2023 | By: FDS

A squad is a term used within the agile working methodology Scrum. A squad refers to a small, self-organized, and cross-functional group of people working together on a specific project or product.

A squad in Scrum typically consists of 5-10 people, including developers, designers, testers, and other professionals necessary to achieve the common goal. Each squad typically has a Scrum Master, who is responsible for ensuring that the Scrum methodology is followed and that the team is supported.

The idea behind a squad is to enable an effective and efficient way of working by having the team be self-organized and have all the necessary skills to work on the project from start to finish. A squad works in short iterations, called sprints, and continuously works to improve the product or project to ensure that it meets the needs and requirements of the customer.

Like (0)
Comment

What is a Tribe (Scrum)?

05/15/2023 | By: FDS

In Scrum, the term "Tribe" does not refer to the term in anthropology, but to a specific organizational structure. A Tribe is a group of multiple Scrum teams working together to support a larger initiative or project.

A Tribe is typically larger than a single Scrum team and may consist of multiple Scrum teams. Teams within the Tribe collaborate and communicate regularly to ensure that all teams are on the same page and achieving the project goal.

A Tribe can be led by a Tribe Leader or a so-called "Chief Scrum Master" who coordinates the work of the different teams and ensures that all teams work together effectively. Members of a tribe can come from a variety of disciplines, including developers, designers, testers and others.

By using Tribes, Scrum teams can collaborate more effectively to tackle larger projects and achieve better results. This leads to greater efficiency and productivity, and helps support the agile principles of Scrum.

Like (0)
Comment

What is project management?

05/15/2023 | By: FDS

Project management is a systematic approach to planning, organizing, managing and controlling projects. The goal of project management is to ensure that projects are completed successfully by effectively deploying all necessary resources to achieve the defined objectives.

Project management involves various tasks and responsibilities, such as defining project specifications and objectives, planning and monitoring resources, coordinating team members, monitoring project progress, and adjusting plans and budgets to address changes and risks.

Project management is used in many fields, such as IT, construction, product development, and research. There are different approaches and methods for project management, such as the waterfall model or agile methods like Scrum and Kanban. The choice of the appropriate method depends on the type of project, the available resources, and the needs of the customer.

Like (0)
Comment

What is Test Driven Development (TDD)?

05/15/2023 | By: FDS

Test Driven Development (TDD) is a software development method in which developer:s first write tests before implementing code. The process consists of three steps: writing a test, implementing the code to pass the test, and refactoring the code to improve it.

In TDD, developer:s begin by formulating requirements for the system in the form of tests before writing the actual code. These tests are automated and run over and over again to ensure that the code continues to work as it is extended or changed.

The purpose of TDD is to ensure that the code does exactly what it is supposed to, and that it is clean, efficient, and easy to maintain. The method also helps identify bugs in the code early on, before they become major problems, and provides a way to measure and track the progress of development.

TDD can be used in many programming languages and environments, and is considered by many developer:s to be a proven method for producing high-quality code.

Like (0)
Comment