Servers
Meet other local people interested in Servers: share experiences, inspire and encourage each other! Join a Servers group.
0
members
0
groups
Frequently Asked Questions
Yes! Check out servers events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the servers events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find servers events near your location here. Connect with your local community and discover events within your area.
Servers Events Today
Join in-person Servers events happening right now
Error-handling in C++26
This month we have a visiting speaker from think-cell, Sebastian Theophil, who will talk to us about error handling in C++26 (with sprinkles of C++23).
We also have space for a shorter talk, or lightning talks. If you would like to speak - even for just five minutes, please drop something into cppldn.uk/speak.
**think-cell** will also be supporting the group by providing pizza and drinks - thanks **think-cell**!
Thanks, also, to **Maven Securities** for hosting us again, this month.
**As usual we'll need your full name for the door list, so we'll be asking for this on registration** (as this may be different to your username).
This data will only be used for the door list/ registration and not published anywhere or used for other purposes.
If you'd like to speak at a future event please get in touch at [cppldn.uk/speak](http://cppldn.uk/speak).
**Here's the approximate schedule:**
**18:30** *Doors open*
**19:00** "Intro and news" - *Phil Nash*
**19:10** *"compile_assert - Compile time C++ assertions" - Jonathan Grant*
I present compile_assert(expression, message), a new C++ keyword proposal for enforcing assertions at compile time within ordinary (non-constexpr) functions.
compile_assert provides advanced asserts at compile time, not runtime. Used for bounds checking, parameter validation and data validation at compile time. All three major compilers (GCC, Clang, MSVC) are supported with a sample implementation. The example implementation does this by using GCC’s attribute error which works with Clang.
**19:25** "Compile-Time Data Layout Transformation with C++26 Reflection" - *Arturs Kalnins*
We’ll use C++26 static reflection and injection to convert an AoS into a SoA at compile time, live on the latest GCC, with zero macros and zero boilerplate.
**19:40** *break*
**20:00** "To Err is Human: Robust Error Handling in C++26" - *Sebastian Theophil*
A walk through the new error handling features in C++26 — including \`std::expected\`, \`std::stacktrace\`, contracts, and more — and how they can help us write more robust, maintainable code.
**21:00** *Conclusion, and moving on somewhere else*
\-\-\-
**About the speakers**
*Sebastian* has been working at think-cell since it was founded in 2002. In the last few years, among many other things, he has ported think-cell to run on macOS. He also maintains the typescripten project, which lets programmers call JavaScript libraries from C++ code compiled to WebAssembly in a convenient and type-safe way. He enjoys leaving his desk from time to time to talk at international C++ conferences.
*Jonathan* has been a Software Engineer since 2003, worked in the video games industry and also embedded space for a long time at Renesas in safety critical systems for the automotive sector in C and C++. He also develops bespoke machine learning software in C++. He has a BSc Computer Science and an MSc Software Engineering.
*Arturs* is a C++ software engineer with a background in aerospace engineering, where he developed a strong foundation in mathematics and systems thinking. He builds reliable, high-performance systems across embedded software, networking, and distributed platforms, with a particular focus on modern C++ (23/26), Rust, and performance-critical design. He enjoys tackling complex engineering challenges, designing clean abstractions, and contributing to the standards and practices that help teams deliver robust systems effectively.
Prime Time Over 50s – Penderels Oak, Holborn
Join the Prime Time Over 50s Social Group for a chilled out evening Following the success of our previous events, like the lively gathering at Oxford Circus, we would like to invite you to an evening that is perfect for mingling with like-minded individuals and making new friends and social connections. As you are aware this is a wetherspoons, so prices will be very reasonable
AI Builders London
Register: [https://luma.com/london-mar5](https://luma.com/london-mar5)
**Join our meetup for AI nerds, engineers & founders!**
We share the latest insights about: *AI dev tools, Agent frameworks, RAG, vibe coding, and more!*
\*\*// FOR WHO\*\*
✅ Devs, Product peeps, Data lovers, ML engineers, Founders
✅ Anyone building with AI
⚠️ Some LLM knowledge required!\*
Neo4j Session:
**Living in an Agentic World (model) by Andreas Kollegger**
What if we onboarded AI agents the same way we onboard employees? That's the key insight of "context graphs" - giving agents access to why decisions are made improves their performance.
This leads to \*Agentic World Models\*: the convergence point where agent memory, knowledge graphs, and context graphs meet. Agents discover written policies and unwritten tribal knowledge, learn formal org structures and informal influence networks, and capture the \*decision traces\* that explain not just what happened, but why it was the right call.
We'll cover:
\- how to capture decisions traces
\- how to query the context graph when making decisions
\- a demo of what this looks like
Together, we'll put context in context.
Bar Crawl in Central (Happens Every Day!)
Make sure to **Pre-book** your ticket through [our website](www.ontherocksbarcrawl.com/london/book-now)
We're rated number 1 for nightlife on TripAdvisor in Brighton and Barcelona, and 12th in London so you know you'll have a great time ◡̈
People come from LOTS of other channels so please ignore the meetup RSVP number ◡̈
Whether you're new to London or just expanding your social circle, bar crawling is a fantastic way to meet people! Every day our crawl is full of lively people who are just there to meet new friends and have a good time. Guides will take you to at least 5 great bars and clubs in the centre of London.
The guides make sure to make everyone feel included, encourage mixing within the group and introduce everyone. This makes it a great activity whether you come alone or with friends.
We hope to meet you soon :)
INFO:
exact meeting point shared once you purchase a ticket (prices vary depending on when you book but start at £19.50)
Included is :
\- Entry to four bars and a club
\- A free shot at each bar
\- exclusive reduced drink deals at every venue
\- access to the photos that we take with our big fancy camera
BRING ID! 18+ years old only (Sorry, it's the law :/ ) Make sure to bring a valid Driving Licence or Passport, other forms of ID (including photocopies of the above) are unlikely to be accepted by the venues that we visit. Make sure to bring ID no matter your age.
\*\*\*Please note: Due to previous bad experiences, we are unfortunately no longer able to accept stag/hen dos (or same-sex groups of more than 9) on our main crawl. To book a private crawl with us, please contact london@ontherocksbarcrawl.com\*\*\*
Ts&Cs apply: [https://ontherocksbarcrawl.com/brighton/terms-and-conditions/](https://ontherocksbarcrawl.com/brighton/terms-and-conditions/)
Vibe Coding the Enterprise: From Flow State to Focused Delivery
*📌Abstract*
Vibe coding captures something real: momentum. The ability to move from an idea to a working prototype at surprising speed, guided by intent, context, and AI assistance. But in an enterprise environment, speed alone isn’t enough — software must also be secure, compliant, observable, and built to last.
We'll see how teams can build applications in a single, end-to-end development flow — from business requirements and early prototypes to engineering, testing, delivery, and production — without breaking context or introducing late-stage rework.
At the center of this flow is the software catalog: a living system of record that connects services, APIs, data, ownership, dependencies, and standards. More than documentation, the catalog becomes the shared interface for developers, platform teams, and AI agents to understand the system and act consistently, within enterprise rules and guardrails.
The goal isn’t to limit creativity, but to make flow sustainable — turning AI-driven momentum into software that’s ready for production.
🔍 *Key topics*
• From vibe-coding to ai-assisted delivery in production
• Software catalog as the system of record for enterprise context
• AI agents operating in context continuity within guardrails
⏲️ *Agenda*
18.30\* Welcoming
18.45 Talk
19:30 Q&A
19:45 Closing remarks & Networking and Pizzas! 🍕
See you at the next Meetup!
\*To access the venue, a staff member will be at the building's front entrance. The venue is on the first floor.
🎙️*Speaker*
Giulio Roggero CTO @ Mia-Platform
25 years of experience in software engineering, serial entrepreneur with more than 10 business initiatives launched, today is co-founder and CTO at Mia-Platform, the Internal Developer Platform named by Gartner Cool Vendor for Software Engineering Technologies and in the Cloud Application Platforms Magic Quadrant.
Principal focus: cloud native, platform engineering, data fabric and omnichannel experience. He likes to paint Blood Bowl miniatures, construct Lego, build and drive RC Cars and learn piano.
Gundam TCG Tournament Thursday
**Address: 210-212 Southwark Park Road, London SE16 3RX**
**Doors Open 11am Event starts 6:30pm-10pm**
**Player Capacity: 30 players**
Welcome to our **Gundam TCG** Constructed Tournament. The evening consists of 3 to 5 rounds of Swiss and prizing is distributed to players with a positive record.
To participate in the event, alongside your ticket purchase [here](https://www.thebrotherhoodgames.co.uk/gundam-events), you will be asked to register on the Bandai+ app. We use this app for our tournament. We will hand out a promo pack for the tournament.
If you haven't already, please join our Instagram, YouTube and Discord Server for news about upcoming events, announcements, and social interaction with your fellow players!
*The Brotherhood Games Discord*
https://discord.com/invite/SJaQXyeNXx
AI Builders London Old St. - Mar 5
🎟️ **Get tickets: [https://lu.ma/ai-builders](https://lu.ma/ai-builders)** 🎟️
☝️This is a free meetup however a Luma ticket is required!
**Join our meetup for AI engineers & founders!**
We share the latest insights about: *AI dev tools, Agent frameworks, RAG pipelines, automation hacks, Cursor/Claude code hacks, and new gen-AI models.*
\*\*:: FOR WHO ::\*\*
✅ Anyone actively building with Generative AI
✅ Devs, Product peeps, Data lovers, ML engineers, Founders
⚠️Technical LLM knowledge required!\*
:: **FORMAT** ::
* 💻⚡️ **Speed Demos** (10 min)
Builders share real-world AI solutions and how it's built. Including code, prompts & architecture examples!
* **🎤 🦄 Pioneer Talks** (20 min)
Inspiring talk/demo from emerging Gen-AI leaders from Europe or Silicon Valley
* **🤝🍕🍻 Informal Vibes**
Lots of time to network with other builders over some yummy pizza & drinks.
\*\*:: AGENDA ::\*\*
17:30 **🤝** Walk-in
18:00 **🍕** Pizza (be early!)
18:30 **🎤** Pioneer Speaker
19:00 ---- 💬 BREAK TIME -----
19:30 💻 Demo (TBA)
19.45 💻 Demo (TBA)
20.00 🍻 Drinks
21.00 End
**:: FAQ ::**
• What is **AI Builders?**
A self-organizing nonprofit community of 3000+ AI nerds🤓. and yes.. we're building a democratic AI CEO and run on [opencollective.com](http://opencollective.com/aibuilders) donations.
• **Can I demo, give a talk, or just help out?**
Message Arthur [(+31636570260)](https://aib.club/whatsapp-arthurp) in case you want to shine✨ on stage and grow your network!
• \***I'm not technical. Can I come?**
Yes! To fully enjoy the meetup, we recommend chatting with AI to understand these basic LLM concepts: *Multimodal, Vector Embeddings, RAG, Chaining, Structured JSON Output, Function Calling, API calls, Knowledge Graphs, Reinforcement Learning, Fine-tuning, AI Agents.*
• **Why hangout at AI Builders?**
* NETWORKING: Connect with 80+ technical attendees and a larger community of 3000+ across Europe
* LATEST KNOW-HOW: We focus on innovative AI demos + slides with diagrams, code/prompt examples.
* FUN: a lot of time to chill, 10min demos, informal good vibes!
**Location**
We look forward to hang out with you:
207 Old St, London EC1V 9NR, United Kingdom
It's close to the Old Street Tube Station
**Thanks to our friends at [Beyond](https://www.wearebeyond.work/beyond-the-bower)**
![]()🎟️ **Get tickets: [https://lu.ma/ai-builders](https://lu.ma/ai-builders)** 🎟️
☝️This is a free meetup however a Luma ticket is required!
Servers Events This Week
Discover what is happening in the next few days
Shadowverse Tournament Sunday
**Address: 210-212 Southwark Park Road, London SE16 3RX**
**Doors Open 12pm Event starts 12:30pm-5pm**
**Player Capacity: 8 players**
Welcome to our **Shadowverse TCG** Constructed Tournament. The day consists of 3 to 5 rounds of Swiss and prizing is distributed to players with a positive record.
To participate in the event, alongside your **ticket purchase on our [website](https://www.thebrotherhoodgames.co.uk/shadowverse-evolve-events)**, you will be asked to register on the Bushinavi app. We use this app for our tournament. We will hand out a promo pack for the tournament. If you are unfamiliar, please ask our member of staff upon arrival to the store where a member of staff will be happy to assist.
If you haven't already, please join our Instagram, YouTube and Discord Server for news about upcoming events, announcements, and social interaction with your fellow players!
*The Brotherhood Games Discord*
https://discord.com/invite/SJaQXyeNXx
Great Conversations with Friends at the Pub
Join us for a day filled with laughter and great conversations with friends at The REAL Over 40s meetup group. Unwind with a drink in hand as we enjoy a pit-stop before the next week ahead. This social gathering is the perfect opportunity to connect with like-minded individuals, share stories, and create lasting memories.
We meet at table 45. See you there 👍
P.S There are always atleast 15 to 20 people show up regardless of rsvp numbers.
Hackathon: Agents & Knowledge Graphs (LangChain x SurrealDB)
## \*Please note - to be admitted to this event you must register for approval here: [https://luma.com/lcsqwmf3](https://luma.com/lcsqwmf3)
This weekend hackathon brings together LangChain and SurrealDB to explore how agents can move beyond demos by grounding themselves in structured, persistent context.
As agentic systems become more autonomous, their biggest failure mode isn’t model capability - it’s context. Agents struggle with accuracy, consistency, and reasoning when memory is shallow or unstructured. Knowledge graphs provide a powerful way to represent relationships, state, and history, enabling agents to reason over how things connect, not just what text is retrieved.
Over the weekend, you’ll build practical agent projects using the LangChain ecosystem, with a strong emphasis on knowledge graphs and real-world retrieval workflows, using SurrealDB as a unified data layer for graph, document, vector, and temporal data.
You’ll also have plenty of time to connect with both the LangChain and SurrealDB communities in London, collaborate with other builders, and get hands-on support from mentors.
***
## Schedule
**Friday**
* 18:00 - Doors open, check-in, pizza & drinks
* Hackathon kickoff, team formation & briefing (time TBC)
**Saturday**
* All day - Build, iterate, mentor support (details TBC)
**Sunday**
* Final build, demos & judging (details TBC)
* 15:30 - Closing, winners & wrap-up
Full challenge details and rules will be shared ahead of the event.
***
## What you’ll work on
* Agent workflows built with LangChain
* Knowledge graph–driven context and memory
* Hybrid retrieval patterns (vector + graph)
* Persistent agent state and evolving context
* Practical, production-oriented agent use cases
***
## Prizes
* Swag and LangSmith credits from LangChain
* Swag from SurrealDB
***
## Why attend?
This is a hands-on opportunity to build credible agent projects in a single weekend, learn production-oriented patterns, and explore how structured context improves agent accuracy and reliability. You’ll collaborate with experienced builders, get direct support from the LangChain and SurrealDB teams, and connect with the wider London agent and AI engineering community.
**FAQs**
**Is the venue accessible?**
Absolutely! There is a lift that takes you up to Level 4 where the event is held.
**Is this event for me?**
SurrealDB events are for software engineers, developers, architects, data scientists, data engineers, or any tech professionals keen to discover more about SurrealDB: a scalable multi-model database that allows users and developers to focus on building their applications with ease and speed.
**Am I guaranteed a ticket at this event?**
Our events are tech-focused and in the interest of keeping our events relevant and meaningful for those attending, tickets are issued at our discretion. We therefore reserve the right to refund ticket orders before the event and to request proof of identity and/or professional background upon entry.
**Are there any House Rules?**
At SurrealDB, we are committed to providing live and online events that are safe and enjoyable for all attending. Please review our [Code of Conduct](https://surrealdb.com/legal/code-of-conduct) and [Privacy Policy](https://surrealdb.com/legal/privacy) for more information. It is compulsory for all attendees to be registered with a first **and** last name in order to attend. Any attendees who do not adhere to these requirements will be refused a ticket.
Neurodivergent Artist meet up - March 2026
Hello all!
IT'S BEEN A WHILE! **But the neurodivergent artist meet ups are back!**
Come along to meet fellow neurodivergent artists, share your work and chat about your art!
I'd love to \*finally\* put on an exhibition next year to showcase neurodivergent artists' work - so it would be great to get your thoughts on this too so I can start planning.
**Please RSVP if you can make it! I will need numbers before booking the table. RSVPs close Monday, 2 March at 11.59pm.**
**Meet up format:**
We usually meet for a drink (no pressure to drink alcohol!), introduce ourselves to each other, share examples of our work and have a chat! You don't need to bring anything, but a link to your website or social media so you can show us your creations would be lovely!
We usually meet at a pub and whilst I always request one of the quieter tables - I am open to venue suggestions! I have left the event location as The Barrowboy and Banker for now, but please let me know if you know of anywhere more suitable by Monday 2 March.
Hope to see you there!
Amrita x
Free Chinese English Language Exchange 语言交换
2nd Sunday of every month, join us for a relaxed and fun language exchange, where meaningful conversations flow as freely as delicious coffee and tea!
This isn't just practice; it's **accelerated progress** in a supportive setting, designed to quickly boost your **Mandarin, Cantonese and English** skills.
**How We Make It Effective & Enjoyable:**
* **Perfect Groupings:** We carefully match you with native speakers and learners at a similar level, ensuring comfortable and productive conversation practice.
* **Forget awkward silences!** We provide fun, engaging discussion topics to spark lively chats and keep the conversation flowing.
* **Maximise Your Practice:** Rotate between groups if you wish to connect with more people and strengthen your conversation skills!
* **Expert Support:** Our experienced tutor is always on hand to help.
👌 **All levels welcome!** Native speakers and learners alike.
💛 Please support the cafe by buying a drink or snack while you are here - they've kindly let us use the space.
We can't wait to welcome you!
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**Take your Mandarin beyond the exchange.** 🤝 If you’re looking for a bit more structure to go along with your conversation practice, let’s chat! We're offering **complimentary 1-on-1 advice sessions** to help you find the perfect learning path. Get a professional assessment of your level so you can study with confidence. **No commitment** required. [Book your Free Session](https://eu.bigin.online/org20070515371/bookings/course-advice)
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**China Unbound** is the best place to learn practical Chinese for adults.
While most schools prioritise grammar and writing, China Unbound empowers you to confidently communicate in Chinese in real-world situations. Join us and discover a fun, fast, and personalised way to master Chinese!
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**🤘 FAQs:**
**I'm learning Chinese, are the sessions suitable for beginners?**
Yes! Come and speak as much or as little as you like, or just come and listen! There is no pressure!
**Are there any discounts for Chinese lessons for members?**
Yes, you can use code MEETUP10 for your exclusive £10 discount on our [Chinese courses](https://china-unbound.co.uk/personal/) site-wide!
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
每个月的第二个星期天,来加入我们,享受一场轻松又有趣的语言交流体验!在茶香与咖啡的陪伴下,开启一场自然流畅、充满收获的双语对话。
这不仅仅是练习,而是一种更快提升你英语水平的高效方式。我们为你打造一个轻松友好、真正有用的语言环境,让你的口语交流能力飞速进步!
**我们如何让语言交换高效又好玩:**
* **精准匹配,聊天不尴尬**:我们用心将你和母语者或相近水平的学习者配对,确保每一次对话都轻松自在又高效实用。
* **话题有趣,轻松破冰**:拒绝冷场!我们提前准备了有趣又实用的聊天话题,让你一开口就停不下来,交流自然顺畅。
* **灵活轮换,提升更全面**:想多练一点?欢迎自由选择是否换组,认识更多人、接触不同语言风格,快速提升真实沟通能力。
* **专业老师现场支持**:我们的资深语言导师会在现场提供实时帮助,确保你在交流中不断进步、有信心开口!
**活动详情:**
🗓️ **时间**:每月第二个星期日
⏰ **时段**:下午 2:30 - 4:30
💰 **费用**:免费参加
不只是练语言,这里还有文化的碰撞、朋友的陪伴和成长的喜悦。现在就来加入我们,开启你的高效交流之旅吧!
**🤘 常见问题解答:**
**我最后会不会一直说中文而一无所获?**
-不会,因为我们的“快速聊天”模式鼓励大家用中/英文交换来交流。
**会员有折扣吗?**
有,欢迎你跟你学中文的朋友分享代码**Meetup10**,他们会获得10镑的独家折扣!
From Insight to Impact: Women’s Health Design Jam – Manchester
More Infro and Sign: https://www.eventbrite.co.uk/e/from-insight-to-impact-womens-health-design-jam-manchester-tickets-1982205961390?aff=ebdsoporgprofile
Agentic Analytics: Analytics That Acts
🎙️ **Webinar Coming Soon!**
What if your analytics didn’t just show you what happened…
but helped you decide what to do next?
Join us for an upcoming live session on: **Agentic Analytics: Analytics That Acts**
📅 5 March, 2026
⏰ 11 AM ET \| 9:30 PM IST \| 4:00 PM GMT \| 8:00 AM PT
In this webinar, we’ll break down:
• What Agentic Analytics really means (beyond the buzzwords)
• How AI agents operate across the entire data-to-insight workflow
• The shift from reactive reporting to proactive decision support
• Why semantic layers and governance matter more than ever
• What the future of analytics could look like by 2027
If you’re exploring how to move from dashboards to intelligent action — this session is for you.
👉 Save your spot and be part of the conversation: https://lumenore.com/events-and-webinars/agentic-analytics-webinar?utm_source=webinar&utm_medium=community&utm_campaign=organic
#AgenticAnalytics #AI #BusinessIntelligence #Data #DecisionIntelligence #Lumenore #Webinar
Servers Events Near You
Connect with your local Servers community
CBusData - Discover the Power of Window Functions
Window functions have nothing to do with the Windows operating system but provide a “window” to a result set when used in SQL queries. They are powerful, set-based methods to view data in unexpected ways. Window functions provide easy, set-based solutions to solve some common problems:
* Using running totals
* Performing operations in intervals
* Identifying data gaps and islands
* Performing aggregates without losing detail
Many people are confused by window functions and do not know how to use them properly. This session will explore window functions, how they work, and how to use them. Demonstrations with several examples will solidify how window functions can simplify queries and make them more powerful.
Building Agents with Microsoft Foundry
We will show a variety of methods for building agents that run in Microsoft Foundry. This covers the different types of agents: Prompt, Multi, and Hosted, as well as the development lifecycle using evals and traces.
BrowserStack QA Meetup | Columbus (March 12)
**Hello Columbus!**
**The community is buzzing and growing well.**
**We are thrilled to bring our third BrowserStack QA Meetup on March 12th!**
We are creating a space for deeper insights, meaningful connections, and a vibe you won't want to miss.
**What to expect:**
* **Connect:** Network with Columbus' top engineering and QA minds.
* **Learn:** Real-world tactics and trends you can use immediately.
* **Enjoy:** Food, drinks, and great community spirit.
**Agenda**
* **[Sam Gomez](https://www.linkedin.com/in/samueljgomez/)** is presenting "AI is more than LLMs: Choosing the right AI for your needs."
**RSVP Essential:** Space is limited, and we want to ensure a great experience for everyone. **RSVP now to secure your spot!**
📍 **Venue:** Leading EDJE, 6515 Longshore Loop, Suite 300, Dublin, OH 43017
📍 **Free Parking:** 6725 Longshore Street, Dublin, OH 43017
📅 **Date & Time:** March 12, 6:00 PM
**Stay Connected!**
Want to continue the conversation beyond the meetup?
Join our **BrowserStack Discord Server** to get updates, connect with fellow QA professionals, and be part of an ongoing discussion. **Don’t miss out—click below to join!**
🔗 [\[](https://discord.gg/6SdCyWTNyW)**[Join the BrowserStack Discord Server](https://discord.gg/6SdCyWTNyW)**[\]](https://discord.gg/6SdCyWTNyW)
**A Few Notes:**
✅ This is an **in-person event**
✅ **RSVP does not guarantee a seat** – A confirmation email will be sent one day before the event.
**TALK ABSTRACT:**
AI is all the hype these days; however, despite (or maybe because of) the excitement around it, a high percentage of AI projects fail. Projects that are over budget, delayed, or that fail to scale past the POC phase are very common. In many of these scenarios, choosing the right approach can be as critical as the solution itself. Should you build a tailored machine learning model, leverage the power of large language models (LLMs), or integrate with AI copilots? Each option has unique strengths, trade-offs, and resource requirements, and the key to success lies in aligning your choice with your business goals and technical constraints.
In this talk, we will go beyond the basic concepts and definitions to provide a practical guide that allows attendees to navigate these decisions through real-world case studies. We will examine scenarios in which different AI paradigms were chosen, discuss the factors that influenced those decisions, and outline the process for evaluating needs, constraints, and outcomes. From assessing data availability and team expertise to balancing cost and scalability, you'll gain insights into the critical considerations that guide the selection process.
By the end of this session, you’ll have a clear process for determining whether machine learning, LLMs, or copilots are best suited to your AI challenges and understand the resources and strategies needed to bring your chosen solution to life. This talk is ideal for decision-makers, technical leads, and innovators seeking to demystify AI implementation and maximize the impact of their investments.
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.
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.
Columbus PHP: Monthly Meetup
Our monthly PHP meetup.
A virtual shindig courtesy of Zoom. Check back here for the details around 6:15 pm
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




















