Coders
Meet other local people interested in Coders: share experiences, inspire and encourage each other! Join a Coders group.
6,764
members
9
groups
Largest Coders groups
Newest Coders groups
Frequently Asked Questions
Yes! Check out coders events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the coders events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find coders events near your location here. Connect with your local community and discover events within your area.
Coders Events Today
Join in-person Coders events happening right now
Claude Code for GTM (ABM focus)
# Claude Code for GTM — Live workshop in London 🇬🇧💥 BRING your Laptops! 👩💻👨💻
Most Claude Code events today are built **for engineers**. But marketers, growth teams, and GTM leaders are starting to realize something important:
**Claude Code can automate a huge portion of marketing workflows.**
From **ABM account list building, through ad creation based on your top performing ads, to landing page generation and results analysis and reporting -** Claude code can be the most powerful productivity multiplier for GTM teams.
BUT how to set it all up? 👀 🤷♀️
This live workshop will show **exactly how you can use Claude Code for GTM - Account Based Marketing (through LinkedIn specifically)**
No prior coding experience required! A team of experienced GTM
You will need a Claude account to get started.
Agenda:
6:30 - arrival and registration + pizza/snacks + networking
7:00 - 7:30 - environment setup
7:30 - 9 pm - Claude Code for GTM (ABM edition) hands-on workshop, covering topics like:
* How to automate outreach to most engaged accounts:
\- analyse your campaign & ad results using ZenABM API & Hubspot MCP \(free\) in Claude
\- generate personalized outreach copy based on intent signals
* How to use Clude Code for asset generation at scale: from personalized landing pages, through ads and videos
* How to use Clude Code for target account list building
9 pm - 10:00 Q & A and networking
Don't miss this opportunity to master one of the most powerful AI tools available!
All participants who stay till the end will get a certificate of completion, ZenABM credits, and a surprise gift bag from sponsors 💥
Venue: Central London, TBC soon!
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 .
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.
Founders, Co-Founders and Entrepreneurs for Startups & Professionals
**Welcome to Networx London!**
Are you a business owner, entrepreneur, or tech professional looking to build valuable connections?
Join a relaxed and engaging evening designed for leaders and innovators across industries. Whether you're a CEO, executive, investor, finance expert, IT professional, business professional, or aspiring founder, this is your space to connect with like-minded people and spark new opportunities.
We start at **6:30 PM** with a warm welcome and light icebreakers to get conversations flowing, followed by **open networking all evening**.
No formal pitches just real connections, fresh ideas, and meaningful relationships in a friendly, laid-back setting.
👉 **Join us on Luma for deeper connections and connect before the event even starts** [https://luma.com/ntl](https://luma.com/ntl)
📍 **Venue: The Sycamore, Holborn**
Located in the heart of London’s vibrant Holborn district, The Sycamore offers a modern and stylish setting with a relaxed, welcoming atmosphere—perfect for networking and socializing after work. Just steps from Holborn station, and easily reachable from Covent Garden, it provides an ideal environment for professionals to connect, share ideas, and enjoy great conversations over drinks.
Come join us, grab a drink, and grow your network—one meaningful conversation at a time.
📅 **Event Schedule**
**18:30 – 19:00 \| Welcome** Kick off with a warm intro and fun icebreakers to set the tone.
**19:00 – 19:30 \| Meet & Greet** Mingle and network in an open, friendly setting.
**19:30 – 21:30 \| Informal Networking** Free-flowing, informal networking all evening—no sales, no pressure. Just authentic connections with amazing people.
💼 **Bring Your Business Cards!** Want people to know what you do? Bring your business cards and share your story. It’s a great way for others to remember you and follow up after the event.
📝 **Have an idea for future events?** We want to hear from you! If there's a specific theme, industry focus, or type of event you’d love to see, let us know. We’ll have a dedicated space with a suggestion sheet where you can write down what you're looking for. Our team will review everything and work step-by-step to make it happen!
💡 **Why Attend?** Connect with Founders, Co-Founders, Entrepreneurs, and Startup Leaders in a relaxed and dynamic setting. Discover career opportunities, meet companies hiring top talent, and exchange insights with peers. Get inspired by new ideas and find partners, clients, or investors to grow your startup, project, or business.
**Who Should Attend:** This event is perfect for Founders, Co-Founders, Entrepreneurs, Startup Leaders, Investors, Finance Experts, IT Professionals, and Business Professionals looking to expand their network, grow their business, or gain fresh perspectives from a diverse mix of startup leaders and innovators.
**🎟 Tickets & Entry:** To avoid the venue getting overcrowded and ensure everyone enjoys an amazing night, we've introduced a small ticket price to keep things running smoothly.
**Limited spots!** Register today and hit
**Follow** for updates on future weekly events.
📸 **Event Photography** Please note that photos and videos may be taken for promotional purposes.
📸 \*\*Follow us on Instagram for updates and event news:\*\*👉 [@networxldn](https://www.instagram.com/networxldn/ "https://www.instagram.com/networxldn/")
🔗 \*\*Join our WhatsApp group to connect before and after the event:\*\*👉 [https://chat.whatsapp.com/GisOCaIiMeKEehV5Lv7qxg](https://chat.whatsapp.com/GisOCaIiMeKEehV5Lv7qxg "https://chat.whatsapp.com/GisOCaIiMeKEehV5Lv7qxg")
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!
Tech Startup Founders Networking Event: Find Your Co-Founders & Partners
**SPACES ARE LIMITED – BOOK YOUR TICKET BEFORE THE EVENT:**
**[https://www.eventbrite.co.uk/e/1983446105695?aff=oddtdtcreator](https://www.eventbrite.co.uk/e/1983446105695?aff=oddtdtcreator)**
Join us for the **Tech Startup Founders Networking Event**, an exclusive opportunity designed to connect tech founders with potential co-founders and strategic partners. This event is ideal for startup founders seeking to expand their teams, collaborate with like-minded individuals, and build partnerships that can accelerate their ventures.
**Event Highlights:**
**Co-Founder Matchmaking:** Find potential co-founders with complementary skills and shared visions to help take your startup to the next level.
**Partner Connections:** Meet strategic partners in areas like tech development, marketing, finance, and operations who can help accelerate your startup’s growth.
**Collaborative Networking:** Engage with like-minded founders and professionals in a relaxed, supportive setting designed to foster meaningful connections.
**Expert Insights:** Gain valuable advice and guidance from fellow founders who are navigating or have successfully navigated the startup journey.
**Collaborative Growth Opportunities:** Discover new collaboration opportunities that can address challenges and fuel your business’s expansion.
**Who Should Attend?**
* **Startup Founders:** If you’re looking for a co-founder or seeking to build partnerships, this event is for you. It’s the perfect chance to meet skilled professionals and like-minded entrepreneurs.
* **Aspiring Co-Founders:** Entrepreneurs or professionals eager to join a startup and apply their skills as co-founders can connect with visionary founders seeking collaborators.
* **Strategic Partners:** Business professionals offering services in tech development, marketing, operations, or finance who want to collaborate with innovative startups.
* **Investors and Advisors:** Individuals interested in supporting startups at the early growth stage can meet potential partners and explore opportunities for involvement.
**Why Attend?**
**Build Your Dream Team:** Find the perfect co-founder or strategic partner with the skills and experience needed to scale your startup.
**Expand Your Network:** Grow your connections within the tech startup ecosystem, creating opportunities for collaboration, investment, and shared resources.
**Access Growth Opportunities:** By networking with fellow founders and partners, you can uncover new ideas, solutions, and support that can help you overcome obstacles and accelerate your business growth.
**Gain Insight from Peers:** Learn from the experiences of other founders who have faced similar challenges, gaining valuable knowledge and inspiration for your own journey.
This event provides a unique platform for founders and professionals to connect, collaborate, and grow together. Don’t miss the chance to build the relationships that will help shape your startup’s future!
How our event works:
You are invited to join the dedicated Whatsapp group for the event and start networking before the actual event.
This event will be hosted till 9pm; the key to making the most of speed friending is to follow up with your contacts over time to develop friendships.
Dress code is either business or office attire or smart casual, no T-shirts, no trainers.
If you have any questions email contact@thebusinessminds.co.uk
Ticket for 1 person allows 1 person to enter the venue from 7pm
Business Minds is looking to connect with suitable venues for our networking events. So if you are a venue in central London and would be interested in a collaboration with us then please email us contact@thebusinessminds.co.uk
Please Note:
**Tickets need to be bought online and are not available at the door.**
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?*
Coders Events This Week
Discover what is happening in the next few days
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.
AI Meetup #1 - Builders Foundry London
For people who build software. **We focus on AI, design, engineering, cloud, and startups without the hype.**
No vendor pitches or buzzwords. Just real architectures, production lessons, and honest trade-offs. For engineers, architects, platform teams, and technical founders.
Join us for two practical talks and a roundtable & pizza.🍕
**🤖 1. Using GenAI to Re-Imagine City Development**
[Damian Bemben](https://www.linkedin.com/in/bemben/) \- Senior Software Engineer @ AdaMode
"Urban redevelopment is constrained by cost and slow iteration. This session explores using GenAI and image-to-3D to generate and test concepts in seconds, giving more people a voice in planning. Covers practical model integration and where these tools actually deliver value beyond “AI slop"
**🤖 2. Deploying Deep Learning in Real Healthcare Constraints**
[David Agbolade](https://www.linkedin.com/in/dagbolade/) \- Senior Data Scientist\, \| AI Researcher \| SheerFit Founder
"A system for automated radiology reports, built for environments with 1 radiologist per 1 million people. The model worked in the lab. Deployment exposed the real problems: data scarcity, bias, low budgets, and lack of trust.
Real trade-offs: shipping a prototype over a “proper” app, choosing speed over marginal accuracy, and training on imperfect data because perfect data never arrives.
**🤖 3. Round table**
[Tom Winstanley](https://www.linkedin.com/in/tomwinstanley/) \- CTO and Head of New Ventures in UK&I
Open discussion on shipping AI systems under real world constraints.
Questions. Trade offs. What we would do differently.
Founders Running Club :: London
**Founders Running Club (FRC)** brings founders, investors, tech, creative people and startup enthusiasts together for weekly easy runs and networking. We like to be comfortable when we run and finish with coffee and conversations. Choose your pace or follow a pacer—pets, friends, family, are welcome.
9:15 Bag drop at the Regent's Bar and Kitchen, Regent's Park:
https://maps.app.goo.gl/MmZdAVM8yXT9euKc7
9:30 Warm Up starts at the Inner Circle & York Bridge, South Gate: [https://maps.app.goo.gl/qw45ehLmDQY7maMD6](https://maps.app.goo.gl/qw45ehLmDQY7maMD6)
🗓️ Launched in San Francisco, July 16, 2022
🌍 Now in 27 cities
📅 Running + Networking events + Community
**Join the community [http://foundersrc.com/chats](http://foundersrc.com/chats)**
**Stay updated:**
**Instagram [http://instagram.com/foundersrc/](http://instagram.com/foundersrc/)**
**Podcast [http://podcast.foundersrc.com/](http://podcast.foundersrc.com/)**
**LinkedIn [http://linkedin.com/company/foundersrc/](http://linkedin.com/company/foundersrc/)**
**Strava [http://strava.com/clubs/foundersRC](http://strava.com/clubs/foundersRC)**
**Website [http://foundersrc.com/](http://foundersrc.com/)**
Women in Tech & Leadership London – First Meetup
**Women in Tech & Leadership London – First Meetup**
This will be our first informal meetup to bring people together thoughtful conversations.
We have booked a section off upstairs in The Crown & Two Chairmen which is a 3 minute walk from Tottenham Court Rd Station.
18:30 – arrivals & drinks / nibbles
19:00 – quick welcome
19:10 – introductions / informal conversation
20:00 – open discussion / networking
The goal of the group is simple: to create a space where people from different industries and backgrounds can connect, share experiences and learn from each other and support each other. If along the way we make some good friends then win - win
You do **not** need to work in tech or hold a leadership title to attend.
Allies are welcome and needed!
If you're curious about these topics or simply enjoy interesting conversations with thoughtful people, you're very welcome.
For the first meetup we're keeping things simple - just a relaxed evening to meet each other, have a drink and start building the community.
If you're comfortable, feel free to introduce yourself and share what you're working on or curious about.
Looking forward to meeting you all
React Advanced London Meetup
👋 General Info
Hey hey London folks,
Join us on **April 15** for a React meetup where we’ll dive into modern web tooling and AI-powered developer workflows — from rethinking how we deploy Next.js to exploring new ways of building with Claude Code. Expect practical insights, real-world examples, and great conversations with the community.
**To attend the meetup please ➡️➡️➡️ [REGISTER HERE](https://guild.host/events/react-advanced-london-vukgo9) ⬅️⬅️⬅️ via Guild.**
**🗣 Call for Proposals**
Have an idea or story to share? Submit your talk proposal through our [CFP form](https://forms.gle/rCiQ8Y4jajiC8AHMA) and take the stage at one of our upcoming meetups!
**🤝 Organized by**
This event made possible thanks to the support from [React Summit](https://reactsummit.com/), [JSNation](https://jsnation.com/) and [React Advanced London ](https://reactadvanced.com/)organizers – [GitNation](https://gitnation.com/).
**🤝 Sponsored by**
Huge thanks to our friends [Sentry](https://sentry.io/welcome/)!
Sentry is the only app monitoring platform built for developers that gets to the root cause for every issue. For software teams, Sentry is essential for monitoring application code quality. From Error tracking to Performance monitoring, developers can see clearer & solve quicker — from frontend to backend.
**🤝 Want to support our community?**
We’re looking for venue partners and sponsors for future meetups. Let’s discuss collaboration — [contact us](https://forms.gle/zWYxsanfbhV64dEr5)!
**🕑 Event Schedule**
18:00 - Doors open - snacks, beer, socialization
18:30 - Opening notes
**18:40 - Vinext: Deploy Next.js Without Next.js - [Jan Peer](https://www.linkedin.com/in/jpeer/)**
**19:05 - Mystery speaker 🎩**
19:30 - Break
**19:45 - Tandem: Collaborative Agent Canvas - [Amman Vedi](https://www.linkedin.com/in/ammanvedi/)**
20:10 - Networking, Open Mic Lightning Talks
Mingle until 21:00 pm
🗣️ **Talks**
➡️ **Vinext: Deploy Next.js Without Next.js - [Jan Peer](https://www.linkedin.com/in/jpeer/)**
*Next.js is a great framework - until you want to deploy it somewhere that isn't Vercel. vinext is a Vite plugin from Cloudflare that reimplements the Next.js API surface from scratch, so your existing app runs everywhere with a single command. In this talk, we'll look at why this exists, how Cloudflare built it in a week using AI, and how close to "drop-in replacement" it actually gets.*
➡️ **Tandem: Collaborative Agent Canvas - [Amman Vedi](https://www.linkedin.com/in/ammanvedi/)**
*Recently I have been building Menagerie a tool for dispatching many Claude Code agents to complete tasks in parallel while maintaining visibility of progress, status and outputs. agents can show you what they are doing to the web app via playwright and ask for help when the need it.*
*I think the future of engineering will be based on creating robust agentic systems and amid all the doom and gloom that can exist in the industry these days I want to paint a positive picture of the exciting engineering problems that actually lay ahead of us.*
*Along with this I'll describe what it has taken me to deploy a system like this, e.g. sandboxing, cursor compatibility, terminals over the network and also how i've made it fun to use (for example you can give your agent a cute avatar, and if you so choose also a top hat)*
—
**👍 Code of Conduct**
By registering for this event you agree to comply with our [CoC](https://gitnation.com/coc)
**📩 Contact**
[events@gitnation.org](mailto:events@gitnation.org)
[https://twitter.com/ReactAdvanced](https://twitter.com/ReactAdvanced)
[http://youtube.com/ReactConferences](http://youtube.com/ReactConferences)
[https://bsky.app/profile/reactadvanced.gitnation.org](https://bsky.app/profile/reactadvanced.gitnation.org)
🔥Instagram Post Automation by AI Workflow Workshop (In-Person)
### **Automate Your Instagram. Create With AI. No Code Needed.**
Join our hands-on, **3-hour in-venue workshop** where we build a complete **AI-powered Instagram automation system** using **n8n**, **ChatGPT**, and **Meta Developer tools**.
If you're an **influencer**, **social media marketer**, **content creator**, or someone who loves **no-code, low-code, or vibe-coding**, this workshop gives you everything you need to automate your content workflows from scratch.
***
## ⭐ **What You’ll Learn**
### **1️⃣ n8n Fundamentals – Quick & Practical**
* How n8n workflows work
* Trigger nodes, data flows, scheduling
* Running your first automation in minutes
### **2️⃣ Instagram Setup via Meta Developer Portal**
* Creating an app in Facebook Developer
* Connecting your Instagram Professional Account
* Granting correct permissions
* Making the account fully ready for automation
### **3️⃣ ChatGPT API Setup & Integration**
* Adding your API key
* Connecting ChatGPT to n8n
* Sending prompts + handling responses in real time
### **4️⃣ AI Content Creation**
* Generating Instagram captions with ChatGPT
* Creating hashtags, prompts, tone styles
* AI Image generation (photos, posts, mood graphics)
* Preparing assets for Instagram publishing
### **5️⃣ Automated Scheduling & Posting**
* Scheduling posts inside n8n
* Auto-posting images or carousels
* Error handling & optimization
* Scaling workflows for multiple accounts
***
## 🎯 **Workshop Goal**
You will leave with a fully functioning Instagram automation pipeline that can:
✔ Generate text with AI
✔ Create AI images
✔ Schedule posts
✔ Publish automatically to Instagram
✔ Run without writing code
***
## 👥 **Who Is This For?**
Perfect for:
* Influencers & creators
* Social media managers
* Marketers
* Entrepreneurs
* No-code / low-code builders
* Anyone curious about AI-driven content automation
No coding experience required — just bring your laptop.
***
## 🕒 **Event Details**
**Duration:** 3 hours (full practical workshop)
**Minimum attendees required:** 10 participants
**Format:** Hands-on, build-as-you-learn
**Bring:** Laptop + Instagram Professional Account + Meta Developer access
***
## 🎟 Why Join?
You will learn how to automate your social media presence using modern AI and no-code tools — giving you more time to focus on creativity and growth.
## ⭐ This workshop requires a minimum of 10 confirmed attendees.
If fewer than 10 participants register, the event will be cancelled and **all attendees will receive a 100% refund automatically**. No action is required from your side.
Coders Events Near You
Connect with your local Coders community
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!
NSCoder Night
Bring your work or your hobby, hang out, and code with us.
Follow @buckeyecocoa for more information.
[X-post, RSVP link in desc.] Global Azure - Columbus
Colombus Code & Coffee is thrilled to partner with Central Ohio Azure to put on the global Azure community day! RSVP here: https://www.meetup.com/central-ohio-azure/events/313484939/
View the session lineup and speakers at [Global Azure Columbus 2026](https://coazure.github.io/cbus-global-azure-2026/)
On **Saturday, April 18, 2026**, the Azure Columbus Meetup, DevOps Meetup, and Code and Coffee Meetup are hosting our local edition of Global Azure 2026. This is a free, community-driven event packed with learning, networking, and all things Microsoft Azure.
Whether you’re building modern cloud-native apps, experimenting with AI agents, deploying containers, automating infrastructure, or just beginning your Azure journey, this event is for you!
**What to Expect**
* Engaging technical sessions
* Real-world Azure architecture & cloud-native patterns
* AI, agents, automation, and modern DevOps
* Food and drinks (because learning burns calories)
* Time to connect with fellow engineers, architects, and cloud enthusiasts
**Who Should Attend?**
* Software engineers (any language, any stack)
* Cloud architects
* DevOps engineers
* Data professionals
* AI explorers
* Platform builders
* Anyone who loves solving hard problems with great tools
If you build, deploy, automate, scale, monitor, or optimize in Azure, you’ll feel right at home.
**Why Global Azure?**
Global Azure is a worldwide community event where Azure user groups host learning sessions on the same day across the globe. It’s grassroots. It’s technical. It’s practical. And it’s powered by people who genuinely love sharing what they’ve learned.
And yes, it’s free to attend!
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
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
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
Columbus HUG April
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/cbus-hug-2026/

























![[X-post, RSVP link in desc.] Global Azure - Columbus](https://secure.meetupstatic.com/photos/event/1/6/2/2/highres_533405666.webp?w=640)


