Showing posts with label conference. Show all posts
Showing posts with label conference. Show all posts

Friday, September 23, 2011

An incredibly intensive 1st ALE2011 Unconference – Agile and Lean Europe in Berlin

 (Olaf Lewitz, one of the central organizers, on a photo by Marcin Floryan)
In February, 2011, the Agile and Lean Europe network was founded in LinkedIn by Jurgen Appelo, Author of Management 3.0. He asked the European lean and agile practitioners and communicators to join. We were about 1000 members within a month, and there were lots of active interesting discussions, “bathtub conferences” and many ideas how to collaborate more closely. The first real-life meeting happened at XP2011 in May in Madrid. Since then, 47 people with a vision created the best and most intense (un)conference I have ever attended. My own role was to be part of the “industry sofa” – we had “sofas” instead of “chairs.” I spent some of my free time reviewing abstracts and finding out whether these people were good speakers, if I had not heard them speak before. The final result we composed is amazing - http://ale2011.eu/speakers/ .
All further work was organized via real-time collaboration tools: Skype, Basecamp, GoogleDocs, Mindmeister, Twitter, and Conftool. Real-time mostly meant evenings, sometimes even weekends. The final event structure included one keynote every day - with Rachel Davies, Bjarte Bogsnes and David Snowden, we had three highly interesting speakers, two of which are not from the software world, but are teachers of lean concepts for management.  Each day started with a funny coding dojo warm up, followed by 30-minute talks in the morning, lightning talks after lunch, and Open Space all afternoon. Virtually everybody participated actively in something: more than 220 people from at least 27 European countries. Talk topics ranged from “Software Craftmanship” and “Metrics in a complex world” to “How to change the world.”
Bjarte Bogsnes from Statoil, Norway
For me, Bjarte Bogsnes with his “Beyond Budgeting” talk was most inspiring (http://ale2011.eu/2011/09/17/ale2011-keynote-bjarte-bogsnes-on-beyond-budgeting/ ), but… yes, but… the 7 levels of hierarchy between me and the CEO of our company make me think that this is not the easiest thing to put into practice by myself. Fortunately, many other talks also had inspiring contents!
From Henri Kivioja from Ericsson, Finland, I learned how we can guide managers to practice go and see with the Scrum teams: they just got rid of all kind of upward reporting from project to line managers. They also reduced their full test cycle dramatically, from about 1 year for the whole system (100%) to about 1 week for 90%.
Eva Kisonova and Sabine Canditt presented a funny game of cultural differences they have practiced with our Scrum teams in Slovakia. It showed the stereotypes that may exist on both sides, which can make collaboration difficult if the teams have not reflected on them. Putting it into practice in a small example among the participants was really fun.
Rob van Lanen explained why and how they had realized FedExDays with his company’s developers in the Netherlands. This is a 24-hour slot, in which the developers can develop whatever they want – the only condition is that they must present it after that time. The department provides food and drinks, and the CEO is present at the demo at the end. The participants created 4 products, a traffic light tool for the software build, and a gaming application. They self-organized to do Scrum in one-hour slots and even pair programming. It was a great motivational boost for the teams.
Claudio Perrone gave an excellent introduction to A3 and Kaizen, which can actually be understood when you look at this outstanding presentation: http://www.slideshare.net/cperrone/a3-kaizen-heres-how. In this way, continuous improvement can be introduced on all levels: in the project team and on organizational level with the managers. This is something we should put more emphasis on soon.
Torsten Kalnin explained how the Wikispeed team builds modular speed cars using very little fuel with lean and agile virtual collaboration of volunteers around the world – an amazing example for agile hardware development – see also at http://www.techflash.com/seattle/2011/02/the-future-of-cars-and-everything.html.
I visited a few more talks related to big agile transitions, offshore and distributed experiences, which we later followed up with discussions in the Open Space.
Open Space facilitated by Mike Sutton
The most intense part of the unconference was surely the Open Space sessions: everybody posted his/her topics at a common marketplace, and there were a lot of different spaces in the venue where we could start discussing around a flipchart. On the first day, I proposed a talk about organizational impediments, to get stories of what happened and how people actually resolved them.  Later, I was in another big agile transition discussion, and there I met a couple of people who also used communities of practice in their companies. So I had my topic for the next day: how to get CoPs going, and how to keep them alive in their original sense, as a means for knowledge acquisition, best practice exchange, and as a catalyst for improvements.
You can find almost all references from the conference in two places: http://ale2011.eu/resources/ and with #ALE2011 on Twitter. A lot of lean and agile conferences in the next future will be powered by the spirit of the ALE-Network, I am sure! J
Andrea Heck

Tuesday, May 17, 2011

XP 2011 Open Space session: Teaching TDD to a Team so that it sticks

On XP 2011 conference in Madrid, I invited to an Open Space session named "Teaching TDD to a Team so that it sticks". I stated the problem below, and a couple of interesting people showed up and gave very helpful hints, among them Charlie Poole, the inventor of NUnit, as well as Patrick Kua and Alexandru Bolboaca. I have integrated some hints from an earlier discussion of the topic with Emily Bache and Johannes Brodwall at the ACCN in Oslo.

The problem description:
Let’s take a couple of Scrum teams who have already been doing Scrum for a while, but are still lacking some technical practices. Agile coaches are convinced that Test Driven development (TDD) would help them create better and more solid code.
Some have had the opportunity to attend a TDD or XP in general training session, but only very few have taken back something to their work.

What could be the reasons for that?
·         TDD is not intuitive, but you have to practice a time to overcome the first problems
·         If they are the only ones in their teams, it is difficult to stick to it, not having whom to ask
·         There is also pressure to take on constantly work from the product backlog, and work will be first slower than without TDD – they need the consent of their Product Owner
·         Maybe it has not been communicated enough that management and Product Owners would tolerate some initial productivity loss, and at which time
·         The examples from training were easy, but the own project is really hardcore programming J
·         In some project setups, it may not be the same developers who profit from good code, as bugs are corrected by someone else => no closed feedback loop

How can we now bring a good training/coaching solution in?
·         All participants should be voluntarily doing the training
·         The training should be done focusing on one team at a time
·         The training can be 2 or 3 days off site – not in the normal work environment
·         To explain TDD well, code examples that are not from the own project are used at least the first 2 days
·         it is helpful if code examples are from the main programming language that the participants are using
·         The proper UT frameworks need to be installed on the developers' machines when they are starting
·         A code retreat could be used for the first phase – this is a couple of developers sitting together and working on the same problems several times, deleting the code in between – outcome is that it is reasonable to create good maintainable code
·         A coding dojo is also a good technique – a group of developers solving a problem, doing TDD, but only one pair at a time will actually work on the code, while the others can look on the projector, and one dojo participant will change from time to time
·         After the participants have some good idea about TDD and first practice, it will be good for credibility and transfer to their own work to look at some own code examples from the team’s real life project
·         The trainer needs to prepare for that, so he/she can work with that code
·         The workshop needs to bring the mindset change to “it is fun working with TDD”
·         After the initial training,  there must be an agreement with the Product Owners how much time can teams spend per week/per iteration on practicing TDD
·         Follow-ups take place in the normal work environment: coach pairs with people in a team on real programming problems
·         From time to time a code retreat or coding dojo to learn more interesting things (refactoring, cleaner code) and practice TDD in volunteer group will lead to strengthen the practice and amplify the learning

Monday, May 16, 2011

XP 2011 conference in Madrid: report of a newbie

Well, I have to admit that while I have been attending and even presenting on a couple of software conferences in the last few years, it was the first time I visited an XP conference. It was kind of that the idea struck me early in April 2011: there is an XP 2011 conference going on inMadrid, soon, they will talk about globalizing agile – this is just what I am doing in my daily work and what I am interested in, and on the other hand, XP means technical agile practices, and this is what our teams still need to develop more.

The intutive decision turned out to be quite good. I met many interesting people – some of the already known from ocasions like the AgileEastern Europe conference in Kiev, the Scrum Gatherings in Stockholm or Munich, or small events like the Agile Coach Camp Norway, or even from Siemens-internal agile conferences some years ago. And I met quite new persons, at least for me, who enriched my view of the agile world.

 













The XP conference seems to build a unique link between industry practicioners and university investigators. It is great to see how the Master or PhD students profit from the direct discussions with people who have global agile experience in the industry. On the other hand, it gives the industry people quick access to new research results.

There are several topics where I found particularly interesting information:
  • Agile and Leadership – here to mention the keynote from Esther Derby and the presentation from Jurgen Appelo
  • Industry reports – Even the ESA converted from waterfall to agile, as reported by Rui Santos and Marc-Elian Begin. In companies, I have now seen several times seen the agile release train by Dean Leffingwell applied – also in the report by Gabor Gunyho from F-Secure.
  • Agile coaching – a very practical workshop with Patrick Kua I had the pleasure to particpate in.
  • The initiative for creating a vision and rules for the recently born Agile and Lean Europe network (ALE) – and a lot of activites following up, including a new conference rotating through European countries, starting September 7.-9., 2011 in Berlin.
  • And last not least the results of my open space inquiry about Teaching TDD to a Team so that it sticks.
I will follow up to these topics with separate blog entries in the next couple of days, starting with the TDD open space.
(photos by Hubert Baumeister)