2024

new Conf ({ “#workingsoftware”, {
when: “14th June” ,
where: University of Brescia - Office of Engineering,
language: ["ITA", "ENG"],
schedule: See below,
status: “Organizing the best WSC ever!”,
how: new Event( “Working Software Conference 2024”, {
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.”

}});

// Call for speakers 🥋

new Sessionize ({
status: Call for speakers IS CLOSED!
});

// Location 🏰

new Location ({ “#venue”, {
where: “University of Brescia - Office of Engineering”,
address: [
“Via Branze, 38”,
“25123 Brescia, Italy”
],
map: See the map 🌎”
}});

// Accomodations 🏨

new Accomodations ({ “#hotels, [
{
name: “DoubleTree by Hilton”,
distance: “800m from the Venue”,
agreement:
“For the night of June 13th there are double rooms (until availability lasts):
single use at €130, double use at €145 per room, breakfast included”
}, {
name: “Regal Hotel & Apartments”,
distance: “1.5km from the Venue”,
}, {
name: “Master Hotel & Congress”,
distance: “2.5km from the Venue”,
}
]});

// Tickets 🎫

new ConferenceTickets ({
ticketOffice: Get your conference ticket! 🎫”,
status: “Time is ticking! We are waiting for you!”
});

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


// Patronaged by Università degli Studi di Brescia


// 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 ❓❗”]
}});

// Main Sponsors 🚀

Intré
Servizi CGN
Wolters Kluwer
Soluzioni Futura
CodicePlastico
Sensei

// Base Sponsors 🎁

coders51

// Media Partners 📺

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

new OrganisationTeam ({ “#volunteers”: [
Alessandro Giardina,
Marco Fracassi,
Alberto Acerbis,
Alberto Tronchin,
Alessandro Colla,
Davide Brognoli,
Emanuele Bassis,
Emanuele DelBono,
Fabio Fortini,
Ferdinando Santacroce,
Francesco Gallo,
Gianni Bossini,
Luca Giovenzana,
Maddalena Germinario,
Omar Milini,
Stefano Marello,
]});

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