'''
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 ultimateQuestion():
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
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.
Past Events
Modern Web Development: Back to the Server!
Published: at 06:00 PMJonas BandiThis talk shows how React Server Components work, what problems they address and what new challenges they create when developing web applications. We also take a closer look at the full-stack ambitions of other modern frontend frameworks.
Self Contained Systems and Micro Frontends in Practice
Published: at 06:00 PMMichael LehmannWith Self-Contained Systems we have an architecture to design large web applications and customer portals. This architecture ensures that the system remains manageable and maintainable thanks to individual, independent modules. This talk gives an overview of the self-contained systems architecture as well as lessons learned.