Systems
Meet other local people interested in Systems: share experiences, inspire and encourage each other! Join a Systems group.
8
members
1
groups
Frequently Asked Questions
Yes! Check out systems events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the systems events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find systems events near your location here. Connect with your local community and discover events within your area.
Systems Events Today
Join in-person Systems events happening right now
In Person: CoffeeOps
We are back! This is going to be a monthly IN PERSON meet up in London.
A very big thank you goes to Accurx who is hosting us in their amazing Shoreditch offices. This will include access to facilities including coffee! 😻☕️
**Want to know more? 👇**
As with all CoffeeOps, this is an interactive, chatty, build your own adventure type of meet-up. Instead of booking in experts to *learn* *from*, we gather a group of practitioners to ***learn*** ***with***. We have been running for over 4 years now and often get feedback that this is the most useful meetup people join!
The event is approximately 90 minutes and always starts by brainstorming topics to discuss. The group then votes on the most relevant/interesting to them and we then cycle through the topics trying to discuss each deeply, but in a time bound slot.
To get an idea of topics, you can check out our remote board [here](https://easyretro.io/publicboard/h404NF84Uje4tCcxpJdHr4Ycs9B3/a4a35d2b-181b-409b-832e-a729be1af79c). The general gist is anything is fair game, though we tend to revolve around software delivery and definitely lean towards the more Ops-y or DevOps-y side of things.
Crystal Palace Board Games Night
**PLEASE NOTE WE WILL BE CLOSING OUR MEETUP GROUP IN JUNE 2025 due to spiralling costs of membership.**
**YOU CAN FIND US HERE INSTEAD:**
\* FACEBOOK: [www.facebook.com/groups/crystalpalaceboardgamesbeyond/](www.facebook.com/groups/crystalpalaceboardgamesbeyond/)
\* WEBSITE: [https://sites.google.com/view/boardgamesandbeyond/home](https://sites.google.com/view/boardgamesandbeyond/home)
Join us for an epic game night filled with social fun and exciting tabletop games at Crystal Palace Board Gamers meet-up!
Whether you're a fan of strategy, dice, card, or board games, there will be plenty of options for everyone to enjoy. This is a fantastic opportunity to make new friends, connect with fellow gamers, and immerse yourself in a night full of fun times and laughter. So grab your favorite game and come join us for an unforgettable gaming experience. Let the games begin!
Feel free to join us by hitting that attend button below.
**What to expect:**
* We meet at the Anerley Arms (next to Anerley train station) from 7pm (there is food available at the bar)
* If you do not have a game setup, you can arrive at any time. If you do have a game to set up we recommend getting there earlier.
* It is a relaxed atmosphere, where we generally prioritize company over fierce competition.
* Please bring along any games you think we might enjoy, or you can play from the games that others bring.
* We split into a few groups based on people's game preferences and numbers, and usually have plenty of time to try a few games over the course of the evening.
* The event hosts are regular attendees but might not make it to every event - if you can't spot us, then just approach the folks sitting at tables surrounded by board games (usually on left as you come in the door). We're a friendly bunch and will be more than happy to welcome you.
(Please update your RSVP if it turns out you'll be unable to attend, to free up your space for others who may otherwise miss out!)
April 2026 Meetup
Elixir London Meetup; February 2026 edition. All are welcome.
**Session 1: Anton Borisov - Distilling Kafka's Binary Protocol into Elixir**
We'll trace a produce request to show what any Kafka client has to get right. In the BEAM ecosystem, erlkaf wraps librdkafka, brod implements the protocol in Erlang, and [kafka_ex](https://hex.pm/packages/kafka_ex) goes pure Elixir.
Kafka_ex's approach is to generate serializers at compile time from Kafka's own schema definitions: plain structs, pattern matching, structural boilerplate isolated from the logic you actually think about. That design is what let us jump two major versions ahead and adapt to significant protocol changes. Let's dig into the idea, the code, and the tradeoffs.
**Session 2: Evadne Wu** **\- JavaScript Execution Strategies in Elixir\-based Agent Frameworks**
We'll look at integration points between elixir agents (in the AI fashion) and JavaScript execution, and all the foot guns involved.
*The event is kindly sponsored by* [Fresha](https://www.fresha.com).
**Time**
Doors open at 18, start at 18.30.
**Venue**
Fresha
The Bower, 207-211, Old St, Tower, London EC1V 9NR
**Refreshments**
Food and drinks will be provisioned on the day.
**IMPORTANT**:
**If you wish to take photos and post online during the event, please notify organisers first, so that attendees can opt-out from being in photos.**
LJC Meet-up at Tessl - Java and Gen AI: JVM Agents With Embabel
**Please register on [Eventbrite](https://www.eventbrite.com/e/ljc-meet-up-at-tessl-java-and-gen-ai-jvm-agents-with-embabel-tickets-1985712292922) to join in-person.**
**About this event**
vJUG Connect is teaming up with the London Java Community for a special evening exploring the future of Java in the age of Generative AI.
Join us both online and in London for a deep dive into how JVM developers can lead the next wave of innovation with agent-based systems. We’re excited to host Rod Johnson, creator of Spring, as he introduces Embabel, a new framework designed to push Java and Kotlin to the forefront of agentic AI.
From building safe, testable, and enterprise-ready AI agents to rethinking how Java fits into the Gen AI ecosystem, this session will give you a front-row seat to what’s next.
Whether you join us virtually or in person at Tessl HQ, expect an evening of cutting-edge ideas, practical insights, and great conversations with the Java community.
Can’t make it in person? Join us virtually, register here: [https://luma.com/s9rp5nem](https://luma.com/s9rp5nem)
**Agenda:**
6:00pm – Doors open
(live stream begins on YouTube with vJUG)
6:45pm - Kick off and message from our partners
7:00pm – Session kicks off
Java and Gen AI: JVM Agents With Embabel by Rod Johnson (Spring Creator)
(live stream ends)
8pm – Networking
9pm – Wrap-up
**Java and Gen AI: JVM Agents With Embabel by Rod Johnson (Spring Creator)**
Since the emergence of Gen AI, it's become obvious that agents will be a big part of our future as both technologists and citizens. Building predictable, safe, manageable, testable agents that integrate with existing enterprise systems is critically important to us all.
In this session, Rod Johnson will show how JVM developers can be central to unlocking the business value of agentic AI, using the Embabel agent framework: [https://github.com/embabel/embabel-agent](https://github.com/embabel/embabel-agent)
Embabel is an innovative framework for Java and Kotlin developers, seamlessly integrated with Spring. Built in Kotlin, it aims not to play catchup with Python frameworks like Crew AI, but to leapfrog them to be the best agent framework, period.
Embabel innovates in several ways. It introduces a planning step that maximizes autonomy while maintaining determinism and safety. It is type safe, ensuring excellent toolability and avoiding errors in prompts. It enables developers to use a rich domain model, defining not just types but behavior exposed to user code and to LLMs as tools.
Read more about the [vision](https://medium.com/@springrod/the-embabel-vision-967654f13793?utm_source=luma); and also the call to action for Java developers in recent Devoxx keynote: [https://www.youtube.com/watch?v=dbx1_P7W1DM](https://www.youtube.com/watch?v=dbx1_P7W1DM&utm_source=luma)
**Rod Johnson, Creator of the Spring Framework and Embabel Agent Framework**
Rod Johnson is a developer, author, entrepreneur and advisor. He is the creator of the Spring Framework and Embabel agent framework.
Twitter: [https://x.com/springrod](https://x.com/springrod)
LinkedIn: [https://www.linkedin.com/in/johnsonroda/](https://www.linkedin.com/in/johnsonroda/)
Huge thanks to our friends at Tessl for sponsoring this event and supporting our community.
This event is organised by [RecWorks](https://recworks.co.uk/) on behalf of the London Java Community.
The London Java Community is sponsored by Hazelcast, Neo4j, Redis, and Discover
You can see our latest jobs [here](https://recworks.co.uk/java-developer-jobs-london/)
You can see our privacy policy [here](https://recworks.co.uk/privacy-policy/)
Continue the conversation at our Slack Group: [https://londonjavacommunity.slack.com](https://londonjavacommunity.slack.com/)
Sign up here if you're not a member: [https://bcrw.typeform.com/to/IIyQxd](https://bcrw.typeform.com/to/IIyQxd)
Dead Product Society | After Work Drinks
**Dead Product Society \| After Work Drinks**
Come along, bring a friend/colleague or two and join us for a relaxed evening of informal product and tech chats over a few drinks and doughnuts. We aim to connect everyone without awkwardness or LinkedIn spiel, and value good conversation over boring presentations.
**Who is welcome?**
Product Managers, CEOs, UX/UI Designers, Developers, Scrum Masters etc. We welcome anyone who works in, with or wants to break into product.
*Note: We intentionally keep our After Work Drinks on the smaller side to allow for more in-depth conversations.*
**The Bike Shed**
We'll be hanging out in the lounge area (behind the area with all the tables, next to the store).
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**Dead Product Society**
Dead Product Society is a collective of like-minded professionals sharing real-talk and joining forces to navigate the twists and turns of the product world. Our down-to-earth community is for anyone who works in, with or wants to break into product teams regardless of their background or experience.
**Our Sponsors**
Shout out to our generous sponsors at Waggel Pet Insurance; Lifetime pet insurance, simplified. With their support we are able to host these events for you and create a space for those important, honest conversations.
Systems Events This Week
Discover what is happening in the next few days
April 2026 - Databricks London Meetup
The Databricks London Meetup is back after a short break, and we’re looking forward to bringing the community together again for another friendly, in-person evening of data, AI, and good conversation.
Join us for a relaxed meetup where data and AI professionals can swap ideas, hear a couple of practical talks, and meet others working with Databricks in the real world. Whether you’re deep into the platform already or just keen to learn from the community, this is a great chance to pick up something useful and meet some excellent people along the way.
This session will include the latest Databricks updates, a practical talk from the Advancing Analytics team on how they used Lakebase to power AI projects, and time for questions with the Databricks team before we round things off with pizza and networking.
**17:30 - 18:00:** Arrival & Networking
**18:00 - 18:10:** Opening Remarks & Introductions
**18:10 - 18:30** What’s New in Databricks - Simon Whiteley
**18:30 - 19:00** Building Better AI Projects with *Lakebase* \- Toyosi Babayeju from Advancing Analytics
**19:00 - 19:15** Q&A with the Databricks team
**19:15 onwards:** Pizza, Drinks & Networking
*Join us for a fantastic evening of learning and networking at the London Databricks meetup!*
PHP London Social - April
PHP London Pub Social – April 9th, Jack Horner, Tottenham Court Road
Join us for an informal PHP London pub social at the Jack Horner on Tottenham Court Road!
We've got a reserved space from 6:30pm to 8:30pm on Thursday 9th April - a mix of seating and standing with a few tables.
This is a relaxed, no-agenda evening — just good conversation with fellow PHP developers over a drink. Whether you're a long-time community regular or coming along for the first time, all are welcome.
Places are limited.
AI Meets Data: Real-World Edition
**🚀 AI for Data & Analytics: From Raw Data**
**to Real Impact (Beginner-Friendly Meetup)**
Are you curious about how AI is actually being used in real-world data roles?
Wondering how tools like Claude or AI assistants can help you work smarter—not just faster?
Join us for a **hands-on, beginner-friendly meetup** where we break down how AI is transforming the way data professionals work today. Whether you're just starting out or already working with data, this session will give you practical insights you can start applying immediately.
***
### 💡 What You’ll Learn
**🔹 Claude Code & AI Foundations (by [Nitish)](https://www.linkedin.com/in/nitish-galat/)**
A simple, no-jargon introduction to modern AI tooling:
* What is Claude Code and how to actually use it
* Understanding core concepts like *skills*, *skill.md*, and *MCPs*
* How everything connects behind the scenes
* Live walkthroughs to help you get started right away
👉 Perfect for beginners with little to no AI experience.
***
**🔹 Turning Raw Data into Business Decisions with AI (by [Abhishek](https://www.linkedin.com/in/abhishek-gadve-8010a2119/))**
Learn how data analysts can truly leverage AI in their daily work:
* How to use AI to speed up data analysis workflows
* Where AI adds real value—and where it doesn’t
* Turning messy, raw data into meaningful business insights
* Practical use cases from real industry experience
***
### 👥 Meet Your Speakers
**Nitish Galat – BI Analyst & Gen AI Specialist**
With experience across data automation and Gen AI, Nitish focuses on simplifying complex AI systems and making them accessible for everyone.
**Abhishek Gadve – Senior Product Analyst**
Abhishek specializes in translating data into business impact, helping teams make smarter, faster decisions using analytics and AI.
***
### Why Attend?
This isn’t a theory-heavy session. It’s a **practical, real-world focused meetup** where you’ll:
* Understand AI concepts without the overwhelm
* Learn tools and workflows you can actually use
* Gain clarity on how AI fits into data roles today
***
### 🎟️ Free Event – Limited Spots
We’re keeping this session **small and interactive** to ensure quality discussions and personalized learning.
If you're a **student, aspiring data analyst, or working professional**, this meetup will give you a clear edge in understanding AI’s role in data.
#1 - the UX of nature
**Meet likeminded UX professionals and discuss ways to use design to reduce burnout.**
**The Problem:** With stress and burnout on the rise, how can we use design to help Londoners "switch off" and reconnect with nature?
For our first **design impact lab** session, we’ll be using the Japanese practice of *Shinrin-yoku* (forest bathing) as a lens to discuss how simple interventions can help us reconnect with nature to reduce stress & burnout.
**The Flow (Sunday 12th April 10:30 AM - 12:30 PM):**
* **10:00 \| Coffee & Intros \(WatchHouse\, Hanover\):** We’ll meet for coffee to kick things off. You'll meet other attendees and discuss the problem space.
* **10:30 \| Observation Walk:** A 15-minute mini fieldwork walk to Hyde Park. You'll observe how the environment changes from a busy urban centre to the park and how this impacts how you feel.
* **11:00 \| Shinrinyoku & Brainstorming:** Once we find a quiet spot, we’ll dive into the world of *Shinrin-yoku*. We’ll discuss how nature can boost wellbeing and brainstorm "micro-interventions" - simple design ideas (digital or physical) that could encourage more people in London to engage with nature to reduce stress & burnout.
* **12:00 \| Closing & Optional Lunch:** We'll wrap up our discussions and those who have time can go for a casual lunch or picnic in the park.
***
**Pre-Event Mission:**
Your mission is to bring **one photo on your phone** of a natural spot that made you feel good recently. It can be a park, a window box, or even a stubborn weed in the pavement. We’ll share these over coffee to explore the different ways in which nature impacts our day to day experiences.
***
**The Details:**
* **Meeting Point:** WatchHouse, Hanover (Oxford Circus).
* **Capacity:** We’re keeping this to a small group to ensure everyone can connect and contribute. Please ensure your RSVP is up to date and let us know if you're unable to attend.
* **Vibe:** Friendly and relaxed! No laptops, just notebooks and fresh air.
***
**Why Join?**
If you’re a designer or researcher who wants to use your skills for more than just "conversion," come say hi.
It’s a chance to meet like-minded people, learn about forest bathing and brainstorm design solutions to a universal problem.
It's also our very first event, and I would love to hear everyone's thoughts and feedback to improve.
**Who is this for?**
Our events are for UX designers, researchers and other strategic and creative thinkers who are passionate about using their skills for social good, not just profit.
**Who is the host?**
Hi! 👋 I'm Max - a London based design researcher. Until recently I was based in Tokyo, where I ran a small design agency and spent over 10 years as a meetup organizer. I'm exploring ways to bring designers together to use our skills to work on meaningful problems. If that sounds like something you're interested in, I'd love to have you join!
\*This event is being advertised on multiple sites, so the actual number of attendees will be different to what appears on meetup.
Friday Badminton Games Intermediate+ - Advanced (BEAL HIGH SCHOOL)
Badminton matchplay session for players of intermediate+ standard. Friendly people playing competitive games! Feather shuttlecocks provided.
Session price £13
Central sports discount : CHUCKLE5
Systems Events Near You
Connect with your local Systems community
CONNECTED Westerville Mastermind Group
Join the CONNECTED Westerville Mastermind Group for a dynamic afternoon of B2B networking! This event is perfect for professionals looking to expand their business connections, share insights, and foster collaboration within the community. Whether you are a seasoned entrepreneur or just starting out, this event offers a valuable opportunity to exchange ideas, build relationships, and grow your network in a supportive environment. Connect with like-minded individuals, explore potential partnerships, and discover new opportunities for professional growth. Don't miss out on this chance to enhance your business network and take your career to the next level with CONNECTED Westerville Mastermind Group! We meet the 4th Monday of every month from 11am-1pm. Welcome and general networking from 11am - 11:30am with core meeting 11;30 - 12:30 and a final round of networking from 12:30 - 1pm.
What If Your AI Could Be a Team? - Chad Green
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you.
The building address is 4450 Bridge Park
The entrance is 6620 Mooney St, Suite 400
You will need to scan your ID at the door to get a visitor badge.
**Abstract**
GitHub Copilot is powerful, but what if you could scale from a solo AI assistant to an entire team of specialized agents working in parallel? This session introduces Squad: an open-source framework for multi-agent orchestration that lets you define teams of AI agents with specific roles, responsibilities, and expertise.
We'll progress from Copilot basics to the Copilot CLI, explore how Agents add autonomy, and see how Instructions and Skills let you customize agent behavior. Then, the climax: a live demo where a Squad team of 3 agents (Lead, Developer, Tester) stands up and builds a working application in real-time, showcasing true multi-agent collaboration.
Whether you're new to AI or exploring how to scale your use of Copilot, this session will show you what's possible when agents work as a team.
**YouTube Link**
TBD
IxDA Chat ‘n Pancakes
Pay attention! We’re delaying a week for those of you who may be on Spring break and/or celebrating the holiday. Ok, no pancakes, but waffles-a-plenty.
Join the local UX and Digital Design community for a casual monthly breakfast.
Look for us upstairs!
Westerville Queer Coffee Meetup
WQC has weekly Thursday night social nights at the Westerville Java Central. Come and grab a coffee and connect with the community: low stakes, chill environment, and tasty drinks. No registration is required; come as you are.
CBusData: The Fellowship of the Star Schema: Transforming OLTP Data for Power BI
The Fellowship of the Star Schema: Transforming OLTP Data for Power BI
One does not simply build reports on OLTP data. Join us on an epic journey from the depths of raw, normalized tables to the shining halls of a well-modeled star schema fit for Power BI greatness. We will demystify the differences between OLTP and OLAP, walk through star schema vs snowflake (and why Power BI has a clear favorite), and show you the compression differences between normalized and columnar storage that will make you never look at an OLTP model the same way again.
We will cover the different types of dimensions, when to use them, and how to handle Slowly Changing Dimensions without losing your mind. You will leave knowing exactly how to identify a bad model, how to convert OLTP data into a clean star schema, and how to forge relationships that rule them all.
Whether you are a data wizard, a curious hobbit, or somewhere in between, your models will never be the same.
Connected Westerville Night of Networking!
**Connected Westerville Night of Networking** *April Edition: The Introduction Economy*
You've been to the networking events. You've done the small talk. Collected the cards. Forgotten the names. And walked out feeling like you just wasted two hours of your life.
The problem isn't you. It's the format.
Most networking events put you in a room and tell you to figure it out. So everyone defaults to elevator pitches and business talk, and nothing real gets built.
Here's the truth about networking that most people miss: Your network isn't just who you know. It's who thinks of you when they're talking to someone else.
*That's* The Introduction Economy. And it only works when relationships are real.
There's a reason people who come once keep coming back. It starts with seven minutes that feel nothing like networking.
Then we open it up. Free networking. More conversations. More momentum.
This is a room full of corporate professionals, entrepreneurs, business owners, creatives, and career builders in the Westerville and Columbus area. The mix is the magic.
You might never do business with everyone you meet tonight. But someone in this room will think of *you.* **By name**. So, the next time someone needs exactly what you do, you get the recommendation.
**April 14th. RSVP now.**
**When:** Tuesday\, April 14th \| 6:15 PM \-\- 8:00 PM **Where:** Vineyard Community Center \| 6000 Cooper Rd\, Westerville\, OH 43081
Prompt vs. Paintbrush
AI is changing how art is made. But when does it stop being your work and start being the machine’s?
This month we're going to be doing a panel with with digital image, music, and written word artists, talking about at what point, while using AI in the creation process, does the work become not the artist creation?
We encourage audience participation during this event that will be moderated by Chris Slee.
Whether you’re deep in the field or just getting curious, come connect with others building and exploring AI in Columbus.
Sponsored by [Transform Labs](https://www.transformlabs.com/services)
Sign up also accessible via [Transform Labs Luma](https://luma.com/55umjqta)





















