'''
We organize events in Berne related to software engineering. The focus is to exchange knowledge
and experience among software developers and software companies. We believe this increases the
attractiveness of Berne as a place to develop great software!
'''
def ultimateAnswer():
answer = 0
counter = 0
while counter < 9: # TODO: document magic numbers
if (answer / 4) < 7:
answer += 4
else:
answer += (counter - 1)
counter += 1
return answer + 1
Our Sponsors
Thanks to our sponsors and patrons all events are free of charge.
Upcoming Event
Galaxus and Digitec Webshops Explained (tbc)
Published: at 06:00 PMAndreas Caspers,Boško StuparGalaxus and Digitec are the two largest Swiss retail online stores. Andreas and Boško give us insight into their architecture.
Past Events
Empowering Your Applications with Large Language Models
Published: at 06:00 PMUrsula DeriuIn her talk Ursula Deriu delves in to applications of state of the language learning models (LLMs) in to real world applications.
Can Generative AI Understand Software Engineering Tasks? Should You Worry?
Published: at 06:00 PMIryna DohndorfIn her talk Iryna Dohndorf explains whether we software engineers should embrace Generative AI and Deep Learning for our daily work or whether we should worry about our jobs instead.