Mobile Development
Meet other local people interested in Mobile Development: share experiences, inspire and encourage each other! Join a Mobile Development group.
966
members
1
groups
Frequently Asked Questions
Yes! Check out mobile development 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 development events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find mobile development events near your location here. Connect with your local community and discover events within your area.
Mobile Development Events Today
Join in-person Mobile Development 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!
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!
Pizza Gravel Zurich
https://www.komoot.com/de-de/collection/2875816/-pizza-gravel-zurich
Pizza Gravel Zurich plans social rides on mixed surface around Zurich. Enjoy a nice ride and pizza afterwards. Please check the Komoot Pizza Gravel Zuruch collection for the upcoming tour.
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.
Thursday Evening - Aerial in Low Silk with Simona
In this gentle aerial yoga class, we use a soft fabric hammock suspended just 10 cm above the floor. The hammock supports your body as you move, helping you stretch more deeply, improve flexibility, and build strength in a new way.
With the fabric holding part of your weight, you can explore each pose with more ease, sometimes with a soft sway, sometimes with a bit of challenge.
We combine mobility, strength, and relaxation, and finish with a peaceful Savasana in the hammock.
The class is in English and open to all levels.
* Props provided or bring your own
* Drop-in rate CHF 35.-, abos and packages available on studio website and Eversports
* Please register and purchase a pass via [Yoga Nest Eversports](https://www.eversports.ch/org/widget/6bb2f0f6-b0ff-4d15-84be-5f9229b128f2?venueId=b336fe38-08c9-45ab-a1d8-3255d21ed886)
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!! 🤩
🎲 ZFG Pro XL Experience: Strategy Board Games 🧠 | Immersive - Themed! 🎭
# **Zurich’s Premier Strategy Board Game Night** 💎
Ready to level up your Tuesday? This is **Zurich’s top-rated strategy board game experience**.
🛑 **STOP: RSVP here does NOT grant entry**
🎟 **You must secure your ticket (CHF 5.–) here:** **[Eventfrog Link](https://eventfrog.ch/en/p/leisure-excursions/groups-games/zurich-strategy-board-games-night-pro-xl-experience-7434638425163084545.html)**
Unlike our **casual social nights**, the **ZFG Pro XL Experience** is for players who want depth, immersion, and focus. No 15-minute party fillers — tonight we play the heavy hitters.
***
## 🔥 What to Expect
* **5–7 strategy game tables running** — multiple complexity levels in parallel
* **Expert Game Masters at every table** — rules taught, setup handled, you just play
(Often a paid format elsewhere — included here)
* **Choose Your Challenge**
→ **Pro Table:** ultra-complex strategy (BGG 3+ usually)
→ **Relaxed XL Table:** immersive but accessible strategy
→ **Standard Tables:** modern classics at mixed complexity
* **Long-format games:** 60–120 minute sessions — deep, focused gameplay
***
⚠️ **[STRICT LIMIT: 25 spots total](https://eventfrog.ch/en/p/leisure-excursions/groups-games/zurich-strategy-board-games-night-pro-xl-experience-7434638425163084545.html)**
(3–7 players per table)
This format sells out weekly — secure your seat early.
***
## 📍 The Details
* **Venue:** Coopers Pub Oerlikon (Reserved Strategy Corner)
* **Arrival window:** 19:15 – 19:30
Late arrivals cannot join once games begin
***
💎 **ZFG Legends: No ticket required — entry included**
Check in at the door. (Ask an admin if you want to upgrade.)
***
💬 **Join Switzerland’s biggest social gaming** WhatsApp community here:
**[Whatsapp](https://chat.whatsapp.com/GhVuGiUwPpi3BkhskOUJgp)**
[🎟](https://eventfrog.ch/pronight)[ ](https://eventfrog.ch/en/p/leisure-excursions/groups-games/zurich-strategy-board-games-night-pro-xl-experience-7434638425163084545.html)**[Please secure your ticket here:](https://eventfrog.ch/en/p/leisure-excursions/groups-games/zurich-strategy-board-games-night-pro-xl-experience-7434638425163084545.html)**
👉 **Official [Website](https://zurichfungamers.com/)**
📲 **Follow us on [Instagram](https://www.instagram.com/zurichfungamers/)**
Limited spots to keep the experience relaxed and social.
Come for the games, stay for the people 🙂
Mobile Development Events This Week
Discover what is happening in the next few days
Join the team! Murder Mystery Event Series [FREE] [FULL]
**[⚠️ >>Registration needed (click here)<<](https://eventfrog.ch/en/p/eating-drinking/join-the-team-murder-mystery-event-series-free-7432062967133296678.html) or**
**[www.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.**
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.**
Join the Social Circle Team – We’re Growing! 🚀
After a stellar growth spurt over the past 8 months, we’re excited to open our doors to a few new faces. Our small but dedicated team is ready to welcome **experts and volunteers** who want to help us bring people together in Zurich. 🤝✨
**We’re looking for people who are:**
* 📅 Organisational talents
* 🥂 Outgoing and great hosts
* 💡 Entrepreneurial minded
* 🦄 Have a good sense of humor
* 🤗 Team-players and natural collaborators
* ⭐ *Experienced in events, marketing, or community building is a plus*
* ❤️ Passionate about helping others make meaningful connections
If that sounds like you, we’d love to hear from you!
👉 **Tell us a bit about yourself in our sign-up form:**
[Click here](https://synonymous-tile-65a.notion.site/267c2d13203c81e8b4d1dac25101f7f0?pvs=105)
https://synonymous-tile-65a.notion.site/267c2d13203c81e8b4d1dac25101f7f0?pvs=105
Afterwards, feel free to join our WhatsApp group as a first touchpoint and to meet the rest of the crew (we will let you in after we reviewed the form):
[WhatsApp Group](https://chat.whatsapp.com/Brx7RMTdw4nGFkw4mCtu9I)
https://chat.whatsapp.com/Brx7RMTdw4nGFkw4mCtu9I
Cheers — and we’re looking forward to meeting you soon!
**Nina & Max** 🌟
Pokémon Pokémon Mega Evolution—Perfect Order Prerelease @Kabooom Comic Shop
The pulse of the city beats in sync with the Pokémon and people who call it home—and preserving the order of it all is Mega Zygarde ex, the Legendary Pokémon who embodies strength in numbers! With threatening forces held at bay, peaceful days are ahead for the city’s residents, including Pokémon like Mega Clefable ex, Mega Starmie ex, and Meowth ex, in the Pokémon TCG: *Mega Evolution—Perfect Order* expansion!
While we frequently update our event schedule, we recommend that you check with our [Event Calender ](https://calendar.google.com/calendar/u/0/embed?src=kabooomentertainment@gmail.com&ctz=Europe/Rome) and our [Discord](https://discord.com/invite/XeEKXnk).
Sealed event
Doors Open: 10:00
Start: 11:00
Entry fee: CHF 30.-
Please be here 10 - 15 mins prior, so we have enough time to register you.
The Tournament Participants will receive a prerelease box with Boosters from the new Set and some additional Boosters at the end of the event.
If you never been at our store before, make sure to have your [Pokémon ID](https://www.pokemon.com/us/account/) ready.
**Follow us on:**
Facekbook:
[www.facebook.com/kabooom.comicshop](http://www.facebook.com/kabooom.comicshop)
*Instagram:*
[https://www.instagram.com/kabooom_comics/](https://www.instagram.com/kabooom_comics/)
Join our Discord community:
[https://discord.com/invite/XeEKXnk](https://discord.com/invite/XeEKXnk)
Speed Dating & Live music (25-40y)
**[⚠️ >>Ticket needed (click here)<<](https://eventfrog.ch/en/p/dating/speed-dating/speed-dating-live-music-7434518302154613067.html) or**
**[www.social-circle.ch](https://social-circle.ch/)**
**🎶 Speed Dating & Live Music**
**Ages 25–40**
Looking for real connections in a relaxed, warm atmosphere? Join us for a special evening that combines **meaningful conversations** with **intimate live music**.
Join group for updates on this event : [https://chat.whatsapp.com/FoJN0DzRQgF232huSHiGOi](https://chat.whatsapp.com/FoJN0DzRQgF232huSHiGOi)
We’ll begin with a structured **speed dating session**, designed to help you meet several interesting people in a fun, low-pressure way. Afterward, the evening flows naturally into a live acoustic concert — perfect for deepening conversations or simply enjoying the vibe.
🎟️ What’s included
* Curated experience with **balanced gender ratio**
* **Snacks included**
⚠️ Important: Tickets are **non-refundable**, as we carefully curate the group and gender balance.
Come open-minded, leave with new connections ✨
Whether romantic, friendly, or simply human.
📸 Photos and short videos may be taken during the event. Let the host know if you prefer not to be in them.
💬 Want more events like this? Join our WhatsApp community to stay updated:
[https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw](https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw)
Pub Quiz - Laughs, Drinks & Trivia!
**[⚠️ >>Ticket needed (click here)<<](https://eventfrog.ch/en/p/eating-drinking/pub-quiz-laughs-drinks-trivia-7434516284161695662.html) or**
**[www.social-circle.ch](https://social-circle.ch/)**
**Pub Quiz Night at Boho** (Host : Akos)
Join us for a night full of **mind-bending questions**, **unexpected twists**, and **more laughs than right answers** (probably). Whether you're a trivia wizard or just really good at pretending you know stuff, this night’s for you!
Join our whatsapp group for updates on this event: [https://chat.whatsapp.com/FY1WpeStk5x8WyIXQ5hl66](https://chat.whatsapp.com/FY1WpeStk5x8WyIXQ5hl66)
**Location:** Boho
**Price:** 15.- (includes tasty snacks + a bottle of Prosecco for the winning team )
**How Teams Work:**
Got a crew? Awesome, bring your squad and show us what you've got!
Looking to mingle with singles? We’ve got you! → Think 2 girls + 2 guys = the perfect cocktail of brainpower and awkward icebreakers
Not single? No problem! We’ll still team you up with some brilliant minds and maybe a few terrible guessers for balance
**What’s in it for you?**
Glory, bragging rights, and the sweet, sweet taste of Prosecco-fueled victory.
**Come for the trivia, stay for the chaos.**
Spots are limited, so grab your seat before your smarter friend does! ️
Photos and short videos may be taken during the event. Let the host know if you prefer not to be in them. Tickets are non refundable.
Want more events like this? Join our WhatsApp community to stay updated:
[https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw](https://chat.whatsapp.com/Hmm9DZP3wzaL8cXrtAAafw)
Mobile Development Events Near You
Connect with your local Mobile Development community
Prototype, Play, and Build Workshops (In-Person @GameArena)!!!
This month, we are in-person at GameArena!!! We will also be joined by students and their games from [Shawnee State](https://www.shawnee.edu/game-design-programs)!
\-\-\-
Join us for our our monthly COGG Prototype and Play event @GameArena! Come to play and showcase your games.
We're back in the upper levels of the catwalk mezzanine area. It'll be packed with lots of camaraderie playing your game(s) and other's games on the 2nd floor as well as the 1st floor in the gaming room below the mezzanine.
Light snacks and water provided but you can buy food and drinks at the bar (alcoholic drink ID required).
[https://www.game-arena.co/menu](https://www.game-arena.co/menu)
**Attendees:**
Don't have a game to show? Not a problem! All are welcomed and invited from all ages and backgrounds. The more we can have to play test our games the better!
**Developers:**
Do you have a game that you would like to get critical feedback on? Would you like an excuse to work on a game with other talented artists, programmers, musicians, designers, and writers? Digital, table-top, non-experienced developers, and the like are welcomed! We'll provide signage for your game to help others learn more about your work. Wifi, outlets, tables, and seats (though standing tables also) are available.
Come to the Prototype and Play workshop to collaborate and meet local game developers for an evening of epic and raw game play fun! Play works-in-progress, show off your own game, work with others to add polish to a game, or even lend your talents to other fellow developers.
Can use South Garage at the Gateway with a $5 voucher on your way out.
75 E 11th Ave, Columbus, OH 43201
[https://maps.app.goo.gl/UwgveUYG37Jy7RtS9](https://maps.app.goo.gl/UwgveUYG37Jy7RtS9)
If you have any questions or comments, as always, feel free to reach out to us at [info@thecogg.com!](http://info@thecogg.com!/)
Unity GameDev Hangout – Tools, Workflows & Open Discussion
This is a relaxed, community-driven Unity GameDev meetup.
There’s no strict agenda this time — just developers getting together to talk shop, share projects, and exchange ideas.
**Some topics that may come up (based on attendee interest):**
• Frame Debugger & performance tooling
• Addressables & additive scene workflows
• Input System, localization, responsive UI
• AI integration approaches
• DevOps & LiveOps experiences
• Full lifecycle: idea → cross-platform publishing
• Favorite Asset Store tools and hidden gems
• Weird Unity quirks we’ve all run into
*Nothing is locked in.*
Bring a project if you’d like.
Bring a question.
Bring a lesson learned.
Or just come hang out and meet other developers.
All skill levels welcome!
Web Design Decoded: Tools, Practices, and Proven Processes (Semantic HTML)
**Web Design Decoded: Tools, Practices, and Proven Processes:**
**Semantic HTML**
At WebDev Columbus, we are exploring some of the most important topics of professional high-end web design and page building. Primarily focused on site building in the WordPress environment, our group explores tools, tips, and techniques for building the best WordPress sites possible. Additionally, we focus on disciplines and technologies that take website design from visually appealing to optimized spaces for delivering you and/or your client's message effectively and with a nod towards extended reach.
Each session combines practical demonstrations with real-world insights, giving you actionable knowledge you can apply immediately. Whether you're a seasoned developer looking to enhance your design skills or a newcomer wanting to understand design best practices, this series offers valuable insights for every skill level.
**What to expect:**
* Hands-on demonstrations of popular design tools
* Best practices for design-to-development workflows
* Tips for creating responsive, accessible designs
* Real-world problem-solving scenarios
* Interactive Q&A sessions
* Networking opportunities with fellow developers
**Each meetup features:**
60 minutes of focused presentation
30 minutes of live demonstrations
30 minutes for questions and discussion
**See you there!**
Our casual, collaborative environment encourages learning from both presenters and fellow attendees. Bring your questions, share your experiences, and connect with Central Ohio's web development community!
**Stay tuned for specific session topics and dates.**
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.
NSCoder Night
Bring your work or your hobby, hang out, and code with us.
Follow @buckeyecocoa for more information.
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
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








![Join the team! Murder Mystery Event Series [FREE] [FULL]](https://secure.meetupstatic.com/photos/event/5/7/a/a/highres_532882442.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)
![Join the team! Murder Mystery Event Series [FREE]](https://secure.meetupstatic.com/photos/event/e/6/1/9/highres_532918905.webp?w=640)










