'''
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 Events
The Power of Simplicity: Crafting Durable Software Systems
Published: at 06:00 PMBertrand DelacretazSimplicity often takes a back seat in software engineering. Yet, it’s absolutely key for creating durable and efficient systems.
Summer IT Grill & Party by guild42 and Community
Published: at 04:00 PMguild42.ch membersCelebrate with us 15 years of networking in the IT engineering community Bern and the existence of guild42.ch!
Past Events
Deepfakes: When AI Takes Deception to the Next Level
Published: at 06:00 PMKai YuGain practical insights and learn how to protect your organization from deepfakes as an emerging form of digital deception.
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.