2023

new Conf ({ “#workingsoftware”, {
when: “30 June 2023” ,
where: MotorK,
language: ["ITA", "ENG"],
schedule: See below,
status: “Tired but satisfied. Now going for drunk 🍻”,
how: new Event( “Working Software Conference 2023”, {
description:
“We're getting ready to meet again!
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'll hold a day of talks and workshops,
led by volunteers who are experts and professionals in the field.”

}});

// Location 🏰

new Location ({ “#venue”, {
where: “MotorK”,
address: [
“Via Ludovico D'Aragona, 9”,
“20132 Milano MI”
],
map: See the map 🌎”
}});

// App 📲

new App ({
pwa: “Install from https://wsc2023.sessionize.com/,
features: [
“Schedule and speakers in a handy view optimized for mobile”,
“Find concurrent sessions easily”,
“Save your favorites”,
“Share!”
]
});

// Schedule 📅

new Schedule ({
timeTable: Take a look at the amazing schedule 📅”
});

// Speakers 👨‍🏫

new Speakers ({
bios: Meet our impressive roster of speakers 👩‍💻👩‍🎓👩‍🚀👨‍🎨”
});

// Tickets 🎫

new ConferenceTickets ({
ticketOffice: Get your conference ticket! 🎫”,
status: “Sold-out - you can still join the waiting list”
});

// 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 🎁

MotorK
Intré
CodicePlastico
Wolters Kluwer
Sensei
Mia-Platform
coders51

// Media Partners 📺

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

new OrganisationTeam ({ “#volunteers”: [
Emanuele Bassis,
Fabio Fortini,
Marco Fracassi,
Alessandro Giardina,
Alessandro Colla,
Luca Giovenzana,
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.