'''
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.
Past Events
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.
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.