Embedded Systems
Meet other local people interested in Embedded Systems: share experiences, inspire and encourage each other! Join a Embedded Systems group.
35
members
1
groups
Largest Embedded Systems groups
Newest Embedded Systems groups
Frequently Asked Questions
Yes! Check out embedded systems events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the embedded systems events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find embedded systems events near your location here. Connect with your local community and discover events within your area.
Embedded Systems Events Today
Join in-person Embedded Systems events happening right now
Drupal-Austria Meetup March 2026
The Drupal Austria community is meeting again! This meetup is open for everyone: web developers, designers, Drupal users, but also curious people that don't know Drupal yet.
Our topic of the evening will be **Drupal CMS 2.0**
We invite you to share your experience with Drupal CMS 2.0 with us.
We plan to have some talks, then free form discussions and networking.
Food, Drinks & location sponsored by [Protobyte GmbH](https://www.protobyte.at/).
If you are interested in **presenting**, please drop us a comment.
Beside that we will have time for other lightning talks, networking and discussion.
**Schedule**
18:00 **Door opens**
18:30 Sessions / Talks
* Drupal CMS 2.0 Goes Headless by Wolfgang Ziegler (circa 25 minutes)
* First short report from the "marketing initiative" of Drupal Austria by Alex Gruber
* DIRECTIVE (EU) 2023/2673 withdrawal button in webshops by Florian Kritsch
* tbd
19:45 until 10pm - **other sessions, networking, discussions**
**Travel**
Near U1/U3 Stephansplatz
Wollzeile 1/1/1, please ring at "OCG/WCR/ECDL"
n8n Community Meetup
❗❗❗ **Register with the following Link**: https://luma.com/qx2kj6yc?tk=VSeXXA
☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️
**📢 Join the n8n Community Meetup in Vienna! 🚀**
The sun is back, fresh ideas are bursting, so let's gather for another evening of inspiring n8n talks, practical insights, and great conversations with fellow automation enthusiasts. Whether you're just getting started or already deep into workflow automation, this is your chance to learn, share, and connect with the Vienna n8n community - all while enjoying **snacks and drinks courtesy of n8n.**
**Talks will be in English.**
## **📅 Agenda**
* 18:00 - Arrival
* will be announced soon.
* 20:00 - Networking with Snacks and Drinks 🍻
## **🎙️ Speakers**
* Cristian Livadaru - [https://www.linkedin.com/in/livadaru](https://www.linkedin.com/in/livadaru)
* will be announced soon.
## **Location**
Das Packhaus Wien
MARXERGASSE 24/2, 1030 WIEN
[https://www.daspackhaus.at/](https://www.daspackhaus.at/)
Badminton Wednesday in Simmering
***MEMBERS ONLY***
***MEMBERS ONLY***
Join us for three hours of badminton!
This session is open for members of the Sportunion Vienna Badminton Community. We play in a sports hall in Vienna’s 11th district, easily reachable by public transport (U3 Enkplatz / S-Bahn Wien Haidestraße). For further information about the exact location or attendance, please reach out to the host.
This event runs under a separate membership format, and participation is deducted from your existing subscription balance.
Please bring your own racket, sportswear, indoor shoes, and a water bottle. Feather shuttles are provided, and you can usually borrow a spare racket from another player if needed.
If you can’t attend, please cancel at least 24 hours in advance—late cancellations may incur the event fee.
Angular Vienna - March Meetup
🎉 Get ready for the **Angular Vienna March Meetup** \- Fresh Insights & Spring Energy\!
We’re kicking off 2026 with the latest updates from the Angular ecosystem. Expect deep dives, practical insights, and plenty of time to connect with the community.
**What's on the agenda:**
🗣️ Expert speakers
🎓 Knowledge sharing on the latest in Angular
🎫 Raffles with cool prizes
👥 Meet old and new friends from the community
🍻 Free drinks
🍕 Free food
🎉 Open-end networking
✔️ Just RSVP!
**Location:** LEAN-Coders, Hainburger Straße 33
**Agenda:**
17:00 – Warm-up
17:10 – Meetup Intro
17:15 – Dániel Szendrei
18:00 – Break (10 mins)
18:10 – Dmytro Mezhenskyi
18:55 – Pizza Break (30 mins)
19:25 – Manfred Steyer
20:10 - Break (10 mins)
20:20 – Mathieu Riegler
21:05 – Raffle & Outro
**\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- 🗣️🗣️🗣️ Talks 🗣️🗣️🗣️ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-**
**Matthieu Riegler \- Angular Team \| [LinkedIn](https://www.linkedin.com/in/matthieuriegler/)**
"It's all javascript".
Well you know it, typescript transpiles to javascript. Your templates? Also javascript.
Compilation and typechecking, you guessed it. Also javascript.
All the tooling was javascript until ... well when? Thats the question. 😇
**Manfred Steyer \- Angular Architects \| [LinkedIn](https://www.linkedin.com/in/manfred-steyer-84645821/)**
Agentic UI with Angular: Implementing AI-powered Assistants
More and more frontends integrate Agentic UI and AI assistants that answer questions, display dynamic components, pre-fill forms, and guide users through processes. In this session, I demonstrate how to bring these capabilities into both existing and new Angular applications. We explain how to provide the necessary context via state management, forms, and routing, and show how the assistant uses tool-calling to access Angular services and generate dynamic UIs. After this session, you will know the technical steps required to extend your Angular solutions with a powerful AI assistant.
**Dmytro Mezhenskyi \- Decoded Frontend \| [LinkedIn](https://www.linkedin.com/in/dmezhenskyi/)**
The Secret Life of Events in Angular
You've written (click) hundreds of times. But have you ever wondered what's actually happening behind the scenes? Angular's event system has a hidden layer — one that lets you do things most developers don't even know are possible. In this talk, we'll pull back the curtain, explore how it all works under the hood, and see how to apply this magic directly in your real-world projects.
**Dániel Szendrei \- AGFA Healthcare \| [LinkedIn](https://www.linkedin.com/in/daniel-szendrei-2056b0113/)**
All the terrible Angular hacks I had to do so you don't have to
Have you ever wanted to create a custom lifecycle hook for services in Angular? Or tried to use Angular’s DI inside an InjectionToken factory? Probably not, and that’s perfectly fine. I did, though, and it led me down a path of some truly strange Angular hacks. Maybe you’ll find them useful; at the very least, I promise they’ll be entertaining.
**\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-❤️🤝❤️ Sponsors ❤️🤝❤️ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-**
**PushBased**
PushBased is a close-knit group of IT experts offering their knowledge and services in #Angular #RxJS #NestJS #JavaScript #TypeScript #webperf #Nx and more.
[https://push-based.io/](https://push-based.io/)
**Lean Coders**
Special thanks to the Lean Coders team for sponsoring the meetup venue!
Check them out at lean-coders.at
**\-\-\-\-\-\-\-\-\-\-\-\-\-\-** 🎫🎫🎫 **Raffle Raffle Raffle** 🎫🎫🎫 **\-\-\-\-\-\-\-\-\-\-\-\-\-\-**
As always, everyone who asks a good question during the talks receives a raffle ticket.
Win JetBrains licenses and other cool prizes!
**\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- 😇😎🥳 Code of Conduct 🥳 😎😇 \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-**
We value your safety.
Please check our Code of Conduct here: [http://bit.ly/angular-austria-coc](http://bit.ly/angular-austria-coc)
**\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- 🎥 LIVESTREAM 🎥 \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-**
The event will be live streamed on the [Push-Based YouTube channel](https://www.youtube.com/@push-based).
[Watch the stream here!](https://www.youtube.com/watch?v=ld3NCwBbWiQ)
**\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- 📋 FEEDBACK 📋 \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-**
Help us improve by sharing your feedback after the event!
Schluss mit starren Systemen: Architektur ohne Sackgassen & KI ohne Limits
Frameworks, Patterns und Deployment-Modelle – oft steht die Architektur eines Systems schon fest, bevor überhaupt klar ist, was es leisten muss. Aber was, wenn wir den Spieß einfach umdrehen? In diesem Meetup decken wir auf, wie Architektur organisch aus den echten Qualitätszielen eines Systems entstehen kann. Stefan Priebsch zeigt, wie "Domain-Driven Architecture" funktioniert und warum wir uns nicht länger in voreiligen technologischen Sackgassen verrennen sollten.
Aber damit nicht genug: Auch in der KI-Welt stoßen wir an harte Grenzen. LLMs sind zwar die aktuellen Stars am Tech-Himmel, aber ihre klassischen Transformer-Modelle fressen Speicher und sprengen bei langen Sequenzen schnell das Budget. Anastasia Hort nimmt uns mit in die Zukunft und erklärt, warum „Liquid Foundation Models“ (LFMs) der nächste logische Schritt sind. Was wäre, wenn neuronale Netze so flexibel wie biologische Systeme und so effizient wie klassische Differentialgleichungen arbeiten könnten?
Sei dabei, wenn wir hinter die Kulissen blicken und die Evolution von zukunftssicheren Softwarearchitekturen und der nächsten KI-Generation beleuchten.
**\*\*\* Agenda \*\*\***
17:30 Uhr \| Doors open\. Schnapp' dir Snacks & Getränke\.
17:45 Uhr \| Welcome & Intro
18:00 Uhr \| Liquid Foundation Models: Jenseits klassischer LLMs \- Anastasia Hort
18:45 Uhr \| Domain\-Driven Architecture \- Stefan Priebsch
19:30 Uhr \| GetTogether
Wir sind Partner der ROSIK.
**\*\*\* Unsere Vorträge \*\*\***
**Liquid Foundation Models: Jenseits klassischer LLMs - Anastasia Hort**
LLMs haben in wenigen Jahren unsere Art zu arbeiten, zu programmieren und zu kommunizieren grundlegend verändert. Während manche sie skeptisch betrachten und andere sie nahezu vergöttern, suchen viele nach Wegen, ihr Potenzial effizient auszuschöpfen.
Doch klassische Transformer-Modelle stoßen zunehmend an ihre Grenzen: Die quadratische Komplexität der Attention und der speicherintensive KV-Cache machen die Verarbeitung langer Sequenzen extrem kostspielig.
Was wäre, wenn neuronale Netze so flexibel wie biologische Systeme und zugleich so effizient wie klassische Differentialgleichungen sein könnten? In diesem Vortrag werfen wir einen Blick auf eine neue Modellgeneration: Liquid Foundation Models (LFMs). Wir analysieren den Paradigmenwechsel von statischen Gewichten hin zu dynamischen, zeitkontinuierlichen Systemen.
**Domain-Driven Architecture - Stefan Priebsch**
Häufig entsteht Architektur sehr früh durch technologische Entscheidungen, etwa durch die Wahl von Frameworks, Architekturstilen oder Deployment-Modellen. Doch was wäre, wenn wir diesen Prozess umkehren würden? Wenn Architektur lediglich aus den Qualitätseigenschaften eines Systems hervorgeht und sich evolutionär weiterentwickelt?
In diesem Vortrag wird Domain-Driven Architecture vorgestellt, ein neues, leichtgewichtiges Vorgehensmodell. Es ist von Domain-Driven Design inspiriert und dessen Prinzipien werden gezielt auf architektonische Entscheidungsprozesse übertragen. Dabei steht nicht nur die Modellierung im Vordergrund, sondern die bewusste Gestaltung einer langlebigen Architektur mit kurzlebigen Implementierungen, die sich anhand konkreter Schwellenwerte weiterentwickeln. Anhand realer Projektbeispiele lernen wir, wie das in der Praxis funktioniert. So entsteht eine Architektur, die gezielte und kontrollierte Veränderungen ermöglicht, ohne durch technologische Festlegungen frühzeitig eingeschränkt zu werden.
Der Vortrag richtet sich an alle, die Architektur als evolutive Disziplin verstehen wollen, also als etwas, das bewusst entworfen, kontinuierlich bewertet und weiterentwickelt wird, während sich Domäne und Anforderungen stetig verändern.
**\*\*\* Unsere Speaker \*\*\***
**Anastasia Hort** ist Software Engineer bei QAware. In ihrer Masterarbeit beschäftigte sie sich mit Data Science und vertiefte dabei ihr Interesse an datengetriebenen Methoden und Machine Learning. Besonders fasziniert sie, wie Modellierung und Algorithmen helfen können, Ordnung in komplexe, unsichere Systeme zu bringen. In ihrer Freizeit näht sie gerne und liebt es, aus einem simplen Stoffstück mit Kreativität und eigenen Ideen etwas Einzigartiges zu erschaffen.
**Stefan Priebsch** ist Berater für Software-Erfolg. Mit über 30 Jahren Erfahrung als Berater, Coach, Trainer, Universitätsdozent und Keynote-Speaker hilft er Unternehmen dabei, komplexe Software in vorhersehbaren Geschäftswert umzuwandeln.
Er hat einen Abschluss in Informatik, ist Erfinder von zwei Patenten und Autor mehrerer Fachbücher. Er hält regelmäßig Vorträge auf internationalen Konferenzen, wo er konventionelles Denken hinterfragt und Unternehmen dabei hilft, nachhaltige, weiterentwickelbare Systeme aufzubauen.
Stefan ist bekannt dafür, architektonische Klarheit mit geschäftlicher Wirkung zu verbinden. Dabei konzentriert er sich auf Softwarearchitektur, domänengetriebenes Design und entscheidungsorientierte Transformation, um Technologie mit strategischen Zielen in Einklang zu bringen.
#7: Keycloak Meetup
Triff andere Keycloak-Nutzer, tausche dich aus und erfahre von Experten, wie Keycloak in komplexen Szenarien eingesetzt wird.
**🗓️ Agenda**
**Session #1:** **Keycloak Migration to OpenShift**
🗣️ **Speaker:** Herwig Geist (WKO), Shahin Mahmody (Gepardec)
Herwig und Shahin erzählen vom Aufsetzen und Upgrade von Red Hat build of Keycloak auf OpenShift Umgebungen. Wartbarkeit und Nachvollziehbarkeit von Änderungen werden durch das richtige Tooling und GitOps-Ansatz stark gefördert - ohne großen Aufwand.
**Session #2: Keycloak Monitoring in Kubernetes**
🗣️ **Speaker:** Shahil Sharma
Shahil is a seasoned Platform & Systems Engineer with expertise in Cloud, Containers, and DevOps practices.
He will talk about how to deploy, configure, and monitor Keycloak in Kubernetes with Loki, Grafana, Prometheus and Promtail stack.
**Networking & Austausch:**
Nutze die Gelegenheit, dich mit anderen Keycloak-Anwendern und -Experten auszutauschen. Diskutiere aktuelle Herausforderungen, Best Practices und Entwicklungen rund um Keycloak.
🍕 Getränke & Snacks inklusive!
**Jetzt anmelden und deinen Platz sichern!**
Wir freuen uns auf spannende Gespräche und einen intensiven Austausch rund um Keycloak!
Embedded Systems Events This Week
Discover what is happening in the next few days
Women Techmakers Conference
We are excited to invite you to our International Women’s Day 2026 conference, this year themed “Break The Pattern.”
We’ll explore stories of non-traditional paths into tech and the moments women stepped up beyond their role to drive real change at work, improving processes, quality, leadership, and team culture.
Join us for practical insights, honest reflections, and plenty of opportunities to connect with an inspiring community!Seats are limited, secure your free spot here 👉 https://lnkd.in/dvxRH6MiAGENDA
09:00 Doors Open & Coffee
09:30 Diverse Talks, by Mahtab Beikpour, Malika Mataeva, Ronke Babajide, Sadet Kaya-Stein, Orsolya Nemeth
10:45 30' Break
11:15 Panel Discussion: Break The Pattern & Be Successful, by Mahtab Beikpour, Malika Mataeva, Ronke Babajide, Sadet Kaya-Stein, Orsolya Nemeth, Moderator: Christine Wahlmüller-Schiller
12:00 When Technologies Meet Social Reality: From Sociology to Robotics, by Jenny Huch
12:30 Information Security: Entered by Chance, Stayed by Choice, by Barbara Meixner
13:00 How to find your individual unique value proposition, by Mariebth Aquino
13:30 1.5h Networking & Closing Remarks
Find out more about the event on our official page https://www.womentechmakers.at/conference/2026
Agenda
---
Hosted By
Kariem Hussein, Organizer
Helmuth Breitenfellner, GDG Organizer
Julia Undeutsch, Dev & UX Accessibility Specialist
I am Web & UX Accessibility Specialist at Atos Austria.
After graduating University in Musicology and Japanese Studies in summer 2020, I started learning front-end development and specialized in the topic of web accessibility early on. Since then, I take every opportunity to spread awareness on the topic by regularly creating content in form of writing blog articles and such.
Since 2022, I have been certified by IAAP as a Professional in Accessibility Core Competencies (CPACC). Since 2023 I am a Google Developer Expert for Web Technologies.
chittipolu jayakrishna,
I’m a passionate technologist with 14 years of experience across mobile applications, embedded systems, custom hardware, backend development, and security modules. I build secure, scalable solutions through detailed analysis and practical problem-solving. I believe in continuous learning and enjoy collaborating with fellow developers to explore new technologies.
My expertise includes developing core libraries for custom hardware devices, embedded software, mobile applications, and security modules for various applications. I’ve worked on a wide range of projects, from mobile games to enterprise applications, IoT systems, and backend infrastructures, and I’ve tackled challenges at the OS library level, including custom mobile OS images.
I’m also experienced in Agile project management, version control systems, and CI/CD pipelines, ensuring efficient, iterative development. If you're interested in security, embedded systems, mobile platforms, or backend development—or just want to chat tech—I’d love to connect and exchange ideas!
Complete your event RSVP here: https://gdg.community.dev/events/details/google-gdg-vienna-presents-women-techmakers-conference/.
Cloud Native Vienna: March 2026 Meetup
KubeCon is around the corner, and to get you in the mood for this, you get the next **Cloud Native Vienna Meetup** \- and this time\, we’re stepping into the "Upside Down\."
Join us at [karriere.at](karriere.at) for an evening of deep-dive technical sessions and high-bandwidth networking. Whether you're hunting for Demogorgons in your logs or just trying to scale your Internal Developer Platform, we’ve got you covered.
Agenda:
* 17:30 - Doors Open
* 17:55 - Welcome from the Organizers
* 18:00 - Talk 1: Manav Singh ([karriere.at](www.karriere.at)) - homelabbing@karriere.at - Enabling Devs to Break the Cloud
* 18:45 - Break / Networking
* 19:00 - Talk 2: Andi Grabner ([Dynatrace](www.dynatrace.com)) - Stranger Platform Engineering: The Two Sides of Observability in Your IDP
* 19:45 - Networking
\-\-\-
Manav Singh
**Homelabbing@karriere.at - Enabling Devs to Break the Cloud**
\-\-\-\-
Andi Grabner
**Stranger Platform Engineering: The Two Sides of Observability in Your IDP**
Your Internal Developer Platform lives in two worlds. In the **Right Side Up**, developers rely on self‑service observability to build, deploy, operate and debug their apps. In the **Upside Down**, the platform itself must be observable to ensure its reliability, performance, and to understand usage patterns and adoption.
**The twist?** these two worlds are not separate. Improving observability *of* the platform directly improves the observability *for* the applications built on top of it. Just like in *Stranger Things*, observability becomes the force that connects both realities—creating feedback loops, strengthening the platform’s foundations, and enabling teams to spot issues before they cross between worlds.
This talk reveals why mastering both sides of observability is essential for any modern IDP. Expect real-world examples, a few supernatural analogies, and practical guidance you can bring back to your platform team—no Demogorgon hunting required
KI, Kognition und Burnout: Was tun, wenn Effizienz den Flow killt?
**KI, Kognition und Burnout: Was tun, wenn Effizienz den Flow killt?**
KI impliziert die Hoffnung, sich - von langweiligen Tätigkeiten befreit - endlich kreativen und spannenden Dingen widmen zu können. Jedoch häufen sich Sorgen um mögliche Nebenwirkungen: Begriffe wie **KI Burnout**, **KI Fatigue** und **KI Workslop** sprießen nur so aus Studien und Social Media Posts. In diesem Talk geht es um Zusammenhänge zwischen Burnout, Cognitive Load, Flow und den Einsatz von KI Tools - und um mögliche Lösungsansätze.
**Sabine Ballata** ist Co-Founderin von Kokoro ([www.bekokoro.com](http://www.bekokoro.com/)), wo sie Produktdesign und Strategie leitet. Über ihre berufliche Tätigkeit hinaus engagiert sie sich aktiv in der Design-Community und leitet seit Oktober 2018 den UX Vienna Book Club, um den Wissensaustausch unter UX-Praktiker:innen zu fördern.
**Event Sponsor:** Communardo Gmbh
AI Breakfast Vienna #1
**Update**: due to the high number of interested parties, we have had to change the venue to Cafe Museum on Karlsplatz.
New year, new format. With the **AI Breakfast**, we’re creating a San-Francisco-style morning gathering for the Austrian AI ecosystem: casual, high-signal, no stage, no slides — just real conversations.
This is an open exchange for decision-makers, deep tech builders, Clawdbotlers, founders, CIOs, researchers, public sector innovators and anyone actively shaping AI. Corporate meets startup, policy meets engineering, research meets product. The goal is simple: meaningful connections, sharp discussions, and cross-pollination of ideas — before 9am.
Breakfast is ordered at your own expense.
The table is reserved under **Cristian Hofmann** / **AI Austria**.
Seats are limited.
Your host Cristian Hofmann, Amin Khater & Ruben Hetfleisch will welcome you.
👉 Please only RSVP if you truly plan to attend 🙂
Women in AI Austria Vienna Meet up. Feierabend Edition.
**Women in AI Austria - Vienna Meet up. Feierabend Edition.**
**Come, connect, learn, and get inspired.**
Join us for a relaxed evening full **great conversations** at Aumann's.
Meet great people and spend a nice relaxed evening with great deep talks.
Whether you are an experienced professional, a newcomer to the field, or simply curious about AI - **We are excited to meet you but**
**please only register if you plan to come.**
**When:** **March 12** \| 6 PM
**Where:** [Aumannpl. 1, 1180 Wien](https://www.google.com/maps/place//data=!4m2!3m1!1s0x476d07d702676ab3:0x7a4f9b95c4d30acd?sa=X&ved=1t:8290&ictx=111)
**What to expect:**
* Versatile discussions about AI, new technologies and everything you are interested in :)
* Get to know WAI Austria without a set agenda
* Great people and delicious food (**SELF PAYMENT** :) )
**Cant’t make it? Please cancel your registration to free up the spot for someone on the waiting list!**
Kostenlose Führung durch den ersten und größten Maker Space in Wien.
Jeden Freitag um 18 Uhr zeigen wir dir bei unserer Tour unseren Maker Space. Es erwarten dich rund 900m2 Werkstattfläche, eine Menge ganz unterschiedlicher Bereiche, viele Maschinen und Geräte.
Wir freuen uns auf deinen Besuch!
Women And Code Meetup March 2026
!!! The W&&C meetups are ***female\*-only*** events (\* [FLINTA](https://en.wikipedia.org/wiki/FLINTA*#:~:text=FLINTA*%20is%20a%20German%20abbreviation,binary,%20trans%20and%20agender%20people.)+ 🏳️🌈) !!!
Lets meet again in Spring 🌷 at our Women And Code Meetup with these amazing speakers:
* **Jennifer Romirer-Maierhofer**, backend developer at Wien IT. She started out as an automation engineer but turned her computer science interest into a profession in 2022. Ever since she has been working on Wienmobil as a Backend Developer.
Her talk "**Wienmobil goes Zoomi**" is about a geospatial indexing infused approach to zoomlevels in wienmobil.
* **Maria Catalina Kovacs** about vibe coding as Python engineer (details TBD)
**Schedule**:
17:30 doors open
18:00 opening by W&&C
18:10 shoutout by sponsor
18:15 ***FIRST TALK***
19:00 break (snacks)
19:30 ***SECOND TALK***
20:15 roundup by W&&C
20:30 networking (drinks)
21:30 end
We're very happy that our sponsor **Wien IT** will not only provide the location but also (free) snacks and drinks 🩵
🔔 **How to get to the venue**
The barrier-free venue is located in the Orbi Tower. Use the right entrance "WIT Base". Registration is downstairs.
[Code Of Conduct](https://womenandcode.org/#coc)
See you soon!
Barbara && Catherine
Embedded Systems Events Near You
Connect with your local Embedded Systems community
CONNECTED Westerville Mastermind Group
Join the CONNECTED Westerville Mastermind Group for a dynamic afternoon of B2B networking! This event is perfect for professionals looking to expand their business connections, share insights, and foster collaboration within the community. Whether you are a seasoned entrepreneur or just starting out, this event offers a valuable opportunity to exchange ideas, build relationships, and grow your network in a supportive environment. Connect with like-minded individuals, explore potential partnerships, and discover new opportunities for professional growth. Don't miss out on this chance to enhance your business network and take your career to the next level with CONNECTED Westerville Mastermind Group! We meet the 4th Monday of every month from 11am-1pm. Welcome and general networking from 11am - 11:30am with core meeting 11;30 - 12:30 and a final round of networking from 12:30 - 1pm.
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
Westerville Queer Coffee Meetup
WQC has weekly Thursday night social nights at the Westerville Java Central. Come and grab a coffee and connect with the community: low stakes, chill environment, and tasty drinks. No registration is required; come as you are.
NSCoder Night
Bring your work or your hobby, hang out, and code with us.
Follow @buckeyecocoa for more information.
The Listening Room — First Gathering
**The Listening Room — First Gathering**
So much of life happens in loud spaces and quick conversations that never quite go beneath the surface. The Listening Room is meant to be the opposite of that — a quieter space where people can slow down, talk honestly, and actually listen to one another.
For this first gathering, we’ll meet in a small group and explore a simple conversation prompt together. The goal isn’t debate or performance — just thoughtful conversation and the chance to connect with others in a genuine way.
Our prompt for this gathering will be:
**When have you felt truly seen or understood by another person?**
Everyone will have the opportunity to share if they’d like, but there’s absolutely no pressure — listening is just as valuable as speaking here.
We’re keeping the group intentionally small so the conversation can feel relaxed and natural.
Looking forward to meeting you.
— Benny
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.





















