Database Development
Meet other local people interested in Database Development: share experiences, inspire and encourage each other! Join a Database Development group.
6,286
members
12
groups
Largest Database Development groups
Newest Database Development groups
Frequently Asked Questions
Yes! Check out database development events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the database development events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find database development events near your location here. Connect with your local community and discover events within your area.
Database Development Events Today
Join in-person Database Development events happening right now
Zero-downtime major upgrades in practice
We're excited to be back and pleased to say this event is being sponsored by [pgMustard](https://pgmustard.com).
On the talks front, we have **Anton Borisov and Vlad Bokov** from Fresha who will take us through how they recently upgraded their fleet with zero-downtime.
We will then host our first ever debate, on a topic to be determined!
WHERE
Join us at **Doggett's Coat and Badge on 14 April from 18:30.**
PROGRAM
18:30 Welcome
19:00 Swapping the Elephant Without Breaking the Room: Zero-downtime Major PG upgrades in practice (Anton Borisov and Vlad Bokov, Fresha) - abstract below
19:45 Sandwiches and bar snacks (paid for by our sponsor)
20:00 Debate — topic TBD
ABSTRACT
**Swapping the Elephant Without Breaking the Room: Zero-downtime Major PG upgrades in practice**
Upgrading PostgreSQL across hundreds of production databases without downtime sounds impossible, especially when logical replication slots, Debezium CDC pipelines, and outbox event streams are in play.
At Fresha, we faced exactly that: mission-critical workloads still on PostgreSQL 12, and no safe way to reach 17 without freezing the business.
This talk walks through how we designed and automated a blue-green upgrade framework using logical decoding, controlled WAL overlap, and connector orchestration. We’ll dive into how Debezium connectors, replication origins, and PgBouncer pools were coordinated to guarantee continuity for both CDC and outbox topics, with rollback and dry-run modes built in.
Attendees will learn practical techniques for:
* Orchestrating zero-downtime Postgres major upgrades on RDS or self-managed clusters
* Managing replication slots and Debezium connectors safely across clusters
* Handling sequence alignment, WAL overlap, and connector state transitions
* Designing reversible, testable database cutovers
This is a practical session from real production experience: no magic tools, just PostgreSQL internals, Debezium, careful planning, and a few well-placed bash scripts.
SPEAKERS
**Anton Borisov** architects real-time data systems centered on PostgreSQL. At Fresha, he designs zero-downtime migrations, Debezium-based CDC pipelines, and overall data strategy integrating Postgres with Kafka and Flink.
His work spans query planning analysis, partitioning and indexing, autovacuum and bloat optimization, and performance tuning under high-concurrency workloads. He also builds downstream lakehouse integrations with Iceberg, Paimon, and StarRocks.
Anton publishes technical deep-dives on PostgreSQL internals, streaming infrastructure, and production reliability at medium.com/@borzoniusy
**Vlad Bokov** is a Staff Engineer at Fresha working on systems behind activity feeds and communication between partners and customers.
He deals with what breaks at scale: PostgreSQL under heavy write load, WAL bottlenecks, replication issues, Kafka pipelines, and zero-downtime migrations. Most of his work is about making production systems behave: fixing what is slow, unstable, or too expensive, and making trade-offs that hold up under pressure.
He works across Snowflake, StarRocks, PostgreSQL, Elasticsearch, and Redis, and is currently exploring newer streaming approaches, including Apache Fluss, for real-world workloads.
***
THE OFFICIAL BITS
The meet-up abides by [PostgreSQL Code of Conduct](https://www.postgresql.org/about/policies/coc/).
Postgres, PostgreSQL and the Slonik Logo are trademarks or [registered trademarks of the PostgreSQL Community Association of Canada](https://www.postgresql.org/about/policies/trademarks/), and used with their permission.
AI meets Knowledge Graphs & Memory - London
Register: [https://luma.com/z5aztkqh](https://luma.com/z5aztkqh)
Calling all developer and graph enthusiasts for an evening of delve into the nuts and bolts of constructing memory-enabled applications that perform at scale.
**Speakers:**
1. **[Aga Kopytko](https://www.linkedin.com/in/akopytko/)**, CTO **[Smabbler](https://www.smabbler.com/)** - *Life-long hypergraph memory*
2. **[Yusuf Abdulle](https://www.linkedin.com/in/yusufab/),** PhD **[King's College London](https://www.drive-health.org.uk/) -** *Knowledge graphs and LLMs in rare diseases*
3. ***[Sefik Serengil](https://www.linkedin.com/in/serengil/),*** *Senior Software Engineer,* ***[Neo4j ](https://neo4j.com/)****\- LLMs can be terrible interns \- but GraphRAG and tools turn them into stars*
4. ***[Ovidiu Serban](https://profiles.imperial.ac.uk/o.serban),*** *Research Fellow,* **[Imperial College London](https://profiles.imperial.ac.uk/o.serban) -** *How ready are we for Temporal Knowledge Graphs?*
London Clojure Dojo at uSwitch
uSwitch is located on the first floor of the ZPG building at 5 Copper Row, London, SE1 2LH, London (Click on the map for directions)
What 3 words location: [https://what3words.com/puts.sudden.else](https://what3words.com/puts.sudden.else)
The Clojure dojo is a collaborative way to learn Clojure/ClojureScript through practice. The aim is to learn a little more than before you started. This event is for those new to coding through to more experienced developers.
We organise into small groups (2-4) people and write code to solve challenges great and small, chosen by those at the event.
We aim to ensure someone in your group has some Clojure experience, so you shouldn't feel lost (well no more than all developers do when Stack Overflow is broken).
Example challenges for the coding dojo are listed on this website: http://www.londonclojurians.org/code-dojo/
Various past exercises have been loaded to
[https://github.com/ldnclj](https://github.com/ldnclj/lisp1.5/blob/master/src/lisp1/5.clj)
# Approximate schedule:
18:40 Doors open and start collecting suggestions
18.45 Pizza should have arrived
19:00 Quick intros and vote on suggestions
19:15 Break out into groups and start practising
20:45 Gather together for a quick show and tell
# What should I bring?
We organise into small groups, so if you have a laptop with a working Clojure environment please bring it along (there are lots of online Clojure environments, so you can just use your browser too).
# How do I get in to the building?
At the glass doors press the buzzer to inform the security guard you are here. Say you are here for the event on the first floor.
Is there way to talk with the Clojure community?
Why yes. The Clojurians Slack channel is full of friendly people who love to try and help. People based in London are often in the #clojure-uk channel. Sign up for a free account to the Clojurians Slack community via http://clojurians.net/
What is Clojure?
Clojure is a JVM language that has syntactically similarities to Lisp, full integration with Java and its libraries and focuses on providing a solution to the issue of single machine concurrency.
Its small core makes it surprisingly easy for Java developers to pick up and it provides a powerful set of concurrency strategies and data structures designed to make immutable data easy to work with. If you went to Rich Hickey’s LJC talk about creating Clojure you’ll already know this, if not it’s well worth watching the Rich Hickey “Clojure for Java Programmers” video or Stuart Halloway “Radical Simplicity” video .
Speed Dating in The City | Ages 50 to 65
BOOK YOUR TICKET 👉🏼 [HERE](https://itsadate.club/event/speed-dating-in-the-city-146/).
Meet a sociable group of single guests and enjoy five-minute dates with up to 15 potential matches at this super-popular, fun, and fast-paced Tuesday evening of introductions.
Located on Gresham Street just a 3-minute walk from Bank station, The Anthologist is a contemporary bar with a cosy private seating area reserved exclusively for your It’s a Date event. This venue has a remarkably warm and welcoming vibe, combined with our charismatic host and a great bunch of outgoing singles, and you have the recipe for a fantastic Tuesday evening of speed dating!
Our host will be at the venue ready to welcome you at 19:30. Please arrive on time for registration, to grab any drinks from the bar, and receive a summary of how things will work. You will be given an optional name sticker, a pen, and note card to keep track of everyone you’ve met.
Ladies will be seated on tables adequately spaced, discreetly numbered, and arranged in a comfortable area of the venue. When speed dating commences, gents will join ladies for 5-minute dates to get to know one another. Your host will notify all guests at the end of each date, signalling for gents to move to the next table in ascending numerical order.
During table rotations you will have a moment to record on note cards your feelings towards the previous date and intention to reconnect, for your reference only.
Mid-way through the evening, your host will indicate a 15-minute comfort break to use the rest room, head to the bar, or socialise with new connections. Dating will then resume for the second half of the evening.
At the end of the speed dating the bar will remain open for more socialising. You can then access the event listing in your dashboard to enter feedback on dates and await your matches.
If you have any questions on the event or how things will work, please get in contact with James on 07517 065 492 or [james@itsadate.club](mailto:james@itsadate.club).
Agentic commerce developer workshop - London
**Join us for a hands-on workshop where you'll build an agentic commerce solution and explore how AI agents can discover products and complete payments using Stripe.**
**About**
Experience a hands-on workshop designed for developers interested in the future of AI-driven commerce and agentic payments.
This workshop is the very first time this content has ever been delivered. It is a pilot workshop for Stripe Sessions, and attendees will get early access to technology and workflows that are still very new inside Stripe.
The way customers discover and purchase products is shifting from traditional search to LLM-powered agents. In this workshop, you’ll customize an AI agent to become an intelligent shopping assistant capable of discovering products and completing transactions.
**Through practical exercises, you will:**
* Customize an AI agent for commerce workflows
* Implement Shared Payment Tokens (SPT) using the Agentic Commerce Protocol (ACP)
* Enable secure payment credential handoff from an AI agent to Stripe
* Process payments and perform risk evaluation through Stripe
* Build a complete end-to-end agentic commerce experience
Because this is a pilot workshop, the content is evolving and highly experimental. Participants will be among the first developers anywhere to build an agentic commerce integration with Stripe.
By the end of the workshop, you’ll have a fully functioning agentic commerce solution complete with code, equipping you with the skills to build next-generation AI-powered buying experiences.
**Attendance & Invitations**
⚡ This is a small, invite-only workshop designed for a very limited group of developers.
To keep the session highly interactive, attendance is restricted to a small number of participants, and admission is **by invitation only**.
To request an invitation:
1. Join the waitlist to express your interest
2. We will review all waitlist requests
3. Selected participants will be moved to the confirmed list
4. You will receive confirmation once your spot is approved.
**Please wait for confirmation before making plans — only confirmed attendees will be admitted.**
This approach allows us to create a focused, collaborative workshop environment and ensure the best possible experience for participants.
**Schedule**
**1:00PM – 1:15PM — Arrival & Welcome**
Arrive, grab coffee and refreshments, and make sure you're set up and ready to go.
**1:15PM – 4:00PM — Hands-on Workshop**
Introduction to agentic commerce and AI-driven purchasing.
You'll build a working agentic commerce solution including:
* AI agent customization
* Agentic Commerce Protocol setup
* Shared Payment Token creation
* Payment flows through Stripe
* End-to-end testing
**Requirements**
This workshop is designed for developers interested in building AI-powered commerce experiences and agentic payment workflows.
Developers should be comfortable with:
* Basic JavaScript fundamentals
* Using a terminal or command line
* Working with APIs
* Basic web development concepts
No prior AI or Stripe experience is required.
**What You'll Need**
Laptop and charging cables — no Chromebooks or tablets
Code editor and ability to download and install necessary tools
Required software:
* IDE such as VS Code
* [Node.js](http://node.js/)
* curl
FlutterLDN / April 14th @ Pod Point
*We have limited space, but we will do our best to record the event and publish on our [YouTube channel](https://www.youtube.com/channel/UC_a-vGdkAIRMKT1zzZ4I2ag) soon afterwards.*
\-\-\-\- \-\-\-\- \-\-\-\-\-
Flutter London will be back with another exciting event for 2026!
We look forward to seeing some familiar and new faces.
We are excited to announce the next FlutterLDN on ***Tuesday 14th April*** is being hosted at [Pod Point](https://pod-point.com/), (thanks go to [Few&Far](https://www.fewandfar.io/) for helping to arrange this).
We're thrilled to deliver the familiar setup we all cherish and enjoy. Join us for an evening filled with insightful talks, networking opportunities, and a delightful surprise spread of food and drinks, thoughtfully put together by [George](https://georgemedve.co.uk/) and [Tom](https://www.linkedin.com/in/tomshannon1/) team - guaranteed to impress and satisfy.
**The venue address is:**
[Pod Point](https://pod-point.com/)
222 Gray's Inn Road,
London,
WC1X 8HB
maps: [https://maps.app.goo.gl/vzLKj7G47u8ReRjw7](https://maps.app.goo.gl/vzLKj7G47u8ReRjw7)
⏰ **Schedule:**
[6:00pm] Arrival & registration
[6:15pm] Drinks and snacks and socialising (sponsored by [Pod Point](https://pod-point.com/) and Few&Far)
[6:45pm] Introduction from FlutterLDN and [Few&Far](https://www.fewandfar.io/)
[7:00pm] **Talk 1:** Raouf Rahiche \| Make Every Minute Count in Your Flutter Pipeline
[7:45pm] **Talk 2:** Matt Meades \| Powering the Tewke smart light switch with Flutter
[8:30pm] Q&A and networking
[9:00pm] Drinks and chat: TBD
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
🌟**Talks and Speaker Information:**
**// 🚀 Talk 1:** Raouf Rahiche \| Make Every Minute Count in Your Flutter Pipeline
A practical tour of the optimizations that can speed up your Flutter CI significantly; selective native builds, Dart-only snapshots, modular parallelization, test bundling, and smarter coverage collection.
*Tags:*
**\-\-\-\-**
// Raouf's Links
Github: [https://github.com/Rahiche](https://github.com/Rahiche)
X/Twitter: [https://twitter.com/raoufrahiche](https://twitter.com/raoufrahiche)
LinkedIn: [https://www.linkedin.com/in/raoufrahiche/](https://www.linkedin.com/in/raoufrahiche/)
**// 🚀 Talk 2:** Matt Meades \| Powering the Tewke smart light switch with Flutter
Tewke’s 5 year journey developing a touch screen light switch using Flutter on an embedded device.
*Tags:* Flutter, Embedded Linux, Smart home, IoT, Performance Optimisation, Yocto, DBus, Systemd, Flutter-Rust bridge
// links:
LinkedIn: [https://www.linkedin.com/in/matthew-meades/](https://www.linkedin.com/in/matthew-meades/)
BlueSky:
X/Twitter:
Github:
**FlutterLDN:**
BlueSky: [https://bsky.app/profile/flutterldn.dev](https://bsky.app/profile/flutterldn.dev)
X/Twitter us @FlutterLDN [https://x.com/FlutterLDN](https://x.com/FlutterLDN)
Flutter London YouTube channel: [http://bit.ly/2yZLTTb](http://bit.ly/2yZLTTb)
See you there!
**[George Medve](https://www.linkedin.com/in/georgemedve/)** is Professional Mobile App Consultant and building and scaling teams for success.
**[fewandfar](https://www.fewandfar.io/)** is a Tech, Product, Data and Design recruitment company, **[Tom Shannon](https://www.linkedin.com/in/tomshannon1/)** who heads up mobile hiring and will be at the event.
Emacs London meetup
Join us at our next Emacs London meetup held at University College London (UCL) on Tuesday 14 April. A projector will be available, if anyone wants to give a presentation and/or if helpful to share Emacs tips, for some collaborative debugging, etc.
We might head to a pub for a drink and/or a nibble afterward.
Emacs users of all levels welcome! Interested in Emacs but not really a user? You're more than welcome too!
**Call for presentations**
Fancy talking about your favourite Emacs package? Proud of your latest Emacs Lisp hack and you want to tell everybody? Anything parenthesis-related that's bugging you? There'll be a monitor waiting for you for a short presentation!
Database Development Events This Week
Discover what is happening in the next few days
Kentish Town Basketball (Wednesday evening)
Join us every in Kentish Town for an evening of indoor basketball. Players of all skill levels are welcome to our friendly and competitive weekly match. Couple of points to be aware of:
* Wednesdays (7p-8pm)
* Kentish Town
* 5 v 5 (1 sub per team)
* All genders and skill levels welcome
* Confirmation of spot and address will be shared via WhatsApp
Please whatsapp Alex if you're interested in coming! 07816909832
See you out there!
London Analytics Engineering Meetup #23
🎉 **Event #23 – The Analytics Engineering Meet-up** 🎉
The London Analytics Engineering Meet-up - Hosted by Monzo!
**Speakers:**
[Pablo Fernandez](https://www.linkedin.com/in/pablofergui/) \- Head of Data & Analytics Engineering @ Lawhive
[Federico Arduini](https://www.linkedin.com/in/federicoarduini/) \- Lead Analytics Engineer @ Checkout\.com
📅 **RSVP opens 27th March** (3.5 weeks before the event). This event will be **over-subscribed**, so set a reminder — you won’t want to miss it!
📍 **Agenda**
6pm – Doors open, networking, food & drinks
7pm – Talks kick off
8:30pm – More drinks & networking @ local pub
This is a fantastic opportunity to connect with some of the UK’s top data professionals, share challenges, and exchange learnings.
We are always looking to improve the event and get new ideas for talks, if you could please fill out a [feedback form](https://cognifysearch.com/the-london-analytics-engineering-meet-up-feedback-form/), this will help us continue to improve!
The **Analytics Engineering Meet-up** is a community for data professionals working with the modern data stack, machine learning or AI.
We host regular meet-ups featuring talks from data leaders building and scaling analytics, data platforms, and AI in forward-thinking teams.
The community is ideal for Data Engineers, Analytics Engineers, Analysts, and those working in Data Science, Machine Learning, or AI.
The **Analytics Engineering Meet-up** is organised by [Cognify](cognifysearch.com) — a specialist recruitment partner for teams working across the modern data stack, machine learning & AI.
If you’re looking to hire top data talent or exploring your next move in data, feel free to reach out to the Cognify team — we’re always happy to help and chat through the market.
Our sponsor is [Omni](Omni.co), an AI-powered BI platform that helps people use data to do their best work. Whether users prefer AI, Excel, point-and-click exploration, or SQL, Omni enables fast, trusted answers from a governed semantic model.
If you’re eager to dive deeper into industry insights, check out ***The Stacked Data Podcast*** for conversations with industry leaders:
Listen on: [Spotify](https://open.spotify.com/show/24fIpekn8WfRDZsVHNcf7Q) [Youtube](https://www.youtube.com/@CognifySearch) or [Apple Podcast](https://podcasts.apple.com/us/podcast/the-stacked-data-podcast/id1700301417)
Your feedback is so valuable to us, we'd love to hear from you to help us continue to improve, [Feedback Form here](https://cognifysearch.com/the-london-analytics-engineering-meet-up-feedback-form/)
**No-Show Policy**:
* If you miss **2 consecutive events** or **2 out of 3 events**, you wont be able to attend the next event. We hope you understand this is to keep things fair for venues and other attendees.
Board Games Speed Dating in Camden (Ages 25-38)
**\*\*To book your ticket for this event please go here [https://dateinadash.com/events/london/camden/play-date/15Apr2026-7847](https://dateinadash.com/events/london/camden/play-date/15Apr2026-7847)\*\***
We’re excited to relaunch Play Date, our hugely popular games-themed speed dating night for fun-loving singles aged 25-38. Hosted by the experienced team at DateinaDash, this is speed dating – but not as you know it.
**What Makes Play Date Different?**
This is an activity-based speed dating event, meaning you won’t just be making small talk across a table. You’ll be laughing, playing and connecting through a series of short, interactive games designed to break the ice naturally.
Expect a mix of:
• Classic board games (think nostalgic favourites)
• Creative mini challenges (yes, a little playful competition!)
• Light-hearted surprises throughout the night
• Possibly even a round of Twister if you’re brave enough…
The activities keep things relaxed, give you something to talk about instantly, and help personalities shine.
**How the Evening Works**
7:30pm arrival – Meet your host, grab a drink from the bar and settle in.
Once everyone’s arrived, we’ll explain how it all works (it’s simple).
You’ll meet 15–20 local singles in a series of short 4–5 minute dates.
Ladies remain seated while gents rotate between tables.
Activities are designed to last just long enough to spark chemistry without pressure.
There’ll also be a short break to refresh your drink and mingle more freely.
You’ll receive a scorecard to note your matches (or you can select them discreetly on your phone via our website). The next day, we’ll notify you of any mutual matches and you can message securely through our platform.
**The Crowd**
Our Camden events attract a brilliant mix of sociable, ambitious and down-to-earth singles from Camden and surrounding areas. Many are young professionals looking to meet people locally in a more authentic way.
We’ve been hosting speed dating in the area for nearly 15 years, so you’re in safe hands. Unlike companies that struggle to balance numbers, we work hard to ensure a great turnout and an equal mix of men and women.
**Why Try It?**
• Meet up to 20 people in one evening
• No awkward long dates
• No endless messaging
• Just real-life chemistry
Around 80% of our guests receive at least one match. And if you don’t meet anyone you’d like to stay in touch with, you can attend another event for free.
If you’re 25-38, single, and ready to swap swiping for something more social, Play Date is your move.
Come for the games. Stay for the connection. ❤️
For any questions about this event, please contact us at [enquiries@dateinadash.com ](mailto:enquiries@dateinadash.com)or call our bookings hotline on 0845 862 1448 (9am–5pm).
Scala Talks: Scripting on the JVM, ScalaMeta & Java interop for effect systems
🎉 Come along to the London Scala Talks! 🎉
In this event you'll hear from Haoyi Li, Martin Durchov and Adam Deegan.
**Agenda**
6:00pm - 🥤 Doors open. Come along and grab a drink!
6:35pm - 🗣️ Introduction
6:40pm - 🗣️ Haoyi Li: Scripting on the JVM with Scala
7:20pm - 🍕 Intermission: Join us for some free food and drinks! Vegan, vegetarian options are provided. Let us know if you'd like something special - we'd be happy to accommodate.
7:50pm - 🗣️ Martin Durchov: ScalaMeta: Treating Scala code as data
8:10pm - 🗣️ Adam Deegan: Practical Java Interop for Scala Effect Systems
8:30pm - 🥤 Socialising: Grab a drink and let's discuss the talks.
9:00pm - 🍻 Join us in a pub to discuss the talks!
🌐 **This event may have a live stream**
Watch this space for more details.
**🗣️ Haoyi Li: Scripting on the JVM with Scala**
This talk will explore the use of Scala as a scripting language, replacing the Bash and Python scripts common throughout the industry.
⭐ Haoyi Li ⭐
Li Haoyi graduated from MIT with a degree in Computer Science and Engineering, and since then has been a major contributor to the open source community. His projects have over 10,000 stars on Github, and are downloaded over 20,000,000 times a month. Haoyi professionally built distributed backend systems, programming languages, high-performance web applications, and much more.
**🗣️ Martin Durchov: ScalaMeta: Treating Scala code as data**
Scala source code is usually something we write and hand off to the compiler. But what if we could parse it, inspect it, build it, and transform it all from regular Scala code? ScalaMeta is the metaprogramming library that makes this possible, and it underpins a lot of modern Scala tooling ecosystems: Scalafmt, Scalafix, and Metals are all built on it.
In this talk we'll look at what ScalaMeta is, how its AST models Scala programs, and the core operations it provides: parsing, quasiquotes, tree traversal and more. We'll then turn to how we use it at Quantexa, where it powers code generation for our clients. Along the way we'll cover practical patterns that make code generation manageable at scale, and the rough edges you should know about before adopting it yourself.
⭐ Martin Durchov ⭐
I graduated from UCL in 2019 with a MSci in Theoretic Physics and started work in TxOdds, a small company focused on ultra-fast data streaming and processing, where I first encountered Scala, working with Typelevel libraries. Since January 2025 I have been working at Quantexa in the team responsible for data ingestion and processing also relying heavily on the Scala functional libraries and ScalaMeta.
**🗣️ Adam Deegan: Practical Java Interop for Scala Effect Systems**
Interfacing with a highly autonomous Java library in a functional manner is difficult. In this talk we'll explore the ways in which we've approached this; issues we found along the way; and the trade-offs between purity and pragmatism when there's a runtime which isn't yours to control.
⭐ Adam Deegan ⭐
Adam Deegan graduated from the University of Bristol with a degree in Computer Science in 2021 and has worked at Quantexa ever since. He started off as a Data Engineer and moved into software engineering a couple of years ago, working on the addition of a case management capability. His first true programming love was making Minecraft mods.
————————————————————
🗣️ Would you like to present, but are not sure how to start? Give a talk with us and you'll receive mentorship from a trained toastmaster! Get in touch through [this form](https://forms.gle/zv5i9eeto1BsnSwe8) and we'll get you started
🏡 Interested in hosting or supporting us? Please get in touch through [this form](https://forms.gle/3SX3Bm6zHqVodBaMA) and we can discuss how you can get involved.
📜 All London Scala User Group events operate under the [Scala Community Code of Conduct](https://www.scala-lang.org/conduct/).
We encourage each of you to report the breach of the conduct, either anonymously through [this form](https://forms.gle/9PMMorUWgBnbk1mm6) or by contacting one of our team members. We guarantee privacy and confidentiality, as well as that we will take your report seriously and react quickly.
Umbraco London Social - April
Hi UmbLondoners,
We're having a post Spark social to catch up on everything Spark and to look ahead to Codegarden.
If you've never been to one of these types of meetups before, our 'social' events are relaxed, informal evenings. We meet in a designated pub and talk Umbraco, .NET, community activities and more. People are responsible for paying for their own drinks and food (if wanted). We just promise to provide a friendly welcome!
We've chosen
The Old Thameside Inn
Pickfords Wharf
Clink St
SE1 9DG
Please sign up if you think you'll be joining the fun so that we can ensure that we have booked a space big enough for us!
Hope to see you all there!
NSLondon 2026 April Social
🚀 NSLondon Social Meetup – Building an iOS app? Come share it!
Join us on April 18th from 11:00–13:00 for our next NSLondon meetup - a relaxed, social session focused on sharing apps, ideas, and feedback
We’re meeting at WatchHouse by Hyde Park ☕️, then (weather permitting) heading out for a casual stroll through the park 🌿
What to expect:
• Share and review what you’re currently working on
• Get friendly, practical feedback on your apps and ideas
• Chat with other iOS developers, designers, and indie builders
No pressure, no presentations — just bring what you’re working on (or curiosity).
Please RSVP on Meetup if you’re planning to come — looking forward to seeing you there!
Database Development Events Near You
Connect with your local Database Development community
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
COhPy Monthly Meeting
**Improving Office in Franklinton**
Physical location:
Improving Office
330 Rush Alley Suite #150
Columbus, OH 43215
Schedule:
6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages.
6:30 to 8:00 pm. Main meeting and presentation(s).
Topic: This month Chris Pazsint will be talking about Agentic Coding. How does one use CLI Based Agents, and Agentic IDEs such as Cursor, Kiro, Antigravity? How to include agentic coding plugins for IDEs you already love such as Visual Studio Code.
We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
Site Building with Etch (Class 01 of 10) (FEE BASED)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:**
1. The dates for this series are simply placeholders at the moment. We are working on our 2026 schedule, and adjustments are forthcoming.
2. Each class in this series has an attendance fee.
3. Each class, from BOTH a sign-up and fee perspective, is a separate entity.
4. As the Etch toolset evolves, so too will the class outline below.
**Introduction:**
Our Site Building with Etch class provides detailed instructions on the philosophy of the Etch development framework, as well as in-depth, hands-on instruction on using the Etch environment and associated tools. Anyone familiar with Kevin Geary and the Digital Gravy set of products will tell you that they offer ground-breaking approaches to professional WordPress site development.
As we write this, the Etch toolset and environment are rapidly taking shape, with weekly quantum leaps forward in WordPress development methodologies. As early investors in the Etch product offering and its development process, we are actively testing and evaluating the toolset as it takes shape. We are beyond excited to see how WordPress site development is being modernized, and can't wait to bring this course set to you. It will be a paradigm shift in page and site development within WordPress, as well as moving your development mindset light-years forward.
Join us as we explore Etch and dive deep into development approaches that will genuinely elevate your craft as a website developer and agency provider. Scalable, responsive, compliant websites are now within easy reach, and Etch provides both the platform and toolset to take you there.
**The breakdown of the 10-class series is as follows:**
* Class 01 - TBD
* Class 02 - TBD
* Class 03 - TBD
* Class 04 - TBD
* Class 05 - TBD
* Class 06 - TBD
* Class 07 - TBD
* Class 08 - TBD
* Class 09 - TBD
* Class 10 - TBD
Throughout the class sessions listed above, we cover the following key areas of web development with Etch:
* **Introduction to Etch Interface:**
* Familiarization with the toolset's layout and understanding how to navigate and interact with its various components.
* **Visual Site Building:**
* Techniques for creating layouts using Etch's interface, incorporating sections, divs, containers, and elements to build semantically correct page structures.
* **Styling and Design:**
* Utilizing Etch's styling approach to customize elements, apply global CSS classes for consistent design, and leverage features like Flexbox and CSS Grid for responsive layouts.
* **Dynamic Content and Custom Fields:**
* Integrating dynamic content from custom post types and custom field plugins (like ACF, Meta Box, and even built-in fields) to build data-driven websites.
* **Component Building:**
* Creating and managing reusable components for headers, footers, post type layouts, and other site-wide elements.
* **Performance Optimization:**
* Understanding how Etch contributes to fast-loading websites and implementing performance best practices.
* **Advanced Features:**
* Depending on the class level, it might delve into advanced topics such as conditional logic, interactions, and custom code integration to enable more complex functionality.
The series aims to equip participants with the skills to efficiently build, customize, and maintain WordPress websites using Etch, catering to both beginners and experienced web developers alike.
Page Building with Bricks (Class 04 of 10) (FEE BASED)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:**
1. The dates for this series are simply placeholders at the moment. We are working on our 2026 schedule, and adjustments are forthcoming.
2. Each class in this series has an attendance fee.
3. Each class from BOTH a sign-up and fee perspective is a separate entity.
**Introduction:**
Our Page Building with Bricks web development class provides detailed instruction for using Bricks Builder, a visual site builder for WordPress, to create and manage websites. Widely considered by many of the world's leading web developers to be the most complete page builder on the market today, Bricks Builder offers a wide range of features and comprehensive tools. Our Bricks Builder web development class provides detailed instructions on utilizing the toolset. The series of courses covers the core features of Bricks Builder, enabling users to design and develop responsive, visually appealing websites. Moreover, the courses are oriented to reinforce a focus on professional, scalable web development. Throughout the series, we focus our page-building instruction on the semantic and structural integrity of the pages in a responsive world. By the end of the 10-class series, participants will have a fundamental understanding of proper web page and website development.
**The breakdown of the 10-class series is as follows:**
* Class 01 - Survey of Page Builders / What Bricksbuilder Does For You
* Class 02 - Boxes, Boxes, Boxes / Sections / Containers
* Class 03 - Static Units / Relative Units / Responsive Development And Math Functions
* Class 04 - CSS Variables And DRY Development / Classes And Global Styling
* Class 05 - CSS Grid And CSS Flexbox
* Class 06 - Responsive Development / Breakpoints And Media Queries
* Class 07 - Effective Use Of Color / Effective Use Of Images
* Class 08 - Beginning To Think Dynamically / Using Templates And Components
* Class 09 - Dynamic Styling / Data Attributes And Attribute Selectors
* Class 10 - Pseudo Elements / Programmatically Styling With Pseudo Classes
Throughout the class sessions listed above, we cover the following key areas of web development with Bricks Builder:
* **Introduction to Bricks Builder Interface:**
* Familiarization with the builder's layout, including the toolbar, panel, and canvas, and understanding how to navigate and interact with its various components.
* **Visual Site Building:**
* Techniques for creating layouts using Bricks' drag-and-drop interface, incorporating sections, rows, columns, and elements to build page structures.
* **Styling and Design:**
* Utilizing Bricks' styling options to customize elements, apply global CSS classes for consistent design, and leverage features like Flexbox and CSS Grid for responsive layouts.
* **Dynamic Content and Custom Fields:**
* Integrating dynamic content from custom post types and custom field plugins (like ACF, Meta Box) to build data-driven websites.
* **Template Building:**
* Creating and managing reusable templates for headers, footers, post type layouts, and other site-wide elements.
* **Performance Optimization:**
* Understanding how Bricks Builder contributes to fast-loading websites and implementing performance best practices.
* **Advanced Features:**
* Depending on the class level, it might delve into advanced topics such as conditional logic, interactions, and custom code integration to enable more complex functionality.
The series aims to equip participants with the skills to efficiently build, customize, and maintain WordPress websites using Bricks Builder, catering to both beginners and experienced web developers.
Columbus Code & Coffee 85 @ Improving
Columbus Code & Coffee is an inclusive, informal co-working session. People of all skill levels attend, and we love it that way. Many people (optionally) bring projects to work on, and many other people (optionally) socialize the entire time. It's entirely up to you!
**What to Expect at the Intro Circle**
\~\~\~\~\~\~\~\~\~\~\~\~\~
Near the beginning of the event (1:30 pm), we do a standup:
* Organizer announcements, updates, and logistics
Round 1 - (7 secs max):
* Your name
* What you're working on
* What you can help others with
Round 2:
* Community events you wanna plug. If none, that's cool too.
Round 3:
* Job opportunities you're hiring for OR announce that you are looking for one. If none, that's cool.
After the introduction circle, everything is self-organized! Feel free to work alone, pair up, attend one of our workshops/presentations, or mingle!
DoJo (Informal Python Meeting)
**Latest Dojo Location!**
**Knotty Pine Brewing**
1765 W 3rd Ave,
Columbus, OH 43212
We're going to try a new dojo location for a few weeks and see how it works
Dojos are informal Python group study sessions where everyone interested in Python gathers to learn about Python, help others with Python, or just hang out. Everyone is welcome from Python beginners to experts. Bringing a laptop is encouraged (we'll have extension cords and power strips). If there's something you want to learn leave a comment on this invite so we can plan ahead.
We're looking for speakers for our Monthly Meetups! Fill out the form if you are interested in presenting to the Python Community.
https://forms.gle/ehSfUAC2WgR34Crq9
NSCoder Night
Bring your work or your hobby, hang out, and code with us.
Follow @buckeyecocoa for more information.





























