Cloud Infrastructure
Meet other local people interested in Cloud Infrastructure: share experiences, inspire and encourage each other! Join a Cloud Infrastructure group.
3,728
members
15
groups
Largest Cloud Infrastructure groups
Newest Cloud Infrastructure groups
Frequently Asked Questions
Yes! Check out cloud infrastructure events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the cloud infrastructure events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find cloud infrastructure events near your location here. Connect with your local community and discover events within your area.
Cloud Infrastructure Events Today
Join in-person Cloud Infrastructure events happening right now
AWS London Well-Architected User Group March Meetup!
Hi Architects,
Welcome to our the second AWS London Well-Architected User Group Meetup!!! 🥳🥳🥳
Due to the huge demand we saw for our inaugural meetup we have gone bigger with a new venue.
Dragon Hall Trust, 17 Stukeley Street, London WC2B 5LT
The AWS London Well-Architected Meetup is the latest chapter in the most popular AWS Meetup group globally.
At each meetup we cover off various pillars of AWS best-practice in detail including insights from industry leaders that specialise in the Well-Architected Framework.
We'll be announcing more speakers and topics over the coming weeks.
**Speakers**
* **The Philosophy Behind Well-Architected**
**Philip Fitzsimons (Fitz)** \- Ex\-AWS \- Co\-authored the AWS Well\-Architected Framework\.
The Well-Architected Framework started at AWS but has since been adopted by every major cloud vendor and beyond. Why did it resonate so widely?
In this session, Fitz, who led the Well-Architected initiative at AWS from the beginning, explores the philosophy behind the framework, how it was intended to shape architectural thinking, and the mistakes teams commonly make when applying it.
Drawing on lessons from seeing thousands of real architectures, he will explain how to approach Well-Architected reviews in a way that actually improves systems rather than just generating checklists.
* **Running your first Well-Architected Review: A Live Walkthrough**
**James Harding** \- Technical CSM \- Green Custard
Curious about how a Well-Architected Review works in practice? In this session we'll run a live walkthrough using the AWS Well-Architected Tool, showing how to define a workload, answer the review questions, identify High Risk Issues and move on to an actionable improvement plan.
* **Building Your Infrastructure: "Self-Hosted vs. Managed"**
**Mykola Boiko -** Backend Developer - Ultralytics
What does it really cost to build and operate your own infrastructure? Mykola Boiko shares real-world lessons from scaling a globally distributed AI platform using self-hosted infrastructure before gradually migrating services to AWS. Through stories of building replication, caching, observability, and multi-region reliability from scratch, the session reveals the hidden operational complexity and costs behind running everything yourself. The journey highlights key principles of the AWS Well-Architected Framework including Reliability, Performance Efficiency, Operational Excellence, and Cost Optimisation and shows why managed cloud services can dramatically reduce operational burden while improving scalability and resilience.
More speakers to be announced soon.
So come join us at 7pm for a 7.30pm start, including drinks, snacks and friendly networking after our talks :-)
\*\*\*NB: No entry to the building after 7.30pm.\*\*\*
We Have the Data and the Models. Now Comes the Hard Part
Please join us for our next Bioinformatics London meetup, where we welcome **Francisco Azuaje**, Director of Bioinformatics and AI at **Genomics England**, for a talk on what it really takes to turn powerful models and rich datasets into safe, trustworthy impact in the clinic.
**Francisco Azuaje** is Director of Bioinformatics at **Genomics England**, where he leads applied ML and GenAI across national-scale genomic and clinical datasets. With 25+ years across academia, public sector and pharma (including UCB and the Luxembourg Institute of Health), his work focuses on what actually works in AI for bioinformatics: moving from proof-of-concept to robust, governed systems that clinicians and patients can trust.
In this talk, he will discuss real-world lessons from deploying AI in genomics pipelines and health data platforms, touching on verification, safety, organisational friction, and why the hard problems now are as much social and operational as they are technical.
Approximate schedule:
* 18:30 – Doors open
* 18:45 – Chitchat, announcements
* 19:00 – Talk and Q&A
* 19:45 – End, then adjourn to a nearby pub for informal discussion
Please **RSVP at least the day before** so we can provide an attendee list to reception. Make sure your Meetup name looks like a real name (e.g. “J Smith” or “Jane Jones”, not “weaselstabber”) so University of Westminster reception can identify you.
We look forward to seeing you there for an honest discussion about what it takes to make AI and genomics work *for* real patients, not just in demos.
1# London Software Guild
**About the London Software Guild**
The London Software Guild gathers developers, architects, and teams across London who care deeply about the craft of building great software. No fluff, no vendor pitches — just people who take the work seriously, sharing what they've learned the hard way.
***
## **Tonight's Speakers**
## **🎤 Kieran — Founding Engineer, Demand-Genius**
Kieran is a founding engineer at Demand-Genius, working to close the gap between how humans and machines perceive your brand versus reality. Background in electrical & electronic engineering, previously working on real-time payments systems, high-scale distributed dynamic rules engines, and reverse proxies. Third Start-Up/Scale-Up (because I'm dumb and have never learnt my lesson).
**Talk: The Statistical (Un)Certainty That Our AI Co-Founder Ruins Everything**
We have handed the most powerful text prediction machines ever built the keys to our codebases. They write code that is statistically likely to be correct. But "statistically likely" and "correct" are not the same thing. As we move toward autonomous multi-agent systems writing production code at machine speed, that gap becomes the central engineering problem of our time.
Code is not text. It is a formal, deterministic, mathematical structure that happens to be serialised as text. Every tool in the agentic coding stack — retrieval, editing, version control, coordination — treats it as text.
This talk argues that the answer isn't better frontier models. It's better systems around models. Specifically, the engineering disciplines we've used for a century to control uncertain systems — feedback loops, formal verification, dependency analysis, and control theory — are the missing layer between "AI can write code" and "AI can write code you can trust."
***
## **🎤 Andy Roberts — Senior Engineering Leader**
Andy Roberts is a senior engineering leader with 25+ years of experience — the kind where you've actually written the code, run the teams, and been in the room when things went wrong at scale. Previously Head of EMEA Enterprise Solutions at Apollo GraphQL, where he helped companies like [Booking.com](https://booking.com/), PayPal, and The New York Times stop arguing about their APIs. Before that, Head of API Engineering at RS Components, wrangling 11 teams. Has strong opinions about federated architecture and isn't afraid to use them.
**Talk: Built for Browsers, Billed by Tokens**
*Your microservices solved for latency. AI agents are solving for context. Nobody told your APIs.*
Every era of software development has been defined by a constraint that reshaped architecture. In the database era we optimised for round trips. In the web era we obsessed over latency. Mobile forced us to think about bandwidth and battery. Each shift required new instincts, new patterns, new defaults. We're in the middle of another one.
The AI era introduces a new constraint: context. Language models have finite working memory, and every API response your services return goes into it. The kitchen-sink response payloads that work fine for browsers are quietly making your AI agents more expensive and less capable — and the cost is almost entirely invisible in your existing dashboards.
This talk maps the constraint transition from latency to context, shows what it means for the microservice APIs you have today, and offers five concrete things you can do about it without touching a line of existing backend code.
The RAG Reality Check: From Vibe-Coding to Production
Retrieval-Augmented Generation (RAG) is the gold standard for grounding LLMs in proprietary enterprise data. However, the journey from a flashy proof-of-concept to a reliable, secure production system is fraught with complexity. This talk bridges the gap between rapid prototyping and rigorous engineering. We will begin by exploring the actual merit of “vibe-coding”—using AI-assisted, rapid prototyping to build compelling demo apps that secure client buy-in and validate use cases.
Once the demo is sold, the real work begins. We will navigate the architectural decision matrix, comparing the trade-offs of off-the-shelf products, cloud-managed services, and fully custom-built RAG solutions. Diving into the technical pipeline, we will cover modern ingestion strategies like agentic chunking and sophisticated retrieval methods, including re-ranking and GraphRAG, to overcome the limitations of simple vector search. We will detail the essential role of telemetry and LLM-as-a-Judge evaluation frameworks in ensuring sustained performance, faithfulness, and relevancy. Join us to learn how to transition from impressive demos to robust solutions that deliver measurable business value.
Our Speaker, **[Dr. Enrico Fonda](https://www.linkedin.com/in/enricofonda/)** is a data scientist with a background in physics. He conducted postdoctoral research at the University of Maryland and New York University, where he studied quantum fluids and applied deep learning to turbulence. In 2019, Enrico moved to London and transitioned his skills to the industry. He has since worked across the MarTech, Telco, and Tech sectors, focusing on machine learning modeling, generative AI applications, and code generation. Today, as a Solution Consultant at Sahaj Software, he continues to solve complex problems in data science and AI.
🗓️ **Save the Date:** 26th March, 2026
📍 **Location:** Sahaj Software, 1 Quality Court, London, WC2A 1HR
🕕 **Time:** 6:00 PM – 8:00 PM (BST)
The evening will feature:
🎤 **One engaging talk** with Q&A
🤝 **Plenty of time for networking** over free pizza and non-alcoholic drinks
Don’t miss this chance to learn, connect, and share with fellow tech enthusiasts.
👉 Please click the link below to register.
https://sahaj.ai/events/the-rag-reality-check-from-vibe-coding-to-production/
AI Security Meetup
Hey everyone,
Join us for our **next AI Security meetup on March 26th**, once again at the Snyk offices in central London, featuring 2 new talks.
And as always, there’ll be drinks, pizzas, and a great crowd — so expect a fun evening as well.
**Don't forget to RSVP now!**
**Talk 1 - Securing AI with AI: Building a Security Gate for Production Agents**
In production, any input could be malicious. This talk covers how my team built a security validation layer for an AI agent at Snyk. I’ll walk through the attack categories we defend against (prompt injection, system manipulation, data exfiltration, role-play bypasses), and the unexpected challenges that come with securing an agent that's purpose-built for security workflows.
Speaker: Jada Ross - AI Systems Engineer at Snyk. Jada is an AI Systems Engineer at Snyk, building production AI systems that help teams move faster and smarter. She's shipped RAG pipelines, LangGraph agents, and knowledge systems, embedded her work across engineering, go-to-market, support, and strategy teams at Snyk.
**Talk 2 - From Bias to Trust: A Day in the Life of a Responsible AI Product**
Building "Responsible AI" is often seen as a compliance hurdle, but for a business to scale, it must be the foundation of the architecture. In this session, we follow the end-to-end journey of a single AI use case—from the boardroom to the server room. We will explore how different roles—Business Owners, Data Scientists, Architects, and Delivery Leads—can identify and mitigate ethical risks at every stage of the lifecycle. You’ll walk away with a practical "Day 1" checklist to ensure your AI is not just powerful, but trustworthy.
Speaker: Gayatri Pandey is a Strategic Product Manager with over 13 years of experience in the technology sector. She specializes in bridging the gap between deep technical engineering and high-level business strategy. Gayatri’s expertise is backed by the **AI for Business Leaders program at MIT**, the **Artificial Intelligence program at Oxford**, and a **12-week intensive Applied Data Science bootcamp**. With a foundational background as a **Data Engineer**—where she personally deployed ML models to servers—she brings a unique, "full-stack" perspective to the challenges of scaling responsible and ethical AI systems.
Doctor Bike
Vandome Cycles are providing drop in bike check/repair sessions:
• Barking Riverside Bike Hub IG11 0FJ: Opening Times: Every Mon & Thu 3pm-7pm and Sat: 9am-5pm
• The Fiddlers, Dagenham, RM8 3HH: Every Saturday 10am – 2pm
Cloud Infrastructure Events This Week
Discover what is happening in the next few days
PyTorch Meetup #25
Join us for the 25th London PyTorch Meetup! 🔥
We have our first speaker confirmed:
**Peter Romov** – Open Source Contributor, 2. PyTorch/Opacus Autoresearch for Discovering State-of-the-Art LLM Adversarial Attacks
More speakers to be announced.
Creative Wellness Cycling Club (Members only)
Weekly cycling club open to members of that club only. Membership enquiries to creativewellnesswon@outlook.com
Agents and Robotics HackXelerator London Kick-off
## **ABOUT Agents and Robots 26 HACKXELERATOR™**
* **Purpose:** A comprehensive HackXelerator focused on agents and robotics, spanning pre-event networking to final showcase in Berlin.
* **Themes:** Digital agents, autonomous systems, human-robot interaction, and AI ethics.
* **Duration:** 20 days of collaborative creation and mentoring.
* **Agents and Robotics 26 Schedule:**
* **March 12th \| Virtual Pre\-Event Briefing:** HackXelerator overview, rules, prizes, categories, sign-up, team formation, and Q&A
* **March 27th \| AR26 In\-Person Kick\-off:** Inspiring keynotes on agents and robotics, expert panels across all streams, networking with sponsors and recruiters, plus yummy food and drinks.
* **Mar 27th– Apr 17th \| Main HackXelerator:** intensive development period with mentoring, collaboration, and project creation.
* **April 17th \| Showcase & Awards In\-Person Finale:** Project presentations, awards ceremony, and celebration party under the disco ball.
## **HOW TO JOIN AR 26**
1. [Sign in or sign up](https://www.kxsb.org/ar26#) to **KXSB**
2. Join the Discord server with the invite from the KXSB platform
3. Attend the pre-event virtual briefing [Agents and Robotics HackXelerator Pre-event · Luma](https://luma.com/tdi2pf5t)
**ABOUT PLEXAL:**
Plexal is the innovation and growth company helping to strengthen the UK’s technology capabilities through collaboration.
With teams in London, Manchester and Cheltenham, we work closely with government, industry, startups and academia to drive economic growth and reinforce national security.
Plexal delivers four core services: creating workspaces for innovators, running innovation programmes and consultancy, building regional tech clusters and helping SMEs scale strategically.
Product Unleashed Brighton + Online: Behind TV Apps + When 'too easy' backfires
**——————————**
**Event Description:**
**——————————**
Welcome product enthusiasts!
We're a meet-up group that hosts regular speaking events for those interested in the world of **digital products** and **doing things differently!**
Each meet-up features new guests from some of the most influential product companies around the world, providing unique insights, tangible ideas, and new techniques to help drive change from the inside out.
**————————**
**Event Format:**
**————————**
This is a **hybrid** event, offering the option to come along in person or join us from anywhere in the world online!
**————**
**Venue:**
**————**
🚨 We are at Wrap co-working Brighton, a stone's throw from the station. We're looking forward to seeing you there! 🚨
**————————**
**Our Supporters:**
**————————**
Our March event is supported by **[MPB](https://www.mpb.com/en-uk)** the world’s leading platform for buying, selling and trading used photography and videography equipment, making kit more accessible and sustainable for creators everywhere.
And as always our friends at **[Silicon Brighton](https://siliconbrighton.com/)**, whose mission is to put Brighton on the map as a technology hub, spotlighting the region for talent and investment.
**————————**
**Our speakers:**
**————————**
**Steve Down**
**Steve Down is a Senior Product Manager at Channel 4, specialising in building high performing streaming apps for the biggest screen in the home.**
He’s spent years shaping TV experiences at major UK broadcasters, tackling platform fragmentation, performance constraints and all the quirks that make doing product on TV Apps a whole world of its own.
He regularly writes and speaks about the realities of Connected TV product development, sharing lessons from building and scaling TV apps across diverse platforms and fast changing user behaviours. His industry contributions unpack everything from platform limitations and UX challenges to experimentation gaps and the future of big screen viewing.
**————————**
**About the Talk:**
**————————**
**Behind the Streams: The untold story of TV App Product Management**
Forget what you know about doing Product Management on web and mobile - TV is a whole different ball game. You’re juggling dozens of platforms & stakeholders, designing for a lean-back user experience, and working in an environment where optimal performance is everything. Add in the giants like Netflix, Disney+, and YouTube as competitors, and standing out gets tough.
**In this session, Steve will pull back the curtain on:**
\- What makes TV product management so different
\- The skills you need to succeed in streaming
\- How you can break into one of the most exciting areas in product today
If you’ve ever thought about working in streaming or just want to know what happens behind the biggest screen in the house, this talk is for you.
**Raff Di Meo**
Senior Product Design Manager at Optimizely.
Raff has spent over 10 years designing products across startups, agencies, and enterprise SaaS, including a startup acquisition. Today, he's a Senior Product Design Manager at Optimizely, where he leads a team of designers reshaping how marketing teams create content across the web.
He's an active speaker in the UX community and writes Some Designers on Substack, championing inclusivity and supporting designers through a profession that won't sit still.
**————————**
**About the Talk:**
**————————**
**When too easy to use becomes a problem: from e-commerce returns to AI in design**
A few years ago, Raff designed a returns flow for an e-commerce product. It was fast, frictionless, and users loved it. It also helped normalise a behaviour that cost businesses millions and generated thousands of tonnes of waste. By every metric tracked, it was a success. By every metric not tracked, it was a disaster.
Today, the same pattern is playing out. Not just in the products we design, but in how we design them. Teams are reshaping their entire process around AI tools that can't even retain their own users. We're told the old ways are dead. Move faster. Ship more. Trust the tools.
In this talk, Raff will share what the returns project taught him about the gap between a successful design and a responsible one, and how those lessons are shaping how his team is navigating AI right now: what they're using, what's genuinely working, and what they're deliberately protecting.
You'll leave with three things you can take back to your team: why understanding the problem still comes first, how to explore with AI without losing your craft, and a dead-simple habit for catching unintended consequences before they ship.
**——————————**
**About your hosts:**
**——————————**
Product Unleashed is brought to you by your hosts **[John Griffin](https://www.linkedin.com/in/john-griffin-designer/)** and **[Dominic Port](https://www.linkedin.com/in/dominic-port/)**.
The duo have worked on the design of products of all shapes and sizes and bring their energy and enthusiasm to this unique meetup, packed with great guests and knowledge - for anyone interested in levelling up their game in the world of products.
Cloud Infrastructure Events Near You
Connect with your local Cloud Infrastructure community
Global Azure - Columbus
The global Azure community is coming together again, and Columbus is officially on the map.
View the session lineup and speakers at [Global Azure Columbus 2026](https://coazure.github.io/cbus-global-azure-2026/)
On **Saturday, April 18, 2026**, the Azure Columbus Meetup, DevOps Meetup, and Code and Coffee Meetup are hosting our local edition of Global Azure 2026. This is a free, community-driven event packed with learning, networking, and all things Microsoft Azure.
Whether you’re building modern cloud-native apps, experimenting with AI agents, deploying containers, automating infrastructure, or just beginning your Azure journey, this event is for you!
**What to Expect**
* Engaging technical sessions
* Real-world Azure architecture & cloud-native patterns
* AI, agents, automation, and modern DevOps
* Food and drinks (because learning burns calories)
* Time to connect with fellow engineers, architects, and cloud enthusiasts
**Who Should Attend?**
* Software engineers (any language, any stack)
* Cloud architects
* DevOps engineers
* Data professionals
* AI explorers
* Platform builders
* Anyone who loves solving hard problems with great tools
If you build, deploy, automate, scale, monitor, or optimize in Azure, you’ll feel right at home.
**Why Global Azure?**
Global Azure is a worldwide community event where Azure user groups host learning sessions on the same day across the globe. It’s grassroots. It’s technical. It’s practical. And it’s powered by people who genuinely love sharing what they’ve learned.
And yes, it’s free to attend!
Topic to be announced
Topic to be announced!
**CALL FOR SPEAKERS**
Learn more: https://www.awscolumbus.com/get-involved/
**THANK YOU** *Leading EDJE* for hosting our meetup!
Leading EDJE specializes in helping organizations innovate and solve complex problems. EDJE does this with their "A" player team of professionals using agile methodologies and SCRUM management techniques to give organizations a competitive advantage that sets them apart. Learn more at https://www.leadingedje.com/
**THANK YOU** *Amazon Web Services* for sponsoring pizza! Learn more at https://aws.amazon.com/.
**DIRECTIONS**
6515 Longshore Loop, Suite 300
Dublin, OH 43017
(3rd floor)
**FREE PARKING** at the Endres Garage across the street, 6540 Riverside Dr, Dublin, OH
**Want to sponsor the pizza and/or bar tab for a future meetup?**
Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
AWS Columbus User Group - Topic to be announced
Topic to be announced.
**CALL FOR SPEAKERS**
Learn more: https://www.awscolumbus.com/get-involved/
**THANK YOU** *VEEAM* for hosting our meetup! To learn more about *Veeam*, please visit their website: https://www.veeam.com/
**DIRECTIONS**
8800 Lyra Dr #450 · Columbus, OH
go to 4th floor.
**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
Azure CBUS April
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/azure-cbus-2026/
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.
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/.
Global Azure - Columbus
The global Azure community is coming together again, and Columbus is officially on the map.
View the session lineup and speakers at [Global Azure Columbus 2026](https://coazure.github.io/cbus-global-azure-2026/)
On **Saturday, April 18, 2026**, the Azure Columbus Meetup, DevOps Meetup, and Code and Coffee Meetup are hosting our local edition of Global Azure 2026. This is a free, community-driven event packed with learning, networking, and all things Microsoft Azure.
Whether you’re building modern cloud-native apps, experimenting with AI agents, deploying containers, automating infrastructure, or just beginning your Azure journey, this event is for you!
**What to Expect**
* Engaging technical sessions
* Real-world Azure architecture & cloud-native patterns
* AI, agents, automation, and modern DevOps
* Food and drinks (because learning burns calories)
* Time to connect with fellow engineers, architects, and cloud enthusiasts
**Who Should Attend?**
* Software engineers (any language, any stack)
* Cloud architects
* DevOps engineers
* Data professionals
* AI explorers
* Platform builders
* Anyone who loves solving hard problems with great tools
If you build, deploy, automate, scale, monitor, or optimize in Azure, you’ll feel right at home.
**Why Global Azure?**
Global Azure is a worldwide community event where Azure user groups host learning sessions on the same day across the globe. It’s grassroots. It’s technical. It’s practical. And it’s powered by people who genuinely love sharing what they’ve learned.
And yes, it’s free to attend!




























