Software Configuration Management
Meet other local people interested in Software Configuration Management: share experiences, inspire and encourage each other! Join a Software Configuration Management group.
858
members
1
groups
Largest Software Configuration Management groups
Newest Software Configuration Management groups
Frequently Asked Questions
Yes! Check out software configuration management events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the software configuration management events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find software configuration management events near your location here. Connect with your local community and discover events within your area.
Software Configuration Management Events Today
Join in-person Software Configuration Management events happening right now
Man City v Forest on TNT Sports at O'Neills in Enfield
Man City v Forest on TNT Sports at O'Neills in Enfield
DevOps The Next Generation: Data's revenge
We're holding the first of our 2026 London MeetUp events on **Wednesday, 4th March @ 6pm**, courtesy of our hosts [Fivium](fivium.co.uk) and [Tarmac IO](www.tarmac.io).
We'll take care of the pizza, drinks and two great presentations. You just need to bring you.
**AGENDA**
* **18:00:** Doors Open, networking, drinks & pizza
* **18.45:** Official Welcome
* **18.50:** A data hoarder's guide to surviving cloud bills -- Darko Klincharski, DevOps Lead @ Tarmac.io
* **19.20:** You are the role model -- Beverly Clarke MBE, Tech Education Expert
* **19:50:** Close
* **20:00:** Networking and drinks
**LOCATION**
[Fivium ](https://www.fivium.co.uk/)
15 Adam St,
London
WC2N 6AH
**what3words Address:** ///trim.most.other
**HOW TO GET THERE**
**Tube:**
Embankment (5 mins) - District and Circle, Northern, Bakerloo
Covent Garden (5 mins) - Piccadilly Line
Temple (8 mins) - District and Circle Line
Kanban Edge
Please note this is a seperate paid for event that is brought to you by the organiser of KCE. If you wish to attend you will need to sign up in the link below.
đ **Kanban Edge 2026: The Ultimate Kanban Experience** đ
Weâre thrilled to announce that **Kanban Edge** is back â live in **London, 4 March 2026!** đ
Join us for an **immersive community experience** designed for **Kanban practitioners, Agile coaches, delivery leads, and leaders** who want to take their practice to the next level.
đĄ **What to expect:**
⨠Inspiring keynote from **Patrick Steyaert**
đ¤ Hands-on workshops and interactive sessions from Karl Scotland, Susanne Bartel, Matt Odell, Dan Brown, Phil Cain, Nisha Joshi and Nader Talai, Radek Orszewski
đ§ Practical, actionable strategies you can apply immediately
đŹ Personalised advice and dynamic networking with peers
đ A vibrant community atmosphere built on real-world learning
This isnât just another conference â itâs where **ideas meet action**, and where **the Kanban community connects, learns, and grows together**.
đď¸ **Spaces are limited â secure your spot today!**
đ https://kanbanedge.org/
We hope to see you there!
Aerospike / Cloud Native London
**\*\*\*Important Note: Please register [here](https://www.meetup.com/cloud-native-london/events/312298108/?eventOrigin=group_upcoming_events)\*\*\***
We're thrilled to be speaking at the March edition of Cloud Native London!
Join us for an evening of deep-tech insights and networking with the local cloud-native community. If you canât make it in person, you can still catch the livestream and chat with us on YouTube.
**Agenda**
6:00 Pizza and drinks
6:30 Welcome
6:45 Predictable Systems in an Unpredictable World (Behrad Babaee, Aerospike)
7:15 Observability with HAProxy: detecting what is not working and why (Baptiste Assmann, HAProxy Technologies)
7:45 Break
8:00 eBPF: Revolutionizing Cloud-Native Security (Alam Ahmed)
8:30 Wrap up
See you there!
**Predictable Systems in an Unpredictable World (Behrad Babaee, Aerospike)**
Modern systems are challenged by volatility. Traffic patterns shift without warning, workloads evolve continuously, and failures are no longer exceptional events. In this environment, average performance is meaningless. What matters is whether systems behave predictably when conditions change.
This session explores how system design choices determine behavior under volatility. We will discuss why many modern architectures rely on fragile assumptions about steady-state workloads, cache locality, or predictable growth, and how those assumptions break down in real production environments. Through concrete examples and architectural discussion, we will examine what it means to design systems that remain predictable as load, access patterns, and scale evolve.
The goal is not to showcase tools or benchmarks, but to build a shared mental model for thinking about predictability as a first-class system property.
***Behrad Babaee*** *is a software engineer who leads Product Marketing at Aerospike, shaping positioning and go-to-market strategy for real-time data systems in the AI era.*
*He began his career building scalable, distributed applications for organisations including Barclays and Credit Suisse, before moving into architecture and field leadership roles at Aerospike and DataStax.*
*Today, he combines deep engineering expertise with strategic product leadership, focusing on how organisations design systems that remain predictable, resilient and performant under real-world volatility.*
**Observability with HAProxy: detecting what is not working and why (Baptiste Assmann, HAProxy Technologies)**
Is it the network, the app, or the database? In complex microservices environments, "mean time to innocence" is a critical metric for platform engineers. HAProxy sits at the convergence of these traffic flows, providing a unique vantage point to answer the ultimate observability question: "WTF is going on?".
We'll do a deep dive into the metrics that matter, so you can detect anomalies before users complain. You will learn:
* The difference between monitoring and observability in a reverse proxy context.
* How to access HAProxyâs detailed logs, stats, and stick-tables.
* How to analyze the "life of a request" using precise timers to pinpoint latency sources.
* How to use HAProxyâs observability features to fix real-world issues (demo)
* How HAProxy Fusion provides centralized observability and automation for enterprise deployments at scale.
***Baptiste Assmann*** *is Director of Product at HAProxy Technlogoes. He spent his carreer on networking and high performance architecture. Today, he plays a key role on HAProxy's ecosystem evolution: from bare metal to Kubernetes and from load balancing to advanced security at scale and always looking forward for what's next!*
**eBPF: Revolutionizing Cloud-Native Security (Alam Ahmed)**
eBPF: Revolutionizing Cloud-Native Security from the Kernel Up
Cloud-native architectures have fundamentally broken traditional security models. While 67% of organizations now delay deployments due to Kubernetes security concerns, conventional tools remain blind to the dynamic, ephemeral nature of containersâoperating from the outside looking in, missing critical kernel-level threats until it's too late.
This session reveals how eBPF (extended Berkeley Packet Filter) is transforming cloud-native security by moving visibility and enforcement directly into the Linux kernel. Through real-world case studies from Meta, Google, and Cloudflareâwhere eBPF processes billions of packets per second and mitigates multi-terabit DDoS attacksâyou'll discover how this technology delivers 10x performance improvements with <1% CPU overhead.
We'll explore the production-ready CNCF ecosystem (Falco, Tetragon, Cilium) and demonstrate practical security observability patterns: process execution monitoring, network correlation with Kubernetes context, file integrity tracking, and syscall anomaly detection. No kernel modules. No code changes. Complete visibility.
Whether you're battling container escapes, cryptojacking, or compliance gaps, this talk provides the architectural blueprint for security that matches the speed and scale of cloud-nativeâwithout sacrificing agility.
***Alam Ahmed*** *is a Junior Cloud & DevOps Engineer with NOC operations experience and a focus on cloud security. He has spoken at Elastic London and Yorkshire DevOps on Security as Code practices, contributes to open-source projects including Envoy AI Gateway, and is passionate about kernel-level observability and cloud-native defense.*
**\*\*\*Important Note:** Please register [here](https://www.meetup.com/cloud-native-london/events/312298108/?eventOrigin=group_upcoming_events)\*\*\*
SAFe and AI - The New Frontier for 2026
**Are you ready for the biggest shift in enterprise agility since the invention of the ART?**
The future of SAFe is here, and itâs **AI-Native**. Join us in person for an exclusive evening diving deep into how Artificial Intelligence is fundamentally reshaping the Scaled Agile Framework (SAFe).
***
### **Event Details**
* **đ
Date:** Wednesday, 4th March 2026
* **đ Location:** Central London (Venue TBD)
* **â° Time:** 6:30 PM - 8:30 PM]
***
### **What We'll Cover: The AI Evolution of SAFe**
This meetup is essential for SPCs, RTEs, and senior Agile leaders who need to stay ahead of the curve. We will explore three critical areas driving the 2026 roadmap:
1. **Framework Advances with AI:** Discover the **latest updates and guidance** on how AI is integrated into the core SAFe principles and practices. Learn how AI is enabling new levels of portfolio flow and continuous delivery.
2. **Courseware Transformation:** Get a first look at the **changes embedded in SAI's courseware** (from Leading SAFe to Implementing SAFe). Understand how AI tools and concepts are now taught to practitioners to drive better outcomes.
3. **SAI's New AI-Native Products:** We'll showcase the newest **AI-Native products and tools** released by Scaled Agile, Inc. See how these solutions are designed to automate, optimize, and radically simplify high-effort activities within your Value Streams.
**Don't miss the insights that will define enterprise strategy for the next five years.**
âĄď¸ **Register Now to Secure Your Spot!**
Cloud Native London, March 2026
Hi folks!
Welcome to our March Cloud Native London meetup! Join us to hear from our three great speakers and network with your fellow techies over pizza and drinks, or alternatively chat and following along on Youtube!
6:00 Pizza and drinks
6:30 Welcome
6:45 Predictable Systems in an Unpredictable World (Behrad Babaee, Aerospike)
7:15 Observability with HAProxy: detecting what is not working and why (Baptiste Assmann, HAProxy Technologies)
7:45 Break
8:00 eBPF: Revolutionizing Cloud-Native Security (Alam Ahmed)
8:30 Wrap up
See you there!
Cheryl (@oicheryl)
**Predictable Systems in an Unpredictable World (Behrad Babaee, Aerospike)**
Modern systems are challenged by volatility. Traffic patterns shift without warning, workloads evolve continuously, and failures are no longer exceptional events. In this environment, average performance is meaningless. What matters is whether systems behave predictably when conditions change.
This session explores how system design choices determine behavior under volatility. We will discuss why many modern architectures rely on fragile assumptions about steady-state workloads, cache locality, or predictable growth, and how those assumptions break down in real production environments. Through concrete examples and architectural discussion, we will examine what it means to design systems that remain predictable as load, access patterns, and scale evolve.
The goal is not to showcase tools or benchmarks, but to build a shared mental model for thinking about predictability as a first-class system property.
*Behrad Babaee is a software engineer who leads Product Marketing at Aerospike, shaping positioning and go-to-market strategy for real-time data systems in the AI era.*
*He began his career building scalable, distributed applications for organisations including Barclays and Credit Suisse, before moving into architecture and field leadership roles at Aerospike and DataStax.*
*Today, he combines deep engineering expertise with strategic product leadership, focusing on how organisations design systems that remain predictable, resilient and performant under real-world volatility.*
**Observability with HAProxy: detecting what is not working and why (Baptiste Assmann, HAProxy Technologies)**
Is it the network, the app, or the database? In complex microservices environments, "mean time to innocence" is a critical metric for platform engineers. HAProxy sits at the convergence of these traffic flows, providing a unique vantage point to answer the ultimate observability question: "WTF is going on?".
We'll do a deep dive into the metrics that matter, so you can detect anomalies before users complain. You will learn:
* The difference between monitoring and observability in a reverse proxy context.
* How to access HAProxyâs detailed logs, stats, and stick-tables.
* How to analyze the "life of a request" using precise timers to pinpoint latency sources.
* How to use HAProxyâs observability features to fix real-world issues (demo)
* How HAProxy Fusion provides centralized observability and automation for enterprise deployments at scale.
*Baptiste Assmann is Director of Product at HAProxy Technlogoes. He spent his carreer on networking and high performance architecture. Today, he plays a key role on HAProxy's ecosystem evolution: from bare metal to Kubernetes and from load balancing to advanced security at scale and always looking forward for what's next!*
**eBPF: Revolutionizing Cloud-Native Security (Alam Ahmed)**
eBPF: Revolutionizing Cloud-Native Security from the Kernel Up
Cloud-native architectures have fundamentally broken traditional security models. While 67% of organizations now delay deployments due to Kubernetes security concerns, conventional tools remain blind to the dynamic, ephemeral nature of containersâoperating from the outside looking in, missing critical kernel-level threats until it's too late.
This session reveals how eBPF (extended Berkeley Packet Filter) is transforming cloud-native security by moving visibility and enforcement directly into the Linux kernel. Through real-world case studies from Meta, Google, and Cloudflareâwhere eBPF processes billions of packets per second and mitigates multi-terabit DDoS attacksâyou'll discover how this technology delivers 10x performance improvements with <1% CPU overhead.
We'll explore the production-ready CNCF ecosystem (Falco, Tetragon, Cilium) and demonstrate practical security observability patterns: process execution monitoring, network correlation with Kubernetes context, file integrity tracking, and syscall anomaly detection. No kernel modules. No code changes. Complete visibility.
Whether you're battling container escapes, cryptojacking, or compliance gaps, this talk provides the architectural blueprint for security that matches the speed and scale of cloud-nativeâwithout sacrificing agility.
*Alam Ahmed is a Junior Cloud & DevOps Engineer with NOC operations experience and a focus on cloud security. He has spoken at Elastic London and Yorkshire DevOps on Security as Code practices, contributes to open-source projects including Envoy AI Gateway, and is passionate about kernel-level observability and cloud-native defense.*
***Check out [https://www.oicheryl.com/cloudnativelondon](https://www.oicheryl.com/cloudnativelondon) if you're interested in speaking or sponsoring.***
Hands-on with Agent Development Kit (ADK)
Agenda
6.30PM Registration
7.00PM Welcome
7.15PM Workshop (1hr 45min)
9.00PM till 10.00PM Networking, pizza and drinks
Speaker & Content
Wietse Venema
Senior Developer Relations Engineer, Google
Title : Hands-on with Agent Development Kit
Description : Get hands-on with Google Agent Development Kit (ADK), Googleâs framework for building, evaluating, and deploying AI agents. You'll progressively learn to design advanced agents and train them to play the text-based adventure game âThe Garden of the Forgotten Promptâ. Get ready to explore a mysterious world, solve puzzles, and uncover secrets! Ideal for developers and architects aiming to build next-generation, intelligent applications.
Disclaimer
Participants are required to bring their own, charged laptop.
Please note that registration is needed to enter the event - We will not be able to grant access on the day without a ticket. Please show proof of ticket confirmation upon arrival.
Please ensure you register with your full legal name - We are unable to accept registrations without surnames or name abbreviations.
Agenda
---
Hosted By
Amanda Cavallaro, GDG Organizer
I'm an Aikidoka, Developer Advocate, Software Developer, Google Developers Expert, Linkedin Learning Author and a Full Stack Web Development Specialist.
Saverio Terracciano, GDG Organizer
Stefano Le Pera, GDG Organizer
Lorenzo Turrino, GDG Organizer
Natalie Godec, GDG Organizer
Systems/DevOps/Cloud engineer and a resident GCP expert. Women TechMakers Ambassador, Google Developer Expert in Cloud and Champion Innovator. I photograph, drink tequila and collect designer handbags â¨
Kubra Harmankaya, Android Developer
Complete your event RSVP here: https://gdg.community.dev/events/details/google-gdg-cloud-london-presents-hands-on-with-agent-development-kit-adk/.
Software Configuration Management Events This Week
Discover what is happening in the next few days
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.
Sprechstunde - German Conversation Club
Come along to Sprechstunde in our ventilated offices to practice your German over some tea and coffee. Meet fellow German learners and grow your confidence.
Please RSVP, we try to accommodate walk ins but numbers are limited to 10 participants. Light refreshments are available, please advice if you have any dietary requirements.
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.
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.
AI Exchange - Sky, Webuild & AWS
And we're back! We are excited to announce that on Wednesday, March 4th, we will host our first AI Exchange event of the year at AWS London.
Join us for another night of insightful conversations, expert perspectives and real world examples exploring how AI is being built, scaled, and applied across industries.
We have three brilliant talks to kick us off this year. Hope to see you there and please RSVP as soon as you can to secure your place.
**Agenda:**
**[Kaitlin Brabec](https://www.linkedin.com/in/kaitlinbrabec/) @ [We Build AI](https://www.linkedin.com/company/webuild-ai/)**
**Practical Tips For Using AI To Enhance And Accelerate Your Work (Without Compromising On Quality Or Learning) by an AI Engineer**
As AI becomes embedded in how we work, the expectation to deliver quickly and correctly is higher than ever. But the real opportunity is how to use AI to genuinely grow, both personally and professionally, along the way.
Kaitlin shares real examples from her work as an AI Engineer - from picking up software engineering best practices, to data engineering techniques, to project management tasks - and the simple habits she developed to use AI in a way that builds real knowledge you can reuse and lean on next time. Kaitlin also shares how she stays up to date with the latest AI learnings to keep refining her technique and growing over time.
Whether you're technical or not, this session will provide practical tips to use AI whilst balancing quality output and self-development.
Kaitlin is a Senior AI Engineer at WeBuild-AI. Kaitlin has 4 years of hands-on experience delivering GenAI and Agentic AI solutions to enterprise clients, with a focus on the energy and utilities sectors. Recent client feedback includes "I'm very impressed with the speed and quality of work that was delivered on this project". Kaitlin is passionate about using AI not just to build, but to keep growing her skills outside the norms and sharing best practices with both the WeBuild-AI team and beyond. Outside of work, Kaitlin is a keen athlete and is currently training for her next half Ironman race.
**[Amit Dhingra](https://www.linkedin.com/in/amitdhingra7/) @ AWS**
**The Agentic Enterprise: How AI Agents Are Rebuilding Business in 2026**
This session explores the transformative shift from AI assistants to autonomous AI agents in 2026, showcasing real-world production deployments across finance and retail that are fundamentally changing how businesses operate.
The Paradigm Shift: We've moved from AI as chatbots (2023) and copilots (2025) to autonomous agents (2026) that plan, decide, and execute complete workflows independently. While 64% of professionals now use AI agents, only 25% use them regularlyâcreating a widening competitive gap.
Amit will discuss how agentic AI differs fundamentally from current AI tools they useConcrete examples of agents operating in production today. The career implications for developers, technical professionals, and business leaders.
Unlike the internet transition that took 20 years, the agentic AI shift is happening in 20 months. Organizations that master agent orchestration in 2026 will have significant competitive advantages, while those waiting risk falling permanently behind.
**Lisa Smisson @** **[Sky](https://www.linkedin.com/company/sky/)**
**AI Journey and Software Development Transformation Summary**
Lisa's AI journey started with a simple need: creating illustrations for a story sheâd written for her daughter. After her arty husband quoted a couple of weeks to create a few pictures to illustrate it, she decided to try ChatGPT's image generation capabilities. In just a few hours, she created all the illustrations needed, a moment that revealed AI's transformative potential.
Lisa will take us through her journey of software development using AI coding assistants, without ever having written a line of code. Calling out key points to consider on AI transformation.
Lisa is an AI Delivery Manager at NBCUniversal/Sky, on her 12-month AI journey and its implications for software development transformation.
We look forward to seeing you all soon!
All the best,
Tony, Andrea and The AI Exchange team
The AI Exchange is brought to you in partnership with[ LinuxRecruit](https://www.linuxrecruit.co.uk/) and[ AWS.](https://aws.amazon.com/)
LinuxRecruit is building the next wave of Technology Unicorns in Europe.
Whether you're hiring or exploring your next opportunity,[ get in touch](https://www.linuxrecruit.co.uk/contact-us). The types of roles we have currently are across Founding Engineers, Product Engineers, Software Engineers, AI/ML Engineers, Data Engineers, Product Managers, Modern Infrastructure Engineers.
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.
dbt Global Circuit: London
dbt Meetups are networking events open to all folks working with data! Talks predominantly focus on community members' experience with dbt, however, you'll catch presentations on broader topics such as analytics engineering, data stacks, data ops, modeling, testing, and team structures.
Organizer: Ed Hayter, Nathan Purvis & James Charnley
Venue Host: The Information Lab (25 Watling St, London EC4M 9BR)
Catering: Pizza & Refreshments
**To attend, please read the Health and Safety Policy and Terms of Participation:** [https://www.getdbt.com/legal/health-and-safety-policy](https://www.getdbt.com/legal/health-and-safety-policy)
Agenda
* 17:45 \- 18:30 \| Check in/Registration\, Food and Refreshments \(45 min\)
* 18:35 \- 18:40 \| Welcome Remarks by Meetup Host \(5 min\)
* 18:40 \- 19:00 \| Presentation 1 \(15 min\)
* 19:00 \- 19:10 \| Presentation 1 Q&A \(10 min\)
* 19:10 \- 19:25 \| Presentation 2 \(15 min\)
* 19:25 \- 19:35 \| Presentation 2 Q&A \(10 min\)
* 19:35 \- 19:40 \| Closing Remarks by Meetup Host \(5 min\)
* 19:40 \- 20:00 \| Reception \(20 min\)
ď¸Presentation #1:
Description: dbt Efficiency in a lean data team
Speaker: Pablo Fernandez
\-\-\-
ď¸Presentation #2:
Description:
Speaker:
\-\-\-
EVENT DETAILS:
The doors open at 5:45pm. Presentations begin at 6:40pm. Food and refreshments will be provided.
Our venue has capacity limits, so please only RSVP if you intend to come. If you need to cancel at the last minute, please change your RSVP status on this page to "Not Going." Message the organizer if you need help doing this.
Check in at the office reception and proceed to floor 1.
âĄď¸ Join the dbt Slack community: https://www.getdbt.com/community/
Join the #local-\ channel in dbt Slack ([https://slack.getdbt.com/](https://slack.getdbt.com/)).
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
Since 2016, dbt Labs has been on a mission to help data practitioners create and disseminate organizational knowledge. dbt is the standard for AI-ready structured data. Powered by the dbt Fusion engine, it unlocks the performance, context, and trust that organizations need to scale analytics in the era of AI. Globally, more than 60,000 data teams use dbt, including those at Siemens, Roche and CondĂŠ Nast.
Learn more at getdbt.com, and follow dbt Labs on [LinkedIn](https://www.linkedin.com/company/dbtlabs/mycompany/), [X](https://x.com/dbt_labs), [Instagram](https://www.instagram.com/dbt_labs/), and [YouTube](https://www.youtube.com/c/dbt-labs).
Software Configuration Management Events Near You
Connect with your local Software Configuration Management community
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.
Agile Coaching Circle -- IN-PERSON
Join other experienced and aspiring agile coaches and professionals to:
* develop and practice your coaching skills in a peer-to-peer environment
* share current successes and challenges in your work environment and get support from each other
* learn from each other, build better relationships and experiment with new ideas
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.
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.
Rise and Shine with Atlassian - Downtown/Nationwide
Come chat about Atlassian tools and best practices at the Nationwide Sunny Street Cafe and Breakfast is on Atlassian!
Let's get the day started off with breakfast with your ACE Leaders! We're always excited to talk about Atlassian Products, share our knowledge and hand out swag! Come chat with us about new product news and anything you are working on within the Atlassian product stack. This is a great opportunity to come see what we are all about, hear new business news and share with other Atlassian users your questions and experiences. We'd love to see new and old friends come out to chat and learn about Atlassian!
Agenda
---
Moderators
Kimberly Deal - Columbus Atlassian User Group Leader
Kevin Stanley - Columbus Atlassian User Group Leader
Hosted By
Kimberly Deal, Atlassian User Group Leader
Kevin Stanley, Chief Everything
Greg Sprowls, Agility Lead
---
Global Partner
Atlassian (http://atlassian.com)
Millions of users globally rely on Atlassian products every day for improving software development, project management, collaboration, and code quality.
Partner
Atlassian
---
For over a decade, Atlassian customers have come together to network, share ideas, solve problems, and find new ways to use Atlassian products. Today, more than 15,000 people take part in Atlassian community events in more than 30 countries.
---
Complete your event RSVP here: https://ace.atlassian.com/events/details/atlassian-columbus-presents-rise-and-shine-with-atlassian-downtownnationwide-22/.
Making Moves: Small-Group Coaching for Women in Product
## Hey Columbus WIP peeps!
## Are you ready for an event that actually gives you what you asked for??
**\-\-\-\-\-\-**
**A Small-group coaching conversations for women in product navigating growth, leadership, and career decisions.**
**March 10 \| 5:30â8:00 PM**
**Rev1 -- NEW SPACE**
**330 Rush Alley #100**
**Parking Options:**
⢠**Rev1 at The Peninsula**
⢠**Starling St. Garage South** â 377 W. Capital St.
⢠**LAZ Parking (COSI)** â 50 Belle St.
⢠**LAZ Parking Limited** â 375 W. State St.
⢠**Veterans Memorial Lot** â 300 W. Broad St.
⢠**Metered Street Parking**
**What moves are you making?**
A promotion youâre working toward.
A role change youâre considering.
A bigger leadership opportunity.
A conversation that needs to happen.
A decision thatâs been sitting in the back of your mind.
For our Q1 Women in Product Columbus event, weâre creating space to actually work through those moments.
**Making Moves** is an evening of focused, facilitated coaching conversations with experienced mentors from our local product community. This isnât a panel. Itâs not passive networking. Itâs small-group dialogue designed to be thoughtful, practical, and worth your time.
Hereâs how it will work:
⢠Youâll choose a topic that reflects what youâre navigating right now
⢠Youâll join a small coaching circle (5â7 participants)
⢠Each circle is led by a mentor who has lived experience in that area
⢠Weâll run two rounds so you can go deeper or explore a second conversation
### Coaching Topics:
⢠Communicating the Value of Your Work (or Team)
⢠Career Transitions & Whatâs Next
⢠Growing Into Leadership
⢠Staying Relevant as Technology (and AI) Changes
⢠Getting Alignment and Decisions from Leadership
Our goal is simple: you leave with clearer thinking, practical perspective, and at least one next step you feel confident about.
Space in each circle will be limited to keep conversations meaningful.
If this sounds like the kind of room youâve been wanting to be in, weâd love to see you on March 10.
RSVP here! [https://community.womenpm.org/c/all-local-events/making-moves-a-columbus-wip-event](https://community.womenpm.org/c/all-local-events/making-moves-a-columbus-wip-event "https://community.womenpm.org/c/all-local-events/making-moves-a-columbus-wip-event")
*And if you haven't joined the WIP group - do that too, would ya?!?!*
â
Your Columbus Chapter Leads -
Amber, Leah and Liz!
Quarterly Goals Reset for Product Professionals
One of the most valuable parts of this community is the opportunity to think out loud with other product professionals. This session is built for exactly that.
As we wrap up the quarter, itâs a great time to pause and reflect. Whatâs on track? What needs adjustment? Where could a small shift create bigger impact?
Join fellow product professionals for a focused, interactive conversation designed to help you recalibrate for the next quarter. Youâll have the opportunity to share where you are, hear how others are thinking through similar challenges, and gain fresh perspective you can bring back to your team and organization.
Weâll gather at 8:00AM, with discussion starting promptly at 8:15AM.
đ First Watch - 7227 N High St
Located in: The Shops at Worthington
Ample parking is available.
Food and beverages will be available for purchase.
Start your morning with clarity and connection â we hope to see you there! âď¸





















