Mobile Analytics
Meet other local people interested in Mobile Analytics: share experiences, inspire and encourage each other! Join a Mobile Analytics group.
0
members
0
groups
Frequently Asked Questions
Yes! Check out mobile analytics events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the mobile analytics events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find mobile analytics events near your location here. Connect with your local community and discover events within your area.
Mobile Analytics Events Today
Join in-person Mobile Analytics events happening right now
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!
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/)
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).
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
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!
ZH3 Hash # 1712: Lion’s Hash, Epic Furry (Social Running/Walking/Drinking)
Hare (someone to set the route) is Granny Muff. Come join us!
Car bag drop A to B - your bag will be at B along with some of the best Pizza in town, not far from A.
**Where**:
See location. ‘Hard’bridge station - car park of Restaurant Rosso. Look for English speakers wearing running gear.
**When:**
We'll meet at 6:50 pm to start at 7:00 pm.
There's a charge of CHF 5 for participating, which covers all you can drink beer/cider (and non-alcoholic alternatives) plus snacks afterwards.
**All Welcome:**
If you are new, curious, and want to get out of the house, stretch your legs, talk shit, enjoy a drink, and hopefully a laugh, then here's what you need to know:
• We are a social running/walking group, physical fitness is not required, but a sense of humour is useful.
• The aim is to find the '*Beer Stop*' at the end of the '*trail*' and have fun.
• 'True Trail' is typically 4-7 km. Some will go less (especially those walking or walk/running), and some over-achieving fast runners will go further.
• The '*Hare*', which changes each event (along with location), cleverly lays the trail (typically with flour marks) so that everyone reaches the end at the same time.
• There is always a place to deposit your bag and sometimes a place to change.
• **After Trail**, we group for \~20-40 minutes for drinks, snacks, and some fun. This '*Circle*' is typically outside, so leave something warm in your bag in winter (and bring a flashlight when it's dark). If you don't want to stand around drinking afterwards, you can head home. We occasionally all go to a restaurant afterwards.
**Why bother leaving your warm & dry sofa?**
If you enjoy getting outside, being around people, and doing something a bit different, you will probably enjoy hashing. Exercise is important, and this is probably the least boring way to get it.
'Hashing' and the idea of some physical activity to work up a thirst, have been around for almost 90 years and there are groups (*Hashes*) in most major cities. Its humor and 'traditions' can be explored on the internet - **or you can just come along and find out.** *See you there.*
We are of many nationalities, all ages, full of misfits and idiots (at least there is no one taking themselves seriously!) and always welcome newbies 'Virgin Hashers' and visitors from other groups.
For more about Zürich Hash House Harriers, check out [www.zh3.ch](http://www.zh3.ch/) ( [http://www.zh3.ch/](http://www.zh3.ch/) )
Mobile Analytics Events This Week
Discover what is happening in the next few days
🎉🥳¡Segundo Aniversario de Amigas Hispanas en Suiza!🎉🥳🥂
🎉¡Celebremos el **Segundo Aniversario de Amigas Hispanas en Suiza**!🥳🥳🎉🍾
**¡Hola a todas!**
Es difícil creer que ya han pasado dos años desde que comenzó esta aventura llamada **Amigas Hispanas en Suiza**. Dos años en los que hemos descubierto algo maravilloso: **no estamos solas.** Somos muchas las hispanas que, aunque venimos de distintos países, **compartimos la cultura, el idioma y esas ganas de conectar y apoyarnos mutuamente**.🤗
En este tiempo, hemos visto crecer amistades genuinas y duraderas. Juntas hemos **reído, compartido historias y creado una comunidad que nos acompaña en este hermoso país.** Y eso es algo que vale la pena celebrar.
Por eso, las invitamos a todas —tanto a las que han estado desde el principio como a las que recién se unen— a festejar con nosotras. **Será un momento especial para conocernos mejor, disfrutar juntas y dar la bienvenida a todas las nuevas amigas que quieran formar parte de esta familia.🥰**
📍**Lugar:** Bridge (el mismo lugar donde todo comenzó hace dos años)
📅**Fecha:** Sábado 14 de marzo
🕒**Hora:** 5:00 pm
🎯**Por favor confirma tu asistencia (RSVP).**
👉 Únete a nuestro grupo de **[WhatsApp](https://chat.whatsapp.com/BlzRIh1oN1e4h9qIPEI6Vx)**, donde coordinaremos todos los detalles de este evento y también compartimos información sobre otros planes y actividades.
**Todas están invitadas y nos encantará que nos acompañen.** ¡Será una tarde inolvidable!😃
Un abrazo,
**Laura**
Join the team! Murder Mystery Event Series [FREE]
**⚠️ Registration needed:** [https://social-circle.ch/](https://social-circle.ch/)
**Join the Social Circle’s Murder Mystery Team!**
Join a relaxed, introductory murder mystery night where you’ll solve a small case, learn how full-length events will work, and see whether you’d like to join as a regular player, an aspiring actor, or both for our upcoming Murder Mystery Nights.
Join our whatsapp group for updates : [https://chat.whatsapp.com/C9QiRYtEvQSBQT6jrJIv92](https://chat.whatsapp.com/C9QiRYtEvQSBQT6jrJIv92)
You’ll get a quick explanation of the format and vibes, play through a very short demo with clues and a final reveal, and then have time for questions about the project. You will be able to join light improv-style games for volunteers, and sign-ups for future events and audition/workshop sessions.
No experience is needed, just curiosity, reliability, and a love for stories full of secrets and intrigue.
**What to expect:**
• Short introduction about Social Circle’s Murder Mystery project
• Mini live murder mystery demo with clues and a reveal • Q&A about roles, commitment, and upcoming events
• Optional improv-style warmup games for aspiring actors • Sign-up for future games and actor/audition workshops
Join our Whatsapp newsletter: [https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw](https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw)
P.S. Pictures might be taken during the event, if you do not want it please let the organizer know. Tickets are **non-refundable.**
Afrobeats Dance Workout together
Hi everyone!
Wanna Dance into the Weekend? This Saturday we will have an energetic and fun Afrodance Workout class with Vanessa to your favourite Afrobeats, Dancehall and Brazilian tunes.
No dance experience needed, easy-to-follow class and for beginners! 💃🏻
Always a great group of people coming together to enjoy the dance moves, the good vibes, music and to sweat it out together.
First free class - please book your spot
When and Where:
Saturdays, 10:30-11:30
Location:
Offdance Studio
Zweierstrasse 106
8003 Zürich
Big dance studio with changing rooms and showers.
Please [sign up here](https://afroworkout.as.me/free-class) to reserve your free Afrodance Workout class
[https://afroworkout.as.me/free-class](https://afroworkout.as.me/free-class)
There will be always more people in a class than shown on Meet up. Don‘t hesitate to sign up!
Contact Vanessa for any questions!
079 324 16 61
Can‘t wait!
Check daily updates on
[Instagram](https://www.instagram.com/afroworkout.ch?igsh=dnV2Y28yMmVna3F2&utm_source=qr)
Website for more information and class info
[https://www.afroworkout.ch](https://www.afroworkout.ch)
Move, Dance and Stay Fit to Afrobeats!
Walk & Connect | Panorama Trail on Uetliberg
**[⚠️ >>Ticket needed (click here)<<](https://eventfrog.ch/en/p/sport-fitness/hiking/walk-connect-panorama-trail-on-uetliberg-7434995185778481737.html) or**
**[www.social-circle.ch](https://social-circle.ch/)**
Join us for a relaxed forest walk focused on great conversations, not intense hiking. We’ll match you with new friends for one-on-one chats – no small talk, just real connection.
It’s the perfect Sunday to move your body, breathe fresh air, and meet like-minded people! ☯️
**Coming alone? That’s totally fine!**
We’ll match you with people who share your vibe using the Social Circle app - we will introduce you to it during the event
**Stay in the loop:**
Join our WhatsApp group for updates and the live meeting location on the day:
[https://chat.whatsapp.com/HGKLziV4s7bLZWEiouTQhi?mode=ems_copy_t](https://chat.whatsapp.com/HGKLziV4s7bLZWEiouTQhi?mode=ems_copy_t)
*If the link doesn’t open on your phone, try using WhatsApp Web on your computer.*
**Timeline**
* ⏰ **11:45** – Meet under the big clock at Zurich Main Station (HB)
* **12:15** – Take line 10 up to Uetliberg
* **12:40** – Arrival at the top and quick icebreakers to get things flowing
* ️ **13:00** – Walk through the forest (panorama trail) with one-on-one matchups (we switch partners along the way)
* ️ **14:30** – Arriving at Restaurant Felsenegg and head back to the city
**What to Bring**
* Your smartphone for the friend-matching
* Comfy shoes for forest trails
* Water and a small snack to keep your energy up
Let’s make your Sunday social, simple, and refreshing!
**Disclaimer**
Participation in this event requires a valid ticket, which must be purchased in advance via the link provided in the event description. Please note that tickets are non-refundable and non-transferable. We do not accept cash payments on the day of the event.
To ensure a smooth and safe experience, we kindly ask all participants to follow the instructions and announcements from the event organizers. While our team works hard to create an enjoyable and welcoming atmosphere, attendance is at your own risk.
We want everyone to feel comfortable and respected. If you encounter any issues or uncomfortable situations during the event, please speak directly to a member of our team — we’re here to help.
We reserve the right to exclude participants from the event if they do not adhere to basic standards of respectful interpersonal behavior. This decision is at the discretion of the responsible organizers.
By signing up, you agree that any content captured during the event (including photos and videos) may be used on Social Circle’s social media channels and those of our partners.
Please be aware that we cannot wait for late participants, as this disrupts the planned group flow and connections. If you're delayed or choose a different route, it’s your responsibility to catch up with the group. A live location will be shared in the event's WhatsApp chat to help you reconnect.
Want more events like this join our newsletter: [https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw](https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw)
Walk to the Monastery of Fischingen, ending with a visit of the organs (german)
**Walk description:**
We start in Steg at 9:05 and then continue to Fischingen. We must reach it before 14:30 for the visit
[von Steg nach Fischingen | Wanderung | Komoot](https://www.komoot.com/de-de/tour/2792737900?share_token=aU7rKJB5q1VQhYuvxPXjlCv2hhwsiAwZHb6c1TWzasLcNPgJUv&ref=wtd)
This is perhaps a easy walk but it is better to be fit and have good shoes.
**More information about the visit of the monastery organs**
For free, we have a guided visit of the organs in german.
[Klosterführung, die Geschichte der heiligen Idda, Orgelspaziergang](https://klosterfischingen.ch/rahmenangebote/fuehrungen-orgelkonzert/)
I suppose it will be like last time. i.e. : 1 hour long
It start at 14:30 in case you just want to join for the visit
**How to go with the train (from Zurich and I will meet you on the way):**
[Verbindungen Zürich HB nach Steg | Das Online-Portal der SBB für Fahrplan, Zug und ÖV](https://www.sbb.ch/de?stops=Z%C3%BCrich+HB_I8503000~Steg_I8503135&day=2026-03-15&time=07_20&moment=dep&trip=3)
**dedicated whatapp group**
[WhatsApp-Gruppeneinladung](https://chat.whatsapp.com/I4tUknQKgfiLigunbcV6zu)
**Registration:**
To sign up, please select "Yes" in the WhatsApp community survey for this activity:
[🌄 Switzerland Discovery Crew (Preferred Ages 18-35)🌄 | WhatsApp-Kanal](https://www.whatsapp.com/channel/0029VaoercY1XquRrJm58k3V)
If the event will happen in more than 30 days, I haven't added the survey in the channel yet. (Because message in a WhatsApp channel can be read by a new member only 30 days before he joins. But you can already enter the corresponding WhatsApp group)
If you are concerned about privacy, only the admin of a WhatsApp channel can see who has voted in a poll (unlike a WhatsApp group).
Please sign up only when you are certain!
You can also register through Meetup, as it helps build momentum; however, I rely only on the number of people who signed up through the WhatsApp survey.
Pub Crawl 🥃🎵 - Singles only.
**IMPORTANT: YOU NEED TO BUY A TICKET IN YOUR NOII PROFILE TO GET IN**
**Auf Tinder kein Bock mehr, aber für Parship ist es zu früh? We got you!**
**Wir organisieren mehrere Real Life Single Events. Jede. Woche.**
💜Lassen wir alle Single Herzen höher schlagen und veranstalten einen legendären noii Event. Vergiss Swipen und Chatten, in diesem Jahr daten wir im echten Leben (we don't make the rules).
🍸Mit bis zu 400 Personen pro Event ist immer viel los. Worst case hast du ein geiles noiices Erlebnis gehabt, best case lernst du jemanden kennen, den du daten möchtest
**🌟It's a vibe.**
Keine Sorge, das wird kein awkward Single Event mit einem sturen Ablauf. Es ist wie ein normaler Bar-Abend mit deinen Friends, wo du aber ganz easy noch andere Leute kennenlernst.
**[HERE MORE INFORMATION](https://date.noii.ch/preview)**
**So done with tinder but it’s too early for Parship? We got you!**
**We organize several real life single events. Every. Week.**
💜Let's make all single hearts beat faster and organize a legendary noii event. Forget swiping and chatting, this year we're dating in real life (we don't make the rules).
🍸With up to 400 people per event, there is always a lot going on. Worst case scenario: you have a great noiice experience, best case: you meet someone you want to date
**🌟It's a vibe.**
Don't worry, this won't be an awkward singles event with a stubborn schedule. It's like a normal bar evening with your friends, where you can easily meet other people.
**[HERE MORE INFORMATION](https://date.noii.ch/preview)**
Mobile Analytics Events Near You
Connect with your local Mobile Analytics community
CBusData - Discover the Power of Window Functions
Window functions have nothing to do with the Windows operating system but provide a “window” to a result set when used in SQL queries. They are powerful, set-based methods to view data in unexpected ways. Window functions provide easy, set-based solutions to solve some common problems:
* Using running totals
* Performing operations in intervals
* Identifying data gaps and islands
* Performing aggregates without losing detail
Many people are confused by window functions and do not know how to use them properly. This session will explore window functions, how they work, and how to use them. Demonstrations with several examples will solidify how window functions can simplify queries and make them more powerful.
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.
Build Real World AI Apps with Google Antigravity ✨
Please Join GDG Cloud Indy for a live demonstration of latest Google AI Tools for building apps, followed by practical examples of enterprise production. Coming to central Indy.
The Lineup:
11:00 AM AI-Assisted Development with Antigravity
Google Antigravity is an agent-first IDE. We will move beyond standard code completion to explore how autonomous agents can orchestrate terminal tasks, manage dependencies, and perform UI testing directly within the development environment. This session includes a walkthrough of Antigravity's core interface followed by a live demo building a simple full-stack webapp to show how these agentic workflows function in practice.
Speaker : Anil Yanamandra is a Solutions Architect with 17+ years of experience building global, consumer-facing applications. He is currently focused on transforming legacy enterprise processes and systems through the strategic application of Generative AI. A hands-on practitioner in the rapidly evolving AI landscape, Anil constantly explores the latest tools and methodologies to bridge the gap between cutting-edge research and production-ready AI engineering.
11:40 AM Real Life AI Coding Examples
Review real-life examples of applications and utilities created with AI code-assist tooling, as well as security and safety considerations pertaining to developing and using AI tools in a large organization.
Speaker : Jeff Price is a Senior Technical DevOps Manager at Red Hat, and leads a technical team responsible for Enterprise Resource Planning systems and software delivery pipelines for Go to Market systems. He has a background in IT Infrastructure, Public and Private Cloud, and DevOps.
The Perks:
🎁 Exclusive GDG Swag for attendees!
🍕 Pizza & Soft Drinks (for in-person guests).
🤝 Networking & Q&A with local industry leaders.
Also, Check our Meetup page at https://www.meetup.com/gdgcloudindy/
See you there!
P.S.-> Parking Vouchers instructions will be available to attendees for Free garage parking.
This is a hybrid event. Join the event virtually at https://gdg.community.dev/events/details/google-gdg-cloud-indy-presents-build-real-world-ai-apps-with-google-antigravity/
or in person at
Lacy School of Business (LSB) , Dugan Hall (DH 118 Classroom) , Butler University - 625 Butler Way Indianapolis, 46208
***
Agenda
***
Speakers
Anil Yanamandra
Anil Yanamandra is a Solutions Architect with 17+ years of experience building global, consumer-facing applications. He is currently focused on transforming legacy enterprise processes and systems through the strategic application of Generative AI. A hands-on practitioner in the rapidly evolving AI landscape, Anil constantly explores the latest tools and methodologies to bridge the gap be…
Jeff Price - Red Hat (Senior Technical DevOps Manager)
Jeff Price is a Senior Technical DevOps Manager at Red Hat, and leads a technical team responsible for Enterprise Resource Planning systems and software delivery pipelines for Go to Market systems. He has a background in IT Infrastructure, Public and Private Cloud, and DevOps.
Host
Olga Scrivner - Scrivner Solution Inc. (President)
Olga is an Assistant Computer Science and Software Engineering Professor at Rose-Hulman Institute of Technology. She is also a President and Co-Founder of Scrivner Solution Inc. Olga’s passion is upskilling and mentoring women in STEM. She is a Women TechMakers Ambassador and a member of the Executive Committee for the IEEE Women in Engineering (Central Indiana) chapter. Olga’s current researc…
Complete your event RSVP here: https://gdg.community.dev/events/details/google-gdg-cloud-indy-presents-build-real-world-ai-apps-with-google-antigravity/.
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
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.
From Chaos to Clarity to Control - A Workshop For Business Leaders
Is your business taking more of your time than you would like?
[Rob Young](https://www.linkedin.com/in/cinci-robyoung/) principal at [Stage 3 Group](https://www.linkedin.com/company/stage-3-group/), hosts this workshop series and is the author of Stage 3 Success.
* Provides a framework and a playbook for leaders of emerging businesses
* Reviews business management tools and techniques for scaling and maturing a business
* How to recognize and leverage stories hidden in financial statements
* How to implement financial and operational controls and use leading indicators to spot trouble before it occurs
* How to manage your time for maximum effect
* How to deal with nonperforming employees
* How to create standard operating procedures throughout your organization
Four sessions will include two hours of content and an optional 90-minute hands-on lab.
Reserve your spot via this link:
https://clintonvilleba.com/calendar/#!event/2026/3/20/chaos-to-clarity-to-control ($200 for non-CABA members.)








![Join the team! Murder Mystery Event Series [FREE]](https://secure.meetupstatic.com/photos/event/e/6/1/9/highres_532918905.webp?w=640)

![Join the team! Murder Mystery Event Series [FREE] [FULL]](https://secure.meetupstatic.com/next/images/fallbacks/redesign/event-cover-5.webp?w=640)








