2022

new Conf ({ “#workingsoftware”, {
when: “17-19 June 2022” ,
where: Resort Castello di Gallano,
language: ["ITA", "ENG"],
price: See below,
state: “Packing suitcases 🧳”,
how: new Event( “Working Software Conference 2022”, {
description:
      We're getting back to meeting in person!
      And we're also getting back to coding together, for real!

      As there are many ways to design and write good software, so this conference keeps reinventing itself each year.

      This time, we've come up with a new formula: two days of workshops, led by volunteers who are experts and professionals in the field.

      You probably have heard about "coding kata" (if you don't, here's a quick refresher): following the same metaphor from martial arts,
      a group of masters (sensei) will guide us through different workshops and coding katas, each one with a particular theme or focus.

      Each day we will have different workshops in different rooms, one session in the morning and one in the afternoon.
     ”
,
also:
      To make everything even more special, this year we'll be sharing our beautiful location
      (seriously! have a look at the pictures or try a virtual tour!) with another conference: the Agile People Camp.

      While they focus on the first value of the Agile Manifesto "Individuals and interactions over processes and tools",
      we will be training on the second value "Working software over comprehensive documentation".

      Each conference will have its own sessions (of course, "cross-pollinations" may happen and are welcome),
      and we will share moments together for lunch, dinner, and times for chat or fun.
     ”

})
}});

// Location 🏰

new Location ({ “#venue”, {
where: “Castello di Gallano,
address: [
“Via Gallano, Località Gallano, 1”,
“06030 Valtopina PG”
],
map: See the map 🌎”
}});

// Tickets 🎫

new ConferenceTickets ({
Get your conference ticket! 🎫”
});

// Call for sensei 🥋

new Sessionize ({
status: “CLOSED”
});

// About

new Event ({ “#conference”, {
title: “About”,
abstract: “This event is about software.”,
description: “We want to bring back to the core of agility developers, testers, and all the people who get their hands dirty building products that work, making users happy and companies profitable.”
}});

new People ({ “#craftmanship”, {
passion: “You are passionate about software development and testing”,
excellence: “You think that working software is the primary measure of progress”,
expertise: “You want to share your knowledge, experience and expertise”
}});

// Code of Conduct

new CodeOfConduct ({ “#inclusion”, {
title: “Code of Conduct”,
abstract: “The golden rule.”,
description: “Our conference is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organisers.
Please take a read at full version @ confcodeofconduct.com

}});

// Organized by IAM


// Become a Sponsor

new Sponsor ({ “#support”, {
what: “Support the conference and help us spread the spirit of agility 🙏”,
why: “Give back to the community and let people know about you”,
how: [“Sponsor Document, Sponsor FAQ”]
}});

// Sponsors 🎁

Intré
Sensei
Mia Platform
Variaction
20tab
Claranet

// Media Partners 📺

// Organisation Team 🤹‍♀️🤹‍♂️

new OrganisationTeam ({ “#volunteers”: [
“Emanuele Bassis”,
“Andrea Caglio”,
“Alessandro Colla”,
Luca Cruciani,
Alessandro D'Amico,
Fabio Fortini,
Marco Fracassi,
“Francesco Gallo”,
Fabio Ghislandi,
Alessandro Giardina,
Luca Giovenzana,
“Massimo Lavelli”,
Damiano Salvi,
Ferdinando Santacroce,
]});

// Contact 💌

new Contact ({ “#info”, {
email: workingsoftware@agilemovement.it
}});

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.