Skip to content

Latest commit

 

History

History
180 lines (150 loc) · 11.4 KB

agile.md

File metadata and controls

180 lines (150 loc) · 11.4 KB

Bookmarks tagged [agile]

https://itexpert.fr/blog/critique-manifeste-agile/

Agile est de très loin la méthodologie phare du développement logiciel. Mais est-elle aussi parfaite qu'elle en a l'air ? C'est ce qu'on va voir.

  • 📆 published on: 2021-06-20
  • tags: agile

https://www.infoq.com/presentations/death-continuous-integration/

Steve Smith compares and contrasts different types of Feature Branching and Trunk Based Development, and explains why Continuous Delivery without Continuous Integration is not working.


https://devqa.io/agile/agile-testing-mindset-tester-role-agile-team/

In an Agile team, testers must closely collaborate with all other team members and with business stakeholders. This has a number of implications in terms of the skills a tester must have and the activ...


https://www.atlassian.com/agile/scrum

Scrum is a framework that helps teams work together. Much like a rugby team (where it gets its name) training for the big game, Scrum encourages teams to learn through experiences, self-organize while...


https://www.mountaingoatsoftware.com/blog/a-simple-way-to-run-a-sprint-retrospective

My favorite approach to sprint retrospectives is what’s called a “start, stop, continue” meeting. Find out why.


https://www.togglz.org/

Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of...


https://mountaingoatsoftware.com/blog/make-the-product-backlog-deep

Roman Pichler and Mike use the acronym DEEP to summarize key attributes of a good product backlog:

  • Detailed Appropriately. User stories on the product backlog that will be done soon need to be ...
  • tags: scrum, agile

https://www.dasscrumteam.com/de/user-stories

Eine User Story ist ein einfacher Satz auf einer Karte. User Stories machen die Kommunikation zwischen Anwendern und Entwicklern sichtbar.


https://xp123.com/articles/invest-in-good-stories-and-smart-tasks/

XP teams have to manage stories and tasks. The INVEST and SMART acronyms can remind teams of the good characteristics of each.


https://www.youtube.com/watch?v=fb9Rzyi8b90

The March 20, 2007 Meeting. Featuring Mike Cohn, Agile Estimation


https://www.mountaingoatsoftware.com/blog/its-effort-not-complexity

Story points in Scrum are not about the complexity of developing a feature; they are about the effort required to develop a feature.


https://www.atlassian.com/agile

Learn agile software development, agile methodologies and industry best practices from beginner tutorials to advanced topics.


https://www.youtube.com/watch?v=U_jwpInVXD8

As part of the Scrum Tapas video series, Professional Scrum Trainer Robert Pieper talks about how Gantt Charts and Burn-Down Charts are often used to manage agile projects, why they are fundamentally ...


https://www.youtube.com/watch?v=d0VBsZOBc_0

Clear explanation of Lean Coffee procedure

  • 📆 published on: 2015-07-21
  • tags: agile

https://kendis.io/spotify/exploring-key-elements-spotifys-agile-scaling-model/

Spotify has become a popular music player well known for providing original and a limitless collection of music content. It was launched in 2008 and has now become a large company with nearly 1600 emp...

  • 📆 published on: 2018-07-23
  • tags: agile, scrum

https://www.jamesshore.com/Agile-Book/

Welcome to the The Art of Agile Development book site! Here, you'll find a cornucopia of bonus material, such as downloadable posters, behind-the-scenes material, and new insights.


https://www.youtube.com/watch?v=ET3Q6zNK3Io

This video on pair programming is part of an ongoing series of short videos covering common Agile Practices.

  • 📆 published on: 2011-05-02
  • tags: agile

https://medium.com/@schrockn/on-code-reviews-b1c7c94d868c

Code reviews are a really important part of the engineering process. However, they can become onerous, especially with certain attitudes and dispositions by code reviewers. If approached with the wron...

  • 📆 published on: 2018-10-03
  • tags: agile

http://www.methodsandtools.com/archive/scrumburndown.php

The Scrum burndown chart is a fundamental metric to track agile software development projects


http://www.agilebuddha.com/agile/agile-thinking-stop-starting-start-finishing/

On its outset it looks like, "Stop starting, start finishing" philosophy is limited to Lean. Scrum world is either doing it well or doesn't need it. Right?


https://www.scrumguides.org/

Scrum is a framework for developing and sustaining complex products. This Guide contains the definition of Scrum. This definition consists of Scrum’s roles, events, artifacts, and the rules that bind ...


https://medium.com/swlh/agile-is-the-new-waterfall-f7baef5d026d

Critical view on agile development...

  • 📆 published on: 2015-10-13
  • tags: agile

https://8thlight.com/blog/uncle-bob/2015/10/16/agile-and-waterfall.html

The author lists the points of agile practices that might help the development process like - the planning game, customer tests, continuous integration etc....


http://testobsessed.com/2008/12/acceptance-test-driven-development-atdd-an-overview/

Acceptance Test Driven Development (ATDD) is a practice in which the whole team collaboratively discusses acceptance criteria, with examples, and then distills them into a set of concrete acceptance t...


http://agilecoffee.com/

A roomful of engaged agilists sharing espresso shots of agile / lean wisdom


[Manifesto for Agile Software Development

](http://agilemanifesto.org/) http://agilemanifesto.org/

We are uncovering better ways of developing software by doing it and helping others do it. Through this work we have come to value:

  • Individuals and interactions over processes and tools
  • **Wor...
  • tags: agile