OpenStack
Meet other local people interested in OpenStack: share experiences, inspire and encourage each other! Join a OpenStack group.
1,912
members
2
groups
Largest OpenStack groups
Newest OpenStack groups
Frequently Asked Questions
Yes! Check out openstack events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the openstack events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find openstack events near your location here. Connect with your local community and discover events within your area.
OpenStack Events Today
Join in-person OpenStack events happening right now
Weekly Open Bateria - All Levels Welcome
⬇️⬇️⬇️ **EN/DE/PR** ⬇️⬇️⬇️
**🎶 Samba Drumming,** **Open Bateria** **🎶**
Beginners and experienced drummers... all are welcome! This session is about discovering samba, or discovering a different samba instrument if you are already playing.
***Note:*** if you are experienced with samba enredo drumming and would like to dive straight into an ensaio please reach out to us. We are always looking to grow our core team!
**💥 What to Expect:**
\- All Skill Levels: From newbies to seasoned drummers\.
\- No Instruments Needed: We provide everything\, but you can bring your own\.
💰 **Cost** 💰
First-timers try-out for free! 12 CHF per session thereafter (open bateria is included in full association membership).
**🥁 Ready to Drum?** 🥁
Don't miss this fun, energizing session! Connect with the samba community and drum your heart out.
**📌 What to Bring:**
**\- Ear Plugs:** Recommended "Alpine Music Pros."
**\- Water Bottle:** Stay hydrated.
**\- Spare T\-Shirt:** It gets warm!
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**"🎶 Samba Trommeln, Offene Bateria 🎶**
Anfänger und erfahrene Trommler... alle sind willkommen! In dieser Session geht's darum, Samba zu entdecken oder, wenn du schon spielst, ein anderes Samba-Instrument auszuprobieren.
***Hinweis:*** Wenn du bereits Erfahrung mit Samba-Enredo-Trommeln hast und direkt in eine Probe einsteigen möchtest, melde dich bei uns. Wir sind immer auf der Suche, unser Kernteam zu erweitern!
**💥 Was dich erwartet:**
* Alle Erfahrungsstufen: Von Neulingen bis zu erfahrenen Trommlern.
* Keine Instrumente nötig: Wir stellen alles zur Verfügung, aber du kannst gerne dein eigenes mitbringen.
**💰 Kosten 💰**
Erste Session kostenlos! Danach 12 CHF pro Session (offene Bateria ist in der vollständigen Mitgliedschaft enthalten).
🥁 Bereit zum Trommeln? 🥁
Verpass diese spaßige und energiegeladene Session nicht! Verbinde dich mit der Samba-Community und trommle aus vollem Herzen.
📌 Was du mitbringen solltest:
* Ohrstöpsel: Empfohlene "Alpine Music Pros."
* Wasserflasche: Hydriert bleiben.
* Ersatz-T-Shirt: Es wird warm!"
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**🎶 Samba de Bateria, Bateria Aberta 🎶**
Iniciantes e bateristas experientes... todos são bem-vindos! Essa atividade é pra você conhecer o samba ou, se você já toca, descobrir um instrumento diferente de samba.
***Nota:*** se você já tem experiência com samba enredo e quer ir direto para um ensaio, entre em contato com a gente. Estamos sempre buscando crescer nosso time principal!
**💥 O que Esperar:**
* Todos os Níveis: De novatos a bateristas experientes.
* Sem Necessidade de Instrumentos: Nós fornecemos tudo, mas você pode trazer o seu se quiser.
**💰 Custo 💰**
A primeira sessão é grátis! 12 CHF por sessão depois (bateria aberta está incluída na associação completa).
**🥁 Pronto para Tocar? 🥁**
Não perca essa sessão divertida e energizante! Conecte-se com a comunidade do samba e toque com o coração.
**📌 O que Levar:**
* Protetores de Ouvido: Recomendamos "Alpine Music Pros."
* Garrafa de Água: Fique hidratado.
* Camiseta Extra: Vai esquentar!"
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
March Meetup @ Digitec Galaxus
Join us for our next GraphQL Meetup on **March 12th** in Zürich!
The event will start at **6:00 PM**, with time for networking and the first talk beginning at **6:30 PM**. Location, drinks, and food are generously provided by **Digitec Galaxus**.
If you’d like to host one of our future events, please reach out to us at contact@chillicream.com.
The event will be **hybrid**. We strongly encourage you to join us in person for the full experience, but we will also provide a livestream for remote attendees. When you sign up, please let us know whether you’ll attend in person or online.
**Schedule**
**18:00 – 18:30**
Welcome & Networking
**18:30 – 19:00**
**GraphQL Batching: DataLoaders and Batch Resolvers Explained** \- Michael Staib
GraphQL servers rely on batching to avoid the N+1 problem, but where should batching actually happen?
In this talk, we explore three common approaches: DataLoaders, Batch Resolvers, and breadth-first (BFS) execution. While all aim to reduce redundant data fetching, they solve different problems and live at different layers of your stack.
We will examine how each approach works, when to use one over the other, and how modern GraphQL servers implement batching under the hood. Along the way, we will look at practical execution details like field merging and batching across multiple operations.
By the end, you will have a clear mental model for GraphQL batching and the trade-offs between DataLoaders, Batch Resolvers, and BFS execution.
**19:00 – 19:30**
**Semantic Introspection** \- Pascal Senn
GraphQL's rich type system makes it an ideal foundation for agents to explore and work with APIs.
The SDL provides the structure agents need to reason about capabilities and data.
Queries let them retrieve information, while mutations enable them to take action.
In practice, however, production GraphQL schemas are often too large to fit in the context window and difficult to understand without additional context.
So what if agents could interact with any GraphQL API in a generic, reliable way?
In this session, we'll look at the challenges of agentic interactions with GraphQL and how semantic introspection could unlock a new way for agents to navigate the schema and interact with GraphQL APIs more reliably.
**19:30 – 20:00**
**The Future of GraphQL Federation: Composite Schemas in action** \- Tobias Tengler
GraphQL federation enables teams to compose multiple services into a single unified API. But the federation ecosystem is evolving.
In this talk, we introduce the GraphQL Composite Schema specification, a new open standard developed under the GraphQL Foundation and co-created by Apollo, The Guild, and ChilliCream. Rather than introducing yet another competing approach, the Composite Schemas specification aims to standardize and modernize GraphQL federation by addressing limitations of earlier federation protocols.
We will explore how GraphQL APIs can be federated using Composite Schemas and how queries are planned and executed across services. Along the way, we will demonstrate the first implementation of the specification with Hot Chocolate Fusion 16 and share some of the design decisions behind it.
By the end, you will understand what Composite Schemas are, how they improve GraphQL federation, and how to start using them with Fusion.
This Thursdays at ROBINS - Comedy Brew! English Stand-Up Comedy Open Mic
Come and get you **Comedy Brew**, your fix of English Stand-Up Comedy! We serve a fresh, locally sourced 'menu' of 10 comedians, as organic as your favorite farm-to-table meal, all geared up to make you laugh out loud.
**Tickets at:** [https://bit.ly/iyfcb](https://bit.ly/iyfcb)
Unleash your laughter at [ROBIN's coffee](https://maps.app.goo.gl/E1e3H9GRDDJaPK8z9), the coziest New York-style coffee bar in the heart of Zürich.
**Dare to Make 'Em Laugh? 🎤😂**
Ever fantasized about grabbing the mic and cracking some jokes yourself? Well, your dream could come true! Visit [our performer's page](https://inyourfacecomedy.ch/perform/) to find out how you can take the stage and spread laughs like a pro.
**See You There! 🎤😂**
Come down to ROBIN's, break some bread, share some laughs, and maybe even catch the comedy bug yourself! See you there every Thursday!
Powered by IN YOUR FACE Comedy 🌟 [Check Us Out!](https://instragram.com/inyourfacecomedy/)
**Tickets at:** [https://eventfrog.ch/comedybrew](https://eventfrog.ch/comedybrew)
**Frequently Asked Questions**
* ***Is the show really in English?*** Absolutely. Every set is performed in English by a mix of Swiss-based and international comics, so no Swiss-German skills required.
* ***What’s a “Comedy Open Mic”?*** It’s the testing ground for jokes. Pros road-test fresh material and brave newcomers grab their first five minutes. Expect some gems, some flops—and the fun of seeing comedy born in real time.
* ***Will it be funny?*** Most of the time, yes! An open mic is a roller-coaster: seasoned acts, new voices, and the occasional glorious train-wreck. It’s all part of the charm.
* ***Can I perform too?*** Yes - you need to book a spot - find out more about how to do it here: [https://inyourfacecomedy.ch/perform/](https://inyourfacecomedy.ch/perform/).
* ***Do I need to buy tickets in advance?*** Please do. We’re usually running around before the show and door sales slow things down. If you’re stuck, we’ll try, but no promises. Link to tickets as at [https://inyourfacecomedy.ch/comedybrew/](https://inyourfacecomedy.ch/comedybrew/)
* ***How does seating work?*** First come, first served so grab a drink, snag a seat, and settle in.
* ***Is food available at the bar?*** ROBIN’s serves drinks only. For a pre-show bite, try **Restaurant Johanniter** (classic Swiss) or **Holy Cow!** across the street for burgers.
* ***Will the comedians pick on me?*** We chat with the crowd for laughs, not humiliation. Friendly banter only - you’re safe.
* ***How long is the show?*** Doors open 7:30pm, show starts \~7:50pm with a 15 min break in the middle ending around 10pm. Enough time for the last trams home...
* ***Age limit?*** All ages welcome of course 16+ recommended (adult themes, spicy language).
Flutter Zürich Hybrid Meetup March 2026
Join us on Thursday, March 12th for an evening of **Flutter**, **mobile product development** and **real-world lessons** \- with talks\, networking and a community roundtable\.
This meetup is for **everyone involved in building mobile products**, not just developers:
Flutter & mobile engineers, UX/UI designers, product & project managers, QA, engineering leads, founders and decision makers.
You don't need to write Flutter code to benefit — this is about building better mobile products, end-to-end.
Event language: **English**
Free **snacks & drinks** will be available on-site (while supplies last that is)
**WHAT YOU'LL LEAVE WITH**
• Practical patterns for moving from MVP to maintainable codebases
• Architecture lessons for scaling Flutter apps beyond a side project
• New contacts across dev / UX / product / leadership (and fresh perspectives)
**SCHEDULE (CET / Zürich time)**
• 18:30 Doors open @ Liip AG + Google Meet starts
• 19:00 Talk #1 (45 min)
• 19:45 Break (15 min)
• 20:00 Talk #2 (45 min)
• Afterwards Networking + community roundtable (demos, questions, discussion)
**TALKS**
• 19:00: **From MVP to Maintainable** by Radivoje Ostojic (45 min)
• 20:00: **Building Production-Ready Flutter Apps: From Side Project to Scalable Architecture** by Mordecai Shekwogaza (45 min)
**COMMUNITY ROUNDTABLE (before / between / after talks)**
Show what you're working on (even early prototypes), share open-source contributions, ask for feedback, discuss app architecture, UX challenges, performance, analytics, delivery pipelines, and the future of app development.
**JOIN ONLINE (Google Meet)**
https://meet.google.com/tjf-htxa-xmm
**JOIN ON-SITE (Zürich)**
The location will take place at the offices of:
Liip AG
Limmatstrasse 183
8005 Zürich
Bring a colleague (dev, UX, PM, stakeholder) — the more perspectives, the better!
Korean Dinner - Misoga
For this meetup we are going to taste the Korean cuisine offered by Misoga.
One of the most famous Korean restaurant in Zurich
You can have a look at the [menu here ](https://www.misoga.ch/_files/ugd/154330_0a96a8d54fbd42adbbb8ff6aaab83df2.pdf)
The table is reserved under my name Marco Azzari
Atlassian Community Zürich - Breakfast Edition
AC Zurich Community Znüni (DE)
"Für einen guten Start in den Tag mit Confluence, Community und Gipfeli."
Wir laden Dich herzlich zu unserem Community Breakfast ein! Gemeinsam möchten wir den Morgen nutzen, um uns bei Kaffee und Frühstück auszutauschen, spannende Inputs zu hören und neue Impulse rund um Intranet, Wissensmanagement, Assets, Metadaten und Qualitätsmanagement mitzunehmen.
Datum: Donnerstag, 12. März um 09:00 Uhr
Treffpunkt: catworkx, Roter Turm, Theaterstrasse 17, Winterthur
Agenda:
9:00 Welcome & News
9:30 Vortrag Medics Labor AG
10:00 Input - Details folgen.
10:30 Vorstellung Marketplace App - Details folgen.
10:45 Ausblick auf weitere Events
11:00 Networking
Wir sehen uns dort!
AC Zurich Community Breakfast (EN)
„For a great start to the day with Confluence, community, and croissants.“
You’re warmly invited to join our Community Breakfast! Let’s use the morning to connect over coffee and breakfast, gain new insights, and exchange ideas around intranet, knowledge management, assets, metadata, and quality management.
Date: Thursday, 12th March at 09:00
Meeting point: catworkx, Roter Turm, Theaterstrasse 17, Winterthur
Agenda:
9:00 Welcome & News
9:30 Presentation by Medics Labor AG
10:00 Input – Details to follow
10:30 Marketplace App Presentation – Details to follow
10:45 Outlook on Upcoming Events
11:00 Networking
See you there!
Agenda
---
Hosted By
Martin Wulff, CEO bitvoodoo
In the Atlassian ecosystem for over 13 years. Leading the Atlassian Community Zurich since 2020. Managing Communardo Switzerland (formerly bitvoodoo), an Atlassian Solution Partner, since 2012.
Mike Carstensen, Managing Partner
Passionate management consultant with a background in organizational theory, innovation - and technology management as well as process management. Atlassian certified and always striving for improved collaboration, transparency and team work.
Also Pizza fan and music enthusiast.
---
Global Partner
Atlassian (http://atlassian.com)
Millions of users globally rely on Atlassian products every day for improving software development, project management, collaboration, and code quality.
For over a decade, Atlassian customers have come together to network, share ideas, solve problems, and find new ways to use Atlassian products. Today, more than 15,000 people take part in Atlassian community events in more than 30 countries.
---
Complete your event RSVP here: https://ace.atlassian.com/events/details/atlassian-zurich-presents-atlassian-community-zurich-breakfast-edition/.
Zurich dbt Meetup #4 (in-person)
The 4th edition of the Switzerland dbt Meetup and the second one in lovely Zurich!
dbt Meetups are networking events open to all folks working with data! Talks predominantly focus on community members’ experience with dbt; however, you’ll catch presentations on broader topics such as analytics engineering, data stacks, data ops, modeling, testing, and team structures.
🤝 **Organizer:** Education First is organizing this event, enabled by the community team at dbt Labs
📍**Venue Host:** [Education First AG - Selnaustrasse 30, 8001 Zürich](https://www.google.com/maps/place/EF+Education+AG/@47.3711995,8.531678,1548m/data=!3m2!1e3!4b1!4m6!3m5!1s0x47900a010ab1eff3:0x94baf4132723c8ab!8m2!3d47.3711995!4d8.531678!16s%2Fg%2F1td5f0p1?entry=ttu&g_ep=EgoyMDI2MDIwNC4wIKXMDSoKLDEwMDc5MjA2N0gBUAM%3D)
🍕 **Catering:** Pizzas and drinks
**To attend, please read the Health and Safety Policy and Terms of Participation: [https://www.getdbt.com/legal/health-and-safety-policy](https://www.getdbt.com/legal/health-and-safety-policy)**
🗓️ **Agenda**
* 18:00 \| Welcome & registration
* 18:30 \| Opening remarks & housekeeping
* 18:45 \| What's new with dbt?
* 19:00 \| First talk: “Breaking Down Silos: How Analytics Engineering Bridges Data and Software Engineering” by [Federico Colio](https://www.linkedin.com/in/federico-colio/) & [Alex Thwaites](https://www.linkedin.com/in/alexander-thwaites99/) *(Education First)*
* 19:30 \| Second talk \- “Bridging Analytics and ML at Energie360: dbt\, AI Assistants\, and Domain Modeling in Energy” by [Magnus Struckmann](https://www.linkedin.com/in/magnus-struckmann/) *(Energie360)*
* 20:00 \| Food\, Drinks and Discussions 🍕🍺
**EVENT DETAILS:**
**The doors open at 6:00 pm. Presentations begin at 6:30 pm. Food and refreshments will be provided.**
➡️ Join the dbt Slack community: https://www.getdbt.com/community/
🤝 For the best Meetup experience, make sure to join the #local-\ channel in dbt Slack ([https://slack.getdbt.com/](https://slack.getdbt.com/)).
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
dbt is the standard in data transformation, used by over 40,000 organizations worldwide. Through the application of software engineering best practices like modularity, version control, testing, and documentation, dbt’s analytics engineering workflow helps teams work more efficiently to produce data the entire organization can trust. Learn more: [https://www.getdbt.com/](https://www.getdbt.com/)
OpenStack Events This Week
Discover what is happening in the next few days
Handstand Training (Open Level)
Sundays, 2pm-3pm.
Trial class: CHF 20
Drop-in: CHF 35
"I'll never be able to handstand".
You kick at the wall but see no progress.
Your wrists hurt.
You don't know how to improve...
It doesn't have to be this way.
Progress doesn't come from trying harder — it comes from practicing smarter. Handstands are a skill, and when you train them as such, they begin to click in a way that feels almost magical.
This class builds the foundations (strength, alignment and technique) that make handstands feel achievable and fun. Through clear progressions and personalized drills, you'll discover how capable your body truly is, and how handstands start to feel within reach when you train with intention and support.
Because drills are tailored to you, the class welcomes all levels — from "I've never kicked up before" to confident freestanding balancers who want to develop greater control.
If the class is full on MeetUp, you'll find more spots here:
www.balancewithale.com/zurich/handstand
Geburtstag Event apero mit Dinner
**Ich Feier mein 36 Geburtstag und könnte noch 4 Personen einladen würde mich freuen auch heute in meinem Alter kennen zu lernen Empfang apero und anschliessend Dinner**
Open Sharing Circle ✨ (Deutsch)
Open Sharing Circle ✨
Dieser Circle findet auf Deutsch statt.
Wir kommen zusammen, um im Moment präsent zu sein und uns so zu zeigen, wie wir wirklich sind.
Die Intention ist, in einem sicheren und vertrauensvollen Raum zu teilen — Gedanken, Emotionen, Ziele, Meinungen — alles, was sich für dich im Moment lebendig anfühlt.
Niemand muss etwas teilen, und jede*r ist willkommen.
⸻
Worum geht es?
• Stärkung von Selbstwahrnehmung & Selbstvertrauen
• Persönliches Wachstum
• Aufbau tiefer Beziehungen & Vertrauen
• Menschen auf einer echten, menschlichen Ebene kennenlernen
• Sich frei fühlen, sich authentisch auszudrücken
⸻
Circle-Vereinbarungen
Frei & freiwillig
Du darfst alles teilen, was du möchtest — und musst nichts teilen.
Sprich aus deiner eigenen Erfahrung
Teile aus deiner persönlichen Perspektive: deine Erfahrungen, Gedanken, Gefühle und Wahrnehmungen.
Der Raumhalter kann dich dabei sanft unterstützen, indem er als Zeichen eine Hand auf die Brust legt.
Respekt & Vertraulichkeit
Wir begegnen uns respektvoll und ohne zu urteilen.
Was im Circle geteilt wird, bleibt im Circle.
Rede-Objekt
Nur die Person, die das Rede-Objekt hält, spricht. Verständnisfragen sind willkommen.
Redezeit & Raum teilen
Nimm dir Zeit beim Teilen und lass gleichzeitig Raum für andere.
Ratschläge & Unterstützung
Sprich für dich selbst und gib Ratschläge nur mit Einverständnis.
Bitte frage ausdrücklich nach, wenn du Ratschläge oder Unterstützung möchtest.
Trigger & Emotionen
Jede*r ist für die eigenen Gefühle und Themen selbst verantwortlich.
Starke Emotionen (z. B. Weinen) sind willkommen und werden respektiert. Unterstützung wird nur angeboten, wenn sie gewünscht ist.
Eigene Bedürfnisse
Kümmere dich selbst um deine Bedürfnisse (WC, Essen usw.) und respektiere den Gruppenraum.
Raumhalter
Das Organisationsteam wählt Raumhalter, die den Ablauf des Circles unterstützen und darauf achten, dass die Vereinbarungen eingehalten werden.
Der Circle kann bei Bedarf sanft unterbrochen werden.
Fokusrunde
Der Raumhalter kann intuitiv eine kurze Fokusrunde initiieren, wenn es unterstützend wirkt.
Mobiltelefone
Bitte schalte dein Handy auf lautlos und nutze es nur für Notizen, falls nötig.
Zeit
Dauer: ca. 3 Stunden.
Du kannst jederzeit gehen, idealerweise während der Pausen (etwa alle 45 Minuten).
Nach dem Circle gibt es Raum, um zu bleiben, sich zu verbinden oder weiter zu teilen, wenn du magst.
LifeLab – Animal matters: Tierwohl reloaded
Tierwohl – ein Begriff, der uns alle betrifft, aber oft unterschiedlich verstanden wird. Wie können wir dazu beitragen, dass Tiere respektvoll behandelt werden? Welche Ansätze und innovative Ideen gibt es, um das Leben von Tieren nachhaltig zu verbessern? Welche Rolle spielen wir als Konsument:innen, als Haustierhalter:innen und als Gesellschaft insgesamt?
Wir laden dazu ein, bekannte Vorstellungen zu hinterfragen und neue Perspektiven zu entdecken: Wie kann das Wohl von Tieren in der Praxis zeitgemäß, fair und zukunftsorientiert umgesetzt werden?
*Fakten & Inspiration*
**Tobias Sennhauser**
Stadtrat Bern, Tier im Fokus
**Sarah Heiligtag**
Leitung Hof Narr & TransFARMation Schweiz
**Dr. Gieri Bolliger**
Rechtsanwalt, Geschäftsführer Stiftung für das Tier im Recht
*Moderation*
**Christel Maurer & Niko Paech**
*Transfer*
Diskussion in Gross- und Kleingruppen
Mit Anmeldung: www.teilderloesung.ch, Kollekte vor Ort
INNOTALK #18 mit Studyond und Kuehne+Nagel
**INNOtalk #18** presents "**Vom Unternehmens-Pain Point zur Lösung: Abschlussarbeiten mit Business Impact mit Studyond & Kühne+Nagel**"
*«Wenn Abschlussarbeiten echten Business Impact schaffen»*
Jährlich entstehen rund 95’000 Abschlussarbeiten an Schweizer Hochschulen – jedes Mal mehrere Monate Forschung, Analyse und Lösungsentwicklung. Und doch bleibt der grösste Teil dieses Wissens ungenutzt.
Dabei bieten Abschlussarbeiten Unternehmen einen direkten Zugang zu Top-Talenten, aktuellem Fachwissen und neuen Lösungsansätzen. Richtig aufgesetzt, werden sie zu konkreten Innovationsprojekten – ohne klassische Projektbudgets und mit minimalem Vorlauf.
Der INNOtalk #18 zeigt diesen Weg anhand eines konkreten Studyond-Projekts mit Kühne + Nagel:
\- wie aus einem realen Unternehmens\-Pain Point eine wirksame Abschlussarbeit entsteht – und welche Learnings andere Unternehmen daraus mitnehmen können\.
Moderiert wird die Diskussion von Viktoria Mauz, Active Member der swissICT Fachgruppe Innovation.
**Worum geht es im Panel konkret?**
Anhand eines realen Projekts mit Kühne+Nagel diskutiert das Panel, wie verlässlich daten- und KI-gestützte Prognosen in hochdynamischen Märkten tatsächlich sind.
Im Fokus steht die Frage, wo wirtschaftliche Erklärbarkeit endet und wo Prognosemodelle unter realistischen Markt- und Schockbedingungen an ihre Grenzen stossen – und welche Konsequenzen dies für unternehmerische Entscheidungen hat.
**Warum sollten Sie an diesem INNOtalk teilnehmen?**
* ***Abschlussarbeiten neu denken***:
Warum sie ein unterschätzter Innovationshebel sind - und wie daraus echter Business-Impact entsteht.
* **Vom Pain Point zur Lösung**:
Wie Unternehmen konkrete Herausforderungen in erfolgreiche Studierendenprojekte übersetzen.
* **Zusammenarbeit konkret umsetzen**:
Wie Themenfindung, Betreuung und Ergebnissicherung zwischen Unternehmen, Hochschulen und Studierenden funktionieren.
* ***Innovation skalierbar machen***:
Welche Rolle Plattformen wie Studyond dabei spielen, Zufall durch Struktur zu ersetzen.
**REFERENT:INNEN & PANEL**
**[Dr. Alexandra Allgaier](https://www.linkedin.com/in/alexandra-allgaier/)**
Mitgründerin bei ***[Studyond](https://studyond.com/)***
**[Jonas Bläser](https://www.linkedin.com/in/jonasblaehser/)**
Global Head of Sea Logistics Business Intelligence bei ***[Kuehne+Nagel](https://www.kuehne-nagel.com/de)***
**[Lino Reye](https://www.linkedin.com/in/lino-reye/)**
Masterstudent Business Innovation, ***[Universität St. Gallen (HSG)](https://www.unisg.ch/de/)***[ ](https://www.unisg.ch/de/)
**MODERATION**
**[Dr. Viktoria Mauz](https://www.linkedin.com/in/viktoria-mauz/)**
Active Member der ***[swissICT Fachgruppe Innovation](https://www.swissict.ch/professional-group/innovation/)***
Campus Sales Manager bei ***[Nokia](https://www.nokia.com/)***
**DETAILS**
🗓️ Datum und Uhrzeit: **Donnerstag, 12. März 2026 / 17:00 – 19:30 h**
📍 Ort: **[swissICT](https://www.swissict.ch/kontakt/)** in **ZH-Altstetten**
**AGENDA**
*16:30 – 17:00 h*: Eintreffen am Veranstaltungsort, Apéro Riche
*17:00 – 17:15 h:* Start der Veranstaltung mit einer Begrüssung durch swissICT & swissICT Fachgruppe «Innovation»
*17:15 – 17:30 h:* Vorstellung von Studyond durch Dr. Alexandra Allgaier, Mitgründerin von Studyond & Projektvorstellung mit Kühne + Nagel durch Lino Reye, Masterstudent, Universität St. Gallen (HSG)
*17:30 – 18:15 h:* Panel-Diskussion „Vom Unternehmens-Pain Point zur Lösung: Abschlussarbeiten mit Business Impact“ inklusive anschliessender interaktiver Fragerunde
*18:15 – 19:30 h*: Diskussion & Networking
*19:30 h*: Ende der Veranstaltung
**ZIELGRUPPE & SPRACHE**
* Offene Veranstaltung für alle Interessierten, insbesondere Fach- und Führungskräfte aus den Bereichen Forschung & Entwicklung, Innovation, Digitalisierung, Informations- und Kommunikationstechnologie (ICT), Transformation, Talentgewinnung, Human Resources, Bildung sowie Talent- und Partnermanagement.
* Ebenfalls offen für Vertreter:innen von Hochschulen, Wirtschaftsförderungen und Verbänden.
* Die Einführung und Panel-Diskussion finden auf Deutsch statt; Fragen können gerne auch auf Englisch gestellt werden.
**VERANSTALTER**
Moderatorenteam der [swissICT Fachgruppe Innovation](https://www.swissict.ch/professional-group/innovation/) ([Violeta Lozano](https://www.linkedin.com/in/violeta-lozano-roxstar/), [Viktoria Mauz](https://www.linkedin.com/in/viktoria-mauz/)) & Geschäftsstelle [swissICT](https://www.linkedin.com/company/swissict/) ([Carol Lechner](https://www.linkedin.com/in/carol-lechner-1181aa25/)) in Kooperation mit [Studyond](https://studyond.com/) und [Kühne+Nagel](https://www.kuehne-nagel.com/de).
PM Session - Open Level Play
Welcome to the Open Level Play Session.
This session takes place every Saturday from 12:15 to 13:45 at the Yonex Badminton Hall Hardbrücke.
The number of players on the waitlist one week in advance determines the number of courts booked. If you are on the waitlist but can no longer attend, please remove yourself as early as possible.
Open to players of all skill levels.
This session is for doubles with a relaxed and social focus.
Ideal for casual play, improvement and meeting new players.
Payment can be made via TWINT after the session.
AM Session - Competitive Play
Welcome to the Competitive Play Session.
This session takes place every Saturday from 10:45 to 12:15 at the Yonex Badminton Hall Hardbrücke.
The number of players on the waitlist one week in advance determines the number of courts booked. If you are on the waitlist but can no longer attend, please remove yourself as early as possible.
Players are accepted into the session based on skill suitability.
This session is for experienced players looking for quality games.
Play is focused on doubles with a competitive mindset and consistent rallies.
You should be comfortable smashing, return smashes and keeping up a moderate tempo throughout the session.
New players and those who are new to badminton are welcome to join the PM Session (Open Level Play).
Payment can be made via TWINT after the session.
OpenStack Events Near You
Connect with your local OpenStack community
From Idea to Working App in Minutes: The Agentic Development with Amazon Kiro
Discover Kiro, AWS’s innovative development environment that adapts to your workflow. Whether you prefer specification-driven development or a more intuitive, vibe-based approach, Kiro empowers you to build applications your way.
In this session, speakers will explore Kiro’s core functionality and its evolution through re:Invent 2025, along with demonstrations of prompts used to create APIs, hooks, and steering documents.
In the latter part of the session, watch as we build a complete example from scratch, showcasing Kiro’s agentic AI workflow in action for spec-driven development and vibe coding.
What You'll Learn - Core Kiro concepts and development philosophy
Feature evolution: pre and post re:Invent 2025
Practical examples: API creation, hooks, and steering docs
Live coding demonstration with real-time problem solving
Who Should Attend - Developers, solutions architects, and technical leaders interested in modern AWS development tools and AI-assisted coding workflows.
**Speakers Bio:**
Matthew Jorat: Matthew Jorat is a Customer Solutions Manager at AWS with nearly three decades of expertise in AI, cloud transformation, migration, modernization, IT, technology, and business. His career spans infrastructure engineer, solutions architect, security auditor, customer success director, support and services director, and operations officer. He was an early adopter of AWS services as a customer, and his current role at AWS uniquely blends his technical and business skills as he partners with executive teams to translate strategic priorities into measurable business outcomes through cloud adoption, AI implementation, and operational excellence. Matt leads end-to-end AI initiatives for enterprise customers, identifying high-impact use cases and maintaining relentless focus on measurable ROI. He holds eight AWS certifications and serves as Adjunct Professor at Franklin University teaching cloud computing and AWS architecture. His expertise encompasses GenAI, agentic AI systems, migration, modernization, and optimization strategies that drive transformation at scale.
[https://www.linkedin.com/in/mattjorat/](https://www.linkedin.com/in/mattjorat/)
Girish Bhatia: Girish Bhatia is a seasoned technology delivery leader with deep expertise in cross-domain program management. He holds multiple AWS certifications, including AWS Certified Solutions Architect – Associate, AWS Certified Developer – Associate, and AWS Generative AI Practitioner, and is also an AWS Community Builder. Girish brings over two decades of experience in the information technology industry.
Throughout his career, Girish has led major technology-driven business transformation from modernizing on-premises applications to driving large-scale cloud migrations. His work includes API-based integration platforms, data-center and mainframe modernization, and enterprise cloud adoption initiatives.
Based in Columbus, Ohio, Girish works at a tech-forward fintech company. He is passionate about AWS serverless architectures, Generative AI and emerging cloud technologies. An avid learner and builder, he continues to explore and apply the latest innovations in AWS to help organizations accelerate their digital transformation.
https://www.linkedin.com/in/girishbhatia/[https://www.linkedin.com/in/girishbhatia/](https://www.linkedin.com/in/girishbhatia/)
**THANK YOU** *Franklin University* for hosting our meetup! To learn more about *Franklin University*, please visit their website: https://www.franklin.edu/
**DIRECTIONS**
Franklin University
Fisher Hall
300 E. Main St, Columbus, OH 43215
Map: https://maps.app.goo.gl/jxjBA2hUmS5qrvhq8
Parking is FREE! Please park in Lot C in front of Fisher Hall. See attached map.
NOTE: Map the address only. When mapping with Google Maps it may use the Fisher Hall at OSU, which is NOT correct.
**Want to sponsor the pizza and/or bar tab?**
Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
BrowserStack QA Meetup | Columbus (March 12)
**Hello Columbus!**
**The community is buzzing and growing well.**
**We are thrilled to bring our third BrowserStack QA Meetup on March 12th!**
We are creating a space for deeper insights, meaningful connections, and a vibe you won't want to miss.
**What to expect:**
* **Connect:** Network with Columbus' top engineering and QA minds.
* **Learn:** Real-world tactics and trends you can use immediately.
* **Enjoy:** Food, drinks, and great community spirit.
**Agenda**
* **[Sam Gomez](https://www.linkedin.com/in/samueljgomez/)** is presenting "AI is more than LLMs: Choosing the right AI for your needs."
**RSVP Essential:** Space is limited, and we want to ensure a great experience for everyone. **RSVP now to secure your spot!**
📍 **Venue:** Leading EDJE, 6515 Longshore Loop, Suite 300, Dublin, OH 43017
📍 **Free Parking:** 6725 Longshore Street, Dublin, OH 43017
📅 **Date & Time:** March 12, 6:00 PM
**Stay Connected!**
Want to continue the conversation beyond the meetup?
Join our **BrowserStack Discord Server** to get updates, connect with fellow QA professionals, and be part of an ongoing discussion. **Don’t miss out—click below to join!**
🔗 [\[](https://discord.gg/6SdCyWTNyW)**[Join the BrowserStack Discord Server](https://discord.gg/6SdCyWTNyW)**[\]](https://discord.gg/6SdCyWTNyW)
**A Few Notes:**
✅ This is an **in-person event**
✅ **RSVP does not guarantee a seat** – A confirmation email will be sent one day before the event.
**TALK ABSTRACT:**
AI is all the hype these days; however, despite (or maybe because of) the excitement around it, a high percentage of AI projects fail. Projects that are over budget, delayed, or that fail to scale past the POC phase are very common. In many of these scenarios, choosing the right approach can be as critical as the solution itself. Should you build a tailored machine learning model, leverage the power of large language models (LLMs), or integrate with AI copilots? Each option has unique strengths, trade-offs, and resource requirements, and the key to success lies in aligning your choice with your business goals and technical constraints.
In this talk, we will go beyond the basic concepts and definitions to provide a practical guide that allows attendees to navigate these decisions through real-world case studies. We will examine scenarios in which different AI paradigms were chosen, discuss the factors that influenced those decisions, and outline the process for evaluating needs, constraints, and outcomes. From assessing data availability and team expertise to balancing cost and scalability, you'll gain insights into the critical considerations that guide the selection process.
By the end of this session, you’ll have a clear process for determining whether machine learning, LLMs, or copilots are best suited to your AI challenges and understand the resources and strategies needed to bring your chosen solution to life. This talk is ideal for decision-makers, technical leads, and innovators seeking to demystify AI implementation and maximize the impact of their investments.
Columbus HUG March
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/cbus-hug-2026/
Powell Gold Star Referral Club Meetup
We meet at lunch each week and each meeting follows a fairly organized agenda. First all participants pass their business cards around. Then each member and guest is invited to give a one-minute overview of their company and what is a perfect referral for the week. We always have a 10 minute presentation from one of the members about their business in more detail. And finally we pass referrals. You're welcome to visit. Nobody is ever put on the spot. Bring plenty of cards!
Code Anywhere by Talking to your Phone
Drake Lundstrom is presenting:
Code Anywhere by Talking to your Phone
Abstract:
Have you heard the trend of people deploying code anywhere from checkout lines to doctors' offices? In this talk, you will learn how to talk to your phone and have an app on Azure to show your friend 5 minutes later. The basic DevOps tools you already know, plus a little bit of AI magic, are all you need!
If you want to follow along, the demo will be in Azure with GitHub Actions and GitHub Copilot, and you can have it set up on your phone by the end of the session. Just come in with an Azure account and a GitHub repo.
Join us for pizza, drinks, and networking @ Improving's office. Doors open at 5:45.
Understanding the Columbus Housing Market: Let’s Talk Downsizing for Seniors
**Understanding the Columbus Housing Market: Let’s Talk Downsizing for Seniors**
Understanding the Market to Make Your Best Move Yet
Thinking about downsizing or helping a parent prepare for a move? Join us for a friendly, educational seminar designed specifically for seniors in Central Ohio.
We’ll break down what’s happening in today’s Columbus housing market, explore timing and planning for downsizing, and discuss easy ways to prepare a longtime home for sale—without overwhelm. You’ll also learn about low‑maintenance housing options, financial considerations, and simple steps to make your next move smooth and stress‑free.
This is a relaxed, no‑pressure event where you can ask questions and get practical advice tailored to seniors and their families.
Hosted by:
Katie McCartney, Broker & Senior Real Estate Specialist® (SRES)
ServiceNow's Got Talent
Builders, creators, architects, admins, consultants - come one, come all. This one's for you.
We're bringing a little friendly competition to the Columbus ServiceNow community while highlighting the cool things people have built on the platform.
Five presenters will take the stage to showcase something they've built, solved, designed, or imagined on the ServiceNow platform - and a panel of judges (plus YOU, our amazing audience) will score them live.
So basically, America's Got Talent but make it ServiceNow's Got Talent.
Bring a notepad if you'd like 'cause you'll definitely be learning something new.
Each presenter gets 10 minutes max to wow the crowd with:
• A demo
• A real-world business solution
• A bold idea
• A UX transformation
• Or a creative use of the platform
Judging Criteria:
🏆 Business Value
🚀 Innovation
✨ User Experience
This event is about celebrating ideas, sharing knowledge, and showing how ServiceNow can drive both business impact and meaningful user value.
Come learn. Come support. Come get inspired.
Refreshments and bites will be provided.
And maybe next time… you’ll be on stage.






















