'''
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
Scaling E-commerce: Architecture and Innovation at Digitec/Galaxus
Published: at 06:00 PMAndreas Caspers,Boško StuparJoin us for a technical deep-dive into how Digitec/Galaxus is building its platform serving over 4 million customers while maintaining clean, maintainable code.
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.