Skip to content

Mozilla

Meet with other local Mozilla developers and users to talk about the latest releases.
pin icon
369
members
people1 icon
1
groups

Largest Mozilla groups

Frequently Asked Questions

Yes! Check out mozilla events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the mozilla events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find mozilla events near your location here. Connect with your local community and discover events within your area.

Mozilla Events Today

Join in-person Mozilla events happening right now

Flutter Zürich Hybrid Meetup March 2026
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!
Swiss Usability Night
Swiss Usability Night
Bei der Swiss Usability Night hast du die Möglichkeit die Usability (Gebrauchstauglichkeit) von Softwarelösungen zu testen, zu teilen und gleichzeitig nette Leute kennenzulernen. Egal, ob du ein Technikliebhaber, ein Designenthusiast oder einfach nur neugierig bist - dieses Event ist für jeden geeignet! **Was erwartet dich:** * **Usability Tests:** Teste Softwareprodukte und teile dein Feedback. Deine Meinung hilft dabei, Produkte benutzerfreundlicher und intuitiver zu gestalten. Es hat 2 Test Sessions zu je 60 Minuten. * **Verpflegung:** Für Apéro ist gesorgt und selbstverständlich gibt es eine Essenspause zwischen den Test Sessions. * **Networking:** Knüpfe neue Kontakte, tausche Ideen aus, lerne interessante Menschen kennen * **Spaß:** Entdecke Softwarelösungen und erlebe, wie deine Meinung direkt Einfluss darauf haben kann, wie sie sich entwickeln. **Was du mitbringen solltest:** * Neugierde und Offenheit für neue Erfahrungen * Gute Laune und die Bereitschaft, deine Meinung zu teilen **Anmeldung:** Die Teilnahme am Usability Test Event ist kostenlos, aber die Plätze sind begrenzt. Melde dich daher am besten noch heute an, um dir deinen Platz zu sichern! **Komm vorbei und sei Teil einer einzigartigen Gelegenheit, die Welt ein Stückchen benutzerfreundlicher zu machen! Wir freuen uns darauf, dich dort zu sehen!** *Das Bild wurde mit Hilfe von DALL·E 3 erstellt.* At Swiss Usability Night, you'll have the opportunity to test and share your thoughts on the usability of software solutions while meeting interesting people. Whether you're a tech lover, a design enthusiast, or just curious, this event is for everyone! **What to expect:** * **Usability tests:** Test software products and share your feedback. Your opinion helps make products more user-friendly and intuitive. There will be two 60-minute test sessions. * **Refreshments:** Appetizers will be provided, and there will of course be a meal break between the test sessions. * **Networking:** Make new contacts, exchange ideas, and meet interesting people. * **Fun:** Discover software solutions and see how your opinion can directly influence how they are developed. **What you should bring:** * Curiosity and openness to new experiences. * A positive attitude and a willingness to share your opinion. **Registration:** Participation in the usability test event is free, but places are limited. So register today to secure your spot! Come by and be part of a unique opportunity to make the world a little more user-friendly! We look forward to seeing you there!
March Meetup @ Digitec Galaxus
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.
Apéro mensuel - Almodobar
Apéro mensuel - Almodobar
Apéro Mensuel
Atlassian Community Zürich - Breakfast Edition
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/.
Visual Fields Zürich · Design Networking Event
Visual Fields Zürich · Design Networking Event
**Got something you’re designing, experimenting with - or just looking to chat with other creatives?** **Then you’re invited to join us at sphères.** 🙂 We meet monthly to chat and connect in a relaxed, friendly setting. It’s a chance to meet new people, talk about what you’re working on, and be part of Zürich’s creative community - surrounded by like-minded people who just get it. PS: RSVPs are coming in from multiple platforms, which means the total number of sign-ups is likely higher than what you see here. 🥂 **Why swing by?** * Find new collaborators, clients, employers and friends * Swap ideas, get feedback, and share experiences * Meet in a cozy after-work drinks atmosphere * Join creatives from various fields and ages. 📍 **Where?** [sphères](https://share.google/iOZR7HY6DqyLDm2Kj), next to the Limmat river. \> Hardturmstrasse 66\, 8005 Zürich (Tram-Station Förrlibuckstrasse) ⏰ **When?** Every second Thursday of the month, starting at 6 PM / 18:00 Uhr 🔗 **Discord link** Get event reminders and connect with other members on Discord: ➡️ [discord.gg/PAyRBDhKkk](discord.gg/PAyRBDhKkk) —— **Who’s Visual Fields?** Visual Fields is a network of designers and creatives built for people to connect, support, and share with fellow experts. We have upcoming events in Zürich, Basel, and Luzern. [Check out upcoming events](https://www.visualfields.ch/) —— **Event policies** We have zero tolerance for discrimination or harassment. Be mindful not to make assumptions about gender, sexual orientation, or identity. Always ask for consent - for physical contact and work critique - and treat everyone and the space with respect. [All policies](https://experienc.es/policies) **Fine print (the friendly kind)** By joining, you agree that photos or videos taken at the event may be used by Visual Fields for promotional and communication purposes. See you soon!! 🤩
Language Exchange (Flip Lingoes)
Language Exchange (Flip Lingoes)
We keep it a fun and practical language exchange. First thing you'll notice is we match you with **fluent speakers** in your target language. **Event Flow** **18:45–19:15** → Registration Scan the QR code to tell us your fluent and target languages. **19:15–20:30** → Language Exchange Powered by our **Learn by Flipping** method. **20:30 onwards** → Stay, chat, or head off — totally up to you 😉 **What is "Learn by Flipping"?** **Practical** → You speak with fluent speakers in your target language. **Collaborative** → Every 5 minutes, you switch roles: learner ↔ helper. **Fun** → Small groups, good energy, and a bar atmosphere — without the chaos. Save some time by [Signing up to our web app](https://fliplingoes.com/) beforehand. **Entrance:** 10 CHF (includes a tapa) Please note, event registration closes after 7:15PM

Mozilla Events This Week

Discover what is happening in the next few days

Stille am Zürichsee – Mindful Photo Walk
Stille am Zürichsee – Mindful Photo Walk
— scroll down for English — Der Zürichsee ist ein Ort der Weite, der Spiegelungen und der stillen Bewegung. Bei diesem achtsamen Walk treffen wir uns am Seeufer – ein Raum zwischen Wasser, Beton, Holz und Erinnerung. Wir beobachten das Wasser. Wellen, Lichtreflexe, Strukturen unter der Oberfläche. Wir nehmen uns Zeit für Details: abgeblätterte Farbe, Spuren des Sommers, leere Stege, ruhende Treppen ins Nichts. Die Kombination aus natürlicher Dynamik und stiller Architektur eröffnet spannende Kontraste. **Warum teilnehmen?** Du schärfst deinen Blick für feine Veränderungen und minimale Bewegungen. Wasser wird zur Bühne für Licht und Zeit. Die verlassene Badi bietet grafische Linien, Texturen und Geschichten. Ein idealer Ort, um bewusst zu fotografieren oder kurze Sequenzen zu filmen – reduziert, klar, präsent. **Was dich erwartet:** * **Ankommen & ausrichten:** Mit einer kurzen Einstimmung starten wir in den Walk * **Wasser beobachten:** Spiegelungen, Transparenz und Rhythmus entdecken * **Raum erkunden:** Formen und Strukturen der Badi bewusst wahrnehmen * **Gemeinsamer Abschluss:** Austausch und Reflexion direkt am See Dieser Walk ist eine Einladung, Stille sichtbar zu machen – mit Kamera oder Smartphone. Es geht nicht um perfekte Bilder, sondern um Präsenz und Wahrnehmung. Ich freue mich auf dich. Daniel PS: Dieser Spaziergang ist kostenlos, eine [Donation](https://tscharner.payrexx.com/pay?tid=861b78d0) zur Deckung der Unkosten ist sehr willkommen. *** **English** Lake Zurich offers space, reflections, and quiet movement. On this mindful walk, we meet at a lakeside lido, a place between water, concrete, wood, and memory. We observe the water: waves, light reflections, subtle structures beneath the surface. We take time for details – peeling paint, traces of summer, empty docks, silent stairs leading into the lake. The contrast between natural movement and still architecture creates powerful visual moments. **Why join?** You refine your perception of subtle change and minimal motion. Water becomes a stage for light and time. The abandoned lido offers strong lines, textures, and stories. An inspiring setting for mindful photography or short video sequences – reduced, clear, present. **What to expect:** * **Arrival & intention:** A short introduction to focus your attention * **Observing water:** Discover reflections, transparency, and rhythm * **Exploring the space:** Experience shapes and structures with awareness * **Closing circle:** Reflection and exchange by the lake This walk invites you to make stillness visible – whether with a camera or smartphone. Looking forward to seeing you, Daniel PS: This walk is free, a [donation](https://tscharner.payrexx.com/pay?tid=861b78d0) to cover expenses is very much appreciated.
Coffee and Chill: Make New Friends
Coffee and Chill: Make New Friends
⚠️ **IMPORTANT: You must sign up and buy a ticket here to attend:** [https://groupvibe.com/](https://groupvibe.com/) **Join the Zürich Coffee Club and make new friends!** Each meetup brings together 4–6 people for casual conversations over coffee. We use the Groupvibe platform to facilitate the meetup and ensure everyone’s a good fit. 👉 **To attend, you’ll need to complete registration via this link:** [https://groupvibe.com/](https://groupvibe.com/) We’ll share the exact location of the upcoming meetup the night before only if you have bought a ticket or membership plan. **Why this works:** \* Smaller groups make real conversations easier. \* Discover new brunch spots in your city, together. \* Curated brunch venues with good food and vibe. \* If you hit it off with your brunch group, there’s plenty of time to hang out afterwards. **Note:** RSVPs on Meetup don’t reflect total attendance. Many attendees register directly via our website. The event on [Meetup.com](http://meetup.com/) is only a placeholder. This meetup is organized by Groupvibe, a small team passionate about helping people form meaningful friendships offline.
Zurich dbt Meetup #4 (in-person)
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/)
Digital Detox Café [Relax, Play, Socialize, Craft]
Digital Detox Café [Relax, Play, Socialize, Craft]
**[⚠️ >>Ticket needed (click here)<<](https://eventfrog.ch/en/p/eating-drinking/digital-detox-cafe-7434519759062868655.html) or** **[www.social-circle.ch](www.social-circle.ch)** **Unplug & Create: Digital Detox Café at Paint it Easy** Take a break from screens and reconnect with yourself and others at our Digital Detox event in Zürich’s most inviting creative space, Paint it Easy. We’ll kick off the evening with a relaxed atmosphere, setting the tone for a mindful and inspiring night. Join our craft group: [https://chat.whatsapp.com/JPIASNUJGwD23UUweSe0s3](https://chat.whatsapp.com/JPIASNUJGwD23UUweSe0s3) Choose your path for the evening (workshops are first come, first served): **Connection, Play, Learn** **Workshop:** Reducing your screen time ✨ **Want to continue your digital detox after the event?** For those who feel inspired to go deeper, you’ll have the option to join a **30-Day Unplug Challenge** A gentle, playful program with small weekly offline challenges, reflection prompts, and an accountability buddy — designed to help you reduce screen time and build healthier habits, without going extreme. Details will be shared during the event **Deep Talk with Question Cards:** Dive into meaningful conversations and connect with fellow participants on a deeper level. **Boardgames:** Just for fun or to meet new people. **Creative Activities:** * **Drawing** (included) * **Canvas Painting** (CHF 10/hour + canvas, e.g., 30x40 cm: CHF 9) * **Pottery Painting** (CHF 20–45 per piece) * **Jewellery Making with Beads** (CHF 10/hour + materials, avg. CHF 20–30) * **Linocut Printmaking** (CHF 25–35 per piece) **Location:** Paint it Easy, Zürich **Early Bird Ticket:** CHF 15 (standard CHF 18) **Includes :** Welcome drink\*, drawing material, notebook, games, workshop **Doesn't include** : optional creative activity fees (depending on your choice) \*Warm drink, homemade iced tea, or lemonade Want more events like this? Join our community! [https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw](https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw) No experience needed—just bring your curiosity and an open mind! Whether you're painting, reflecting, or connecting, this is your space to recharge, express, and enjoy. Please note that pictures might be taken and used, if you don't want to be on them please let the host know. Tickets are not refundable. #digitaldetox
[Swiss Cyber Security Platform] Cyber Security Breakfast
[Swiss Cyber Security Platform] Cyber Security Breakfast
We are excited to invite you to join our cyber security breakfast where we share our knowledge and experience in the constantly evolving field of cybersecurity.
Open Sharing Circle ✨ (Deutsch)
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.

Mozilla Events Near You

Connect with your local Mozilla community

From Idea to Working App in Minutes: The Agentic Development with Amazon Kiro
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
Queer Quills
Queer Quills
**We are expanding our creative programming opportunities with Queer Quills, a quiet writing and sharing space. Queer Quills features some prompts, supplies and friendly faces to help get some inspiration or feedback for your writing. Hope to see you there!**
Columbus Code & Coffee 84 @ Improving
Columbus Code & Coffee 84 @ Improving
Columbus Code & Coffee is an inclusive, informal co-working session. People of all skill levels attend, and we love it that way. Many people (optionally) bring projects to work on, and many other people (optionally) socialize the entire time. It's entirely up to you! **What to Expect at the Intro Circle** \~\~\~\~\~\~\~\~\~\~\~\~\~ Near the beginning of the event (1:30 pm), we do a standup: * Organizer announcements, updates, and logistics Round 1 - (7 secs max): * Your name * What you're working on * What you can help others with Round 2: * Community events you wanna plug. If none, that's cool too. Round 3: * Job opportunities you're hiring for OR announce that you are looking for one. If none, that's cool. After the introduction circle, everything is self-organized! Feel free to work alone, pair up, attend one of our workshops/presentations, or mingle!
Freestyle + Karaoke ! ! !
Freestyle + Karaoke ! ! !
**Karaoke Night**: Bring your glee club friends. Enjoy a flashback to your choir days. No chorus line. It's all you baby. Sing. Shout. Scream. Lip sync if you need to. But do show up and do have a good time. **On Freestyle night** \- just bring a bottle to share\. There is NO formal wine tasting like on other weeks\. Door charge is $10 \(cash or Venmo only please\)\. We may have some left over wines to clear out\! Glasses are provided\. Take Care\. See you there\. **Parking**: There are several public parking lots near the Alive614 hall. Please be careful to NOT park in private parking lots. They do tow. Check Google maps to scope out your space. Anyone who is early could easily find a parking space on the street nearby. I am told that the Chase parking lot is safe after hours. **Glasses**: …will be provided. Please note that after the wine tasting, the EMPTY glasses need to be returned to the boxes at the service table. Please do not make me hunt down your empty glass. Please be gentle, our glasses are fragile. Uh, they are made of glass! **Food**: You are welcome to bring a snack to share. It is not required. Most people do though. If no one brings anything, there will be nothing. **Code of Conduct**: Though mostly understood, it’s still worth mentioning. We don’t have rules per se, but we highly discourage the following topics of discussion because they are likely to incite anti-social responses - Sex, Politics, Religion. Please don’t mistake this as an attempt to limit your free speech rights but rather a guide to a place and time for appropriate discussions. **After the lights go out**: After the last sip of wine, when we clean up and turn the lights out, if you still haven’t had enough of us, it is typical for a group to get together and go to a local eatery for food and/or drinks or coffee. Again, We look forward to meeting new members and reuniting with old friends. Sincerely, ***Paul Uttermohlen***, **Red 1 Realty** *Your Hilliard Wine Club Host*
TBD
TBD
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you. The building address is 4450 Bridge Park The entrance is 6620 Mooney St, Suite 400 **Abstract** TBD **YouTube Link** TBA
Freestyle + Starliner Diner
Freestyle + Starliner Diner
**Starliner Diner -** We'll shut down wine club at 8 pm this evening and take a short walk to our neighborhood eclectic eatery - Starliner Diner. Join us after wine club for a snack or meal. Starliner is a longtime favorite in Hilliard. Please RSVP early AND Please let me know in the comments if you plan to join us after at the diner so I can have accurate numbers for the reservations. **On Freestyle night** \- just bring a bottle to share\. There is NO formal wine tasting like on other weeks\. Door charge is $10 \(cash or Venmo only please\)\. We may have some left over wines to clear out\! Glasses are provided\. Take Care\. See you there\. **Parking**: There are several public parking lots near the Alive614 hall. Please be careful to NOT park in private parking lots. They do tow. Check Google maps to scope out your space. Anyone who is early could easily find a parking space on the street nearby. I am told that the Chase parking lot is safe after hours. **Glasses**: …will be provided. Please note that after the wine tasting, the EMPTY glasses need to be returned to the boxes at the service table. Please do not make me hunt down your empty glass. Please be gentle, our glasses are fragile. Uh, they are made of glass! **Food**: You are welcome to bring a snack to share. It is not required. Most people do though. If no one brings anything, there will be nothing. **Code of Conduct**: Though mostly understood, it’s still worth mentioning. We don’t have rules per se, but we highly discourage the following topics of discussion because they are likely to incite anti-social responses - Sex, Politics, Religion. Please don’t mistake this as an attempt to limit your free speech rights but rather a guide to a place and time for appropriate discussions. Again, We look forward to meeting new members and reuniting with old friends. Sincerely, ***Paul Uttermohlen***, **Red 1 Realty** *Your Hilliard Wine Club Host*
Columbus HUG March
Columbus HUG March
Want to be a speaker? submit your talk to our Call for Presenters!!! https://sessionize.com/cbus-hug-2026/