Skip to content

Coders

Meet other local people interested in Coders: share experiences, inspire and encourage each other! Join a Coders group.
pin icon
6,779
members
people1 icon
10
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

Code Green London February Meetup (Community Organised Event)
Code Green London February Meetup (Community Organised Event)
*Code Green London is an independently organised Green Software meetup sponsored by the Green Software Foundation.* Please join us for the latest Code Green London x Climate Action Tech meetup, sponsored by the Green Software Foundation! Code Green London is a community meetup group which aims to build the biggest green tech community in London. Join us on the 24th to learn about the latest in green software and network with London’s fantastic green tech community. Our event is designed to foster meaningful connections and collaborations that can lead to further developments in green tech and new partnerships between innovators in the field. Whether you're a seasoned green tech professional, an entrepreneur looking to launch a new venture, or simply interested in learning more about the latest developments in sustainability and technology, this is the place to be. ** The timings:** * 6:30 pm - 7:00 pm: Drinks & food * 7:00 pm - 8:30 pm: Talks + Q&A * 8:30 pm - 9 pm: Networking ** The talks** * **Lee Cameron, VP of Product, Octaipipe** OctaiPipe is a deep-tech company developing transferable control solutions for data centres, ensuring critical digital infrastructure is safe, secure, and sustainable. Lee Cameron, VP of Product, will present how OctaiPipe has used its in-house distributed AI platform to deliver its AI for Cooling Efficiency solution, and how the company will move beyond cooling towards a holistic data-centre optimiser using collaborative, federated AI. * **Mark Bjornsgaard,** **Founder and CEO, System Two Group** Mark Bjornsgaard is a founder and CEO who has grown numerous businesses from scratch to scale. Mark will be talking about heat reusing data centers, taking advantage of his experiences of founding Deep Green and Heatio, and how that is impacting the distribution of compute and the growth of edge. ** The sponsors:** * [Red Badger](https://red-badger.com/) Red Badger is the digital product transformation consultancy for blue chips and scale-ups. We work at the heart of organisations on the tough, complex challenges that get them close to customers. Making a positive impact where others fail, we embed new ways of working and build high performance platforms primed for innovation. Red Badger creates lasting business change through integrating robust product design with deep engineering expertise. * [Green Software Foundation](https://greensoftware.foundation/) The Green Software Foundation is a non-profit with the mission to create a trusted ecosystem of people, standards, tooling and best practices for building green software. ** The everything else:** At Code Green London, we believe that green tech has the power to create a better future for all of us. Join us on February 24th 2026 for an evening of learning, networking and collaboration towards building a more sustainable world. Follow [Code Green London on LinkedIn](https://www.linkedin.com/company/code-green-london/) to receive information about all upcoming Code Green London events. If you have inquiries or would like to get in touch, please contact us by email at codegreenlondon@gmail.com. If you are interested in getting involved with Climate Action Tech, you can find all the details [here](https://climateaction.tech/). Code Green London is an externally-organised group. All events are the responsibility of the organisers so please contact them if you have any questions.
London TypeScript: Arcade Social
London TypeScript: Arcade Social
London TypeScript is back! We’re kicking things off with a smaller, more relaxed social before announcing our first major event of 2026. Four Quarters is a great chain of retro arcade bars, with plenty of classic games and a laid-back atmosphere. Come along to play a few games, meet some fellow TypeScript fans, and most importantly, share your ideas and suggestions for the future of London TypeScript.
Startup Session #11 – What leaders won’t talk about, but need to know
Startup Session #11 – What leaders won’t talk about, but need to know
Tickets are now sold out for this event! Please join the waitlist, and you will get an email if a place becomes available. Leadership, Resilience, and Real-Time Performance with Atherio’s Ben Stocken **Date:** Tuesday 24th February 2026 6:15-9 PM UK Time **Location:** [1 Warwick by Maslow’s](https://share.google/MnxwD6w1PqaJ512K6) [Sign up here!](https://founders500.com/session/what-leaders-wont-talk-about-but-need-to-know/) Building a business is one of the hardest things you will ever do and one of the most rewarding. This evening is an honest, inspiring conversation for founders at any stage who want a real insight into what it actually takes to build, lead, and keep going. Set in the beautiful surroundings of Maslow’s, this is not a polished keynote or surface-level success story. It is a candid, interview-style conversation with Ben, founder of Atherio, about the realities of entrepreneurship, including the failures, the struggles, the wins, and the journey in between. ### Why This Event Matters Ben has spent over 20 years advising FTSE 250 companies and fast-growth businesses, and as the founder of Atherio, he knows first-hand the pressure of building something from the ground up. A former England Rugby coach and extreme endurance athlete, including summiting the world’s 10th deadliest mountain and completing the Marathon des Sables, Ben brings a rare perspective on leadership, resilience, and performance under pressure. This conversation will explore: * What Ben learned the hard way as a founder * Leadership mistakes, setbacks, and defining moments * What success really looks like beyond the highlight reel * How founders can lead themselves and their teams through uncertainty You will leave with practical insight, fresh perspective, and the reassurance that you are not alone on the journey. ### Event Flow **6:15 PM Doors Open** Join us for a welcome drink and relaxed networking at Maslow’s. **6:45 PM Interview with Ben** A candid, heart-to-heart conversation on founding, leadership, and growth. **8:15 PM Community Mix and Mingle** Stay for informal networking and meaningful conversations with fellow founders. **9:00 PM Doors Close** ### Who Should Attend * Founders at any stage, from idea to scale * Entrepreneurs navigating challenges or growth * Leaders curious about the real journey behind building a business Come as you are. Learn from lived experience. Leave inspired, grounded, and connected. *** Thank you to our founding partner [Signal](https://www.thesignalgroup.com/signal-ventures) for making this event happen.\ [Sign up for the event here!](https://founders500.com/session/what-leaders-wont-talk-about-but-need-to-know/)
LDNUG February 2026 with Guillaume Faas and Jenny Martin
LDNUG February 2026 with Guillaume Faas and Jenny Martin
Happy 2026! Our first meetup of the year will be back at Zühlke's offices near Old Street, with Guillaume Faas talking about better ways to handle exceptions, Jenny Martin talking about taming complexity with OOPSI, plus the usual drinks, snacks, and plenty of time to chat. Doors 18:30, the first talk starts at 19:00 and we'll be done and heading to the pub at 21:00 to continue the conversation. **Guillaume Faas: Throw exceptions... out of your codebase** Throwing exceptions is often used to handle errors, validations, and other specific use cases. It is considered by many to be the standard way of indicating a failure and providing feedback to the caller. However, this approach can cause significant issues like being hard to detect, obfuscating the flow or leaving the system invalid. In this talk, I want to show you a faster alternative that offers more transparency and predictability. We will see how to integrate ideas from the Functional paradigm, such as "Monads", into an Object-Oriented codebase using a real-life project: Vonage's open-source .NET SDK. This talk will be the perfect opportunity to show you what they are and how easy they are to use. **Guillaume Faas** is a Senior .Net Developer Advocate at Vonage, based in Thionville, France. In recent years, Guillaume has focused on sharing my experience through mentoring, public speaking, and open-source contributions; all aimed at helping teams grow and build sustainable software. With nearly 15 years of experience in .NET development, he's worked across industries as an engineer, coach, and now developer advocate. His current focus is on developer experience: building SDKs, writing approachable technical content, and speaking at conferences around the world. **Jenny Martin: OOPSI: Making Sense of Complexity** OOPSI stands for outcomes, outputs, process, scenarios, inputs. It’s a flexible, easy-to-use collaboration framework that helps agile and product development teams cut through complexity and focus on value. OOPSI is timely because it maximises the intrinsically human aspects of effective delivery, helping teams understand how and when to collaborate, while producing lean, example-driven artefacts that clarify scope and intent so both people and automation can work more effectively. In this talk, you’ll learn how to apply OOPSI to strengthen shared understanding, clarify assumptions, and support testable delivery, using a detailed, end-to-end example. **Jenny Martin** is a practitioner, facilitator, and product discovery specialist with over 25 years’ experience working at the intersection of technology, delivery, and human behaviour. She has spent more than 15 years working with Agile and modern product development teams, helping them make sense of complexity and build shared understanding. Known as The Collaboration Coach, Jenny focuses on practical collaboration that supports effective delivery. She is currently writing a book on OOPSI.
Emacs London meetup
Emacs London meetup
Join us at our next Emacs London meetup held at University College London (UCL) on Tuesday 24 February. 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
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/1980803446430?aff=oddtdtcreator](https://www.eventbrite.co.uk/e/1980803446430?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.**
Ever wondered how millions of journeys stay on track? 🚂💨
Ever wondered how millions of journeys stay on track? 🚂💨
**This event is open to current university students only. Unfortunately, non-students will not be admitted. Thank you for your understanding.** Join **AWS Cloud Club** for an exclusive deep dive with **Viola Harperath**, Software Engineer at **Trainline**! We’re peeling back the curtain on how one of the world’s leading travel platforms leverages AWS to power seamless travel for millions. Whether you’re interested in cloud architecture, the current tech industry outlook, or just want to hear from someone crushing it in the field, this is for you. * **When:** Tuesday\, Feb 24th \| 6 PM \- 7 PM * **Where:** Clerkenwell Campus - Ada Lovelace - A309 * **Bonus:** We’ve got **AWS Cloud Club Merchandise**! Don't miss out on the chance to network and level up your cloud knowledge. See you there!

Coders Events This Week

Discover what is happening in the next few days

freeCodeCamp x Encode | AI - Workshop: Demystifying OpenClaw, the New AI Agent
freeCodeCamp x Encode | AI - Workshop: Demystifying OpenClaw, the New AI Agent
# ​Beginners Hands-On Workshop: Demystifying OpenClaw, the New Personal AI Everyone's Talking About: The Good, The Bad & The Sloppy **Registration to this event is only valid through the Luma platform: [https://luma.com/wy7xdrca?utm_source=meetup-dot-com](https://luma.com/wy7xdrca?utm_source=meetup-dot-com)** Hello everyone! Due to popular demand we are going to run a full OpenClaw (previously known as Clawdbot/Moltbot) event! Join us on **Thursday, 26 Feb**. This would be our 5th event in our series of **local-first, open-source** **AIs** therefore we will try our best to avoid connecting OpenClaw to any cloud-based AI model and keep everything private. We will focus on the good (useful ways of automating things with it), the bad (the rough edges of OpenClaw, security wise) and the sloppy (the danger of creating too much low-quality content especially since the Internet is full of that type of content). This workshop is open to all levels, from beginners to experts. Bring your laptop (make sure it's fully charged if possible as local LLMs tend to be power-hungry), and, don't forget to bring your coding gear (hoodie). We will try to run A.I. models on the mobile phone as well so feel free to bring your phone fully charged with a little bit of free storage space. This workshop will be accompanied by Sam W. & Joon-sang L. (the founders of Pentaform). Since the recommended way to run OpenClaw is on its own dedicated hardware and since there are people at Encode specialised in building mini-PCs, what better way to close the night than to hear about various hardware options and to see what Pentaform is building. See you there! *** ## Prerequisite First and foremost\*\*, VERY IMPORTANT\*\*, a VM (Virtual Machine) system like Docker/UTM for MacOs or WSL for Windows. Lastly, a local install of Ollama / LMStudio (but if you don't have any of that, don't worry, come a bit early and we will help set you up). Ideally you should check the slides from the previous event to set up Ollama locally: [https://andysign.github.io/ai-london-01/](https://andysign.github.io/ai-london-01/) Not related but still interesting, the second slide deck about flows with LangFlow (you should know how to access it if you've been to the last workshop, if not join the Discord and ask us): [https://andysign.github.io/ai-london-02/](https://andysign.github.io/ai-london-02/) There is a third deck, also not related (about personal RAGs w/ AnythingLLM): [https://andysign.github.io/ai-london-03/](https://andysign.github.io/ai-london-03/) And a forth deck, this one is slightly related (about AI-powered browsers): [https://andysign.github.io/ai-london-04/](https://andysign.github.io/ai-london-04/) *** ## Agenda for the evening (Subject to change) **18:00 - 18:30 Arrival and networking** Mingle with fellow developers over refreshments. **18:30 - 18:45 Introductions (What is Local-First?)** Learn about self-hosted, local AI models and why we use them. **18:45 - 19:40 Workshop** ​Hands-on technical workshop (if you are non-technical it's OK, tag along). **19:40 - 20:15 Pentaform and Local AI** **20:15 - 21:00 Networking** **21:00 - Closing remarks and follow-up** **END:** Carry on the fun at a nearby pub which is right around the corner. *** ## Event Venue We'd like to extend a heartfelt thank you to **Encode Club**. [Encode Club ](http://encode.club)has spent over five years fostering a global community of developers, researchers, and founders in Web3, AI, and emerging technologies. The [Encode Hub](http://hub.encode.club) brings everything together under one roof, providing a dedicated environment for collaboration and innovation through meetups, co-working, and in-person events. *** ##
Founders Running Club :: London
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/)**
LJC Meetup at Capital One
LJC Meetup at Capital One
**Please register on [Eventbrite](https://www.eventbrite.co.uk/e/ljc-meetup-at-capital-one-tickets-1981939102207) to join this event.** **About this event** LJC Meet-ups is a new series of events, aimed at giving all Community members an opportunity to present at an LJC event. Join us on 26th February 2026 for a London Java Community meetup hosted at Capital One. This event brings together practitioners exploring what it means to build modern, cloud‑native platforms and work effectively with AI‑powered development tools. As cloud adoption matures and AI coding agents become embedded in engineering workflows, this evening focuses on two critical themes: architecting for cloud‑native efficiency and leveraging AI agents more effectively in real‑world development. **Talk 1 – Tom Clifford‑Clarke, Lead Software Development Engineer at Capital One** *Keeping our heads in the cloud, using AI agents on the ground* Many organisations operate entirely in the cloud — but far fewer are truly cloud‑native. As architectures evolve and AI becomes a core concern, the gap between “running in the cloud” and “optimising for it” becomes increasingly costly. Tom explores why robust architectural patterns and standards are non‑negotiable today. Drawing on Capital One’s journey, he’ll cover practical approaches to Event‑Driven Architecture, serverless adoption, and service cataloguing strategies that unlock scalability, efficiency, and AI readiness — while improving the developer experience. **Talk 2 – Steve Poole, Community Director at LJC** *AI-Assisted Development and the New Risk Surface* AI-assisted coding is now a standard part of development. It accelerates delivery and reduces friction, but it also changes how risk enters our codebases. AI models replicate patterns at scale, including insecure defaults, outdated practices, and subtle flaws. In some cases, attackers can influence public training data or open-source projects, allowing weaknesses to spread quietly through tools and libraries developers trust. This talk looks at how AI-generated code fits into the modern software supply chain, and how speed, automation, and trust can be exploited. We'll examine how vulnerabilities slip past reviews, why unvetted AI output can bypass safeguards, and what these failures look like in real systems. With real-world examples, we'll focus on practical ways to review, test, and integrate AI-generated code responsibly. Strengthening your workflow instead of undermining it. AI isn't the problem. Unexamined automation is. The goal is not fear, but sharper judgment about when AI is helping, and when it needs a closer look. **Speaker Bios** **Tom Clifford‑Clarke** Lead Software Development Engineer at Capital One. Tom’s background spans large‑scale corporate software, end‑user products, and custom delivery tooling. He now focuses on cloud productivity engineering — improving developer experience and enabling teams to build high‑quality software at a sustainable pace. LinkedIn: [https://www.linkedin.com/in/tbc2/](https://www.linkedin.com/in/tbc2/) **Steve Poole** Community Director for the London Java Community. Steve is a Developer Advocate, DevOps practitioner and a long time Java developer, leader and evangelist. He’s been working on Java SDKs and JVMs since Java was less than one year old. Linkedin: [https://www.linkedin.com/in/noregressions/](https://www.linkedin.com/in/noregressions/) Huge thanks to our friends at **Capital One** for sponsoring this event and supporting our Community. This event is organised by RecWorks on behalf of the London Java Community. The London Java Community is sponsored by Hazelcast, Neo4j, Redis, and Discover
London PyTorch #24: Infrastructure for AI
London PyTorch #24: Infrastructure for AI
Join us on February 25th for talks from engineers at **Nebius, Fireworks AI,** **Together AI** and **Cerebras** \- four companies working on distinct approaches to AI infrastructure\, from cloud\-native training platforms to custom silicon\. Topics: * **Nebius** \- Tips and tricks for Training High\-Performance Speculators by Filipp Fisin * **Fireworks AI** \- LLM evaluations and closing the benchmark\-to\-production gap by Shaunak Godbole * **Cerebras -** Technology underpinning the fastest inference by Dmitry Gaynullin * **Together AI** \- Road to 5M Sequence Length: Breaking Memory Barriers in Context Parallelism by Max Ryabinin If you’d like to give a talk or become a partner for one of the upcoming meetups, message [https://www.linkedin.com/in/fedorshabashev/](https://www.linkedin.com/in/fedorshabashev/) or [https://www.linkedin.com/in/kirzharov/](https://www.linkedin.com/in/kirzharov/) In the meantime, you can watch the previously recorded talks: [https://youtube.com/@londonpytorchmeetup](https://youtube.com/@londonpytorchmeetup) Please subscribe to our channel! ❤️
Agentic AI in Data Pipelines
Agentic AI in Data Pipelines
In February, we are taking a look at what is happening with agentic AI and data pipelines Join us in lively Hoxton as we learn from Carmen's and Laura's learning from real-world experiences with agentic AI systems in data pipelines. We are running this event in collaboration with **[Sahaj Software](http://www.sahaj.ai)**. **6pm:** Doors Open **6:30pm:** Talks Start ️The Speakers️ ***Beyond the Hype: Practical AI for Real-World Data Engineering Time Sinks*** ***Carmen Mardiros, Solution Consultant at*** ***[Sahaj Software](https://www.sahaj.ai/)*** ***([Carmen's LinkedIn](https://www.linkedin.com/in/carmenmardiros/))*** ***Abstract*:** While the world is obsessed with agentic self-healing ETL pipelines, data engineers everywhere still spend hours upon hours on the same tasks as before -- debugging failing tests, exposing new fields into pipelines, navigating schema changes, QA-ing data and business logic. In this session we'll look at some practical examples from the trenches around how to shrink those time sinks using AI coding assistants so that you can spend more time on what really matters. Examples are dbt-based and Claude Code but accompanied by core tenets applicable to any stack and any coding assistant. ***Carmen's Bio:*** Carmen Mardiros has worked around analytics and data for 15 years. Her experience covers areas such as Data architecture design and implementation and has worked in roles that cover Data Strategist, Lead Data Engineer, Data Warehouse Architect, Tracking Developer, Product/Project Manager, Technical BA, Insight Analyst, Data Modeller. ***Agentic AI for Data Pipelines: Our Good, Bad, and Ugly Learnings*** ***Laura Bogaert, Co-Founder and COO at [Tracer.cloud](https://www.tracer.cloud/)*** ***([Laura's LinkedIn](https://www.linkedin.com/in/laura-bogaert/))*** ***Abstract:*** As teams move from single models to agentic systems, data pipelines present a uniquely hard production challenge: failures are distributed, context is fragmented, and root-cause analysis is slow. This talk shares practical learnings from building agentic AI systems for troubleshooting real-world data pipelines, including what worked, what didn’t, and why data ontology and context management are critical. Attendees will leave with concrete insights into designing agentic architectures that actually hold up in production. ***Laura's Bio:*** Laura is a co-founder of [Tracer.cloud](http://tracer.cloud/), where she works on building agentic AI systems for alert investigation in production data pipelines across industries. She started her career at McKinsey as part of the fintech and biopharmaceutical team working on AI strategy and M&A. She holds a BSc from University College London and a MSc from Oxford University. **8pm:** Talks finish. We have the space for networking until 9pm. There will be a short break between the talks. Afterwards, we may head to a pub to continue chatting. You can sign up by subscribing to this event **IMPORTANT**: Please make sure to have a ***valid form of ID***. See you all on the 26th February Happy Networking **About our collaborators**: [Sahaj](https://www.sahaj.ai/) is an artisanal technology services company crafting purpose-built AI and data-led solutions for our clients. By attending this event, you agree to abide by our rules of conduct: * Respect others' opinions which may differ from your own. * Keep it appropriate - no harassment of fellow attendees will be tolerated. * If you see something or have a complaint, please reach out to one of the organisers on LinkedIn or email events@dataengineerslondon.com.
Significant Terms and GenAI Games with Elastic and Microsoft
Significant Terms and GenAI Games with Elastic and Microsoft
Join us **the night before Elastic{ON} London** for an exclusive meetup, a perfect warm-up to the big day ahead! This is your chance to connect with the Elastic community, mingle with fellow attendees, and get energized for a full day of presentations at Elastic{ON} London. Don’t miss out! Register for the meetup and make sure you’ve also signed up for [Elastic{ON} London](https://www.elastic.co/events/elasticon/london) as well to experience a full day of learning and networking! **Date and Time:** Wednesday, February 25, from 6:00-8:30 PM **Location:** Davidson Building Address: 1st floor, 5 Southampton St, London WC2E 7HA Note: please use Exeter St entrance as the main entrance is closed after 6pm **Agenda:** * 6:00 pm: Doors open; say hi and eat some food * 6:30 pm: #Talk 1 - Re-thinking significant term discovery Mark Harwood - Ex-Elastic Core Developer and Lucene committer * 7:00 pm: Q&A * 7:10 pm: #Talk 2 - From Specs to Play: How I Built a Generative AI Game with Elastic + Microsoft AI Mike Richter - Principal Partner Solution Architect at Microsoft * 7:30 pm: Q&A * 7:40 pm: Networking and event wrap-up * 8:30 pm: Event close If you’re a long-time Elastic user or just starting your journey, this is the perfect opportunity to share ideas, meet new people, and get inspired. Invite your friends and RSVP on this page! **⚡️ Interested in giving a talk? ⚡️** Have you ever considered presenting on your Elastic use case? We welcome 5-10 minute lightning talks, 45-minute deep dives, and everything in between. If you're interested, please submit via our [CFP](https://sessionize.com/elastic-meetups/) or send us an email at [meetups@elastic.co.](http://meetups@elastic.co./)
AI Security Night
AI Security Night
Hey everyone, We’re back with a new identity—but the same mission: helping builders create trustworthy AI-powered applications. Our agenda is now final for our next meetup on Feb 26th. Don't forget to **RSVP now.** If you’d like to get on stage and deliver a talk at one of our next editions, just reach out—we’d love to hear from you. **“Securing Vibe Coding: Addressing the Security Challenges of AI-Generated Code”** As AI coding tools become embedded in daily development, they bring both a new wave of productivity and new security risks. In this session, Sonya will break down the security implications of Vibe Coding and share actionable strategies to secure AI-generated code at scale. **Speaker – Sonya Moisset - Snyk** Sonya is a Staff Security Advocate and a lifelong traveler who lived in the Middle-East, North Africa and East Asia. She’s passionate about Cybersecurity, DevSecOps and AI. She’s part of the OpenUK Security Advisory Board, an OpenUK ambassador and 2x OpenUK Honoree, 5x Github Star, 6x Top contributor for freeCodeCamp, TryHackMe room creator, 3x CyberGirls fellowship mentor, ambassador for Girlcode, and 2022 TechWomen100. Sonya is a DevSecOps/AI Security Advocate, an international public speaker, a tech advocate and mentor. Her motto is #GetSecure, #BeSecure & #StaySecure. **“The challenges of LLM created code, and creating tools for LLMs”** Where our speaker will describe many of the challenges this causes, and what \*you\* can do about it **Speaker – Richard Tweed - Tessl** Richard is a Member of Technical Staff at Tessl, focusing on Security and Infrastructure. He's using and misusing LLM agents to better secure them and the products containing them

Coders Events Near You

Connect with your local Coders community

NSCoder Night
NSCoder Night
Bring your work or your hobby, hang out, and code with us. Follow @buckeyecocoa for more information.
Columbus Code & Coffee 84 @ Improving
Columbus Code & Coffee 84 @ 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!
Spec-Driven Development with GitHub Spec-Kit - Barret Blake
Spec-Driven Development with GitHub Spec-Kit - Barret Blake
**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** *Spec-Driven Development with GitHub Spec-Kit: From Intent to Implementation* Spec-driven development flips the traditional workflow on its head: instead of code being the source of truth, the specification becomes the backbone of design, collaboration, and delivery. In this session, we’ll explore how GitHub Spec-Kit enables teams to treat specifications as first-class artifacts—living documents that drive architecture, implementation, and verification. You’ll learn how Spec-Kit helps teams clearly express intent using structured, version-controlled specs that live alongside code. We’ll walk through a practical workflow that starts with defining system behavior and constraints, then progressively refines those specs into testable, automatable outcomes. Along the way, we’ll show how specs can reduce ambiguity, improve cross-functional collaboration, and make design decisions explicit before a single line of production code is written. This talk will cover: --What spec-driven development is (and what it isn’t) --How GitHub Spec-Kit fits into modern developer workflows --Using specs to align product, engineering, and AI-assisted development --Real-world examples of turning specs into implementations with confidence Whether you’re building greenfield systems, integrating AI into your stack, or trying to reduce costly rework, spec-driven development offers a scalable way to move faster without sacrificing clarity. Attendees will leave with concrete patterns and a clear mental model for adopting GitHub Spec-Kit in their own projects. **YouTube Link** TBA
Sip & Read: *Founder Edition* Meetup: Book/Venue TBD
Sip & Read: *Founder Edition* Meetup: Book/Venue TBD
Calling all founders, CEOs, lawyers, doctors, and entrepreneurs to join our special *Founder Edition* of Sip & Read meetup event. Let's sip on fine wine and discuss our first book **The 5AM Club- Own Your Morning Elevate Your Life, by Robin Sharma**. We will pair this book with our favorite wine at **Wine on High** and engage in thought-provoking discussions on startup businesses and entrepreneurship, and network with like-minded individuals in a cozy book club setting. Come prepared to discuss this month's book. At the end of each book club meeting, we will take next book and venue suggestions from the participants for the next meeting. Whether you are a book lover, women entrepreneur, or a content creator, this event is perfect for sharing ideas and insights with other funders and founders in the entrepreneurial world. Don't miss out on this unique opportunity to connect, learn, and grow together. Sign up now to reserve your spot! *Fun fact! This meetup was established in 2015 and had over 1,000 members. I had to shut down operations while attending law school, but we're back!!*
Cocoaheads
Cocoaheads
Come out to Improving for our monthly iOS and Mac meetings. This Month's Presentation: Nothing yet. (You should volunteer). What is Cocoaheads (http://cocoaheads.org/)? CocoaHeads is a group devoted to discussion of Apple Computer's Cocoa Framework for programming on MacOS X and iOS (including the iPhone, iPad and Apple Watch). During monthly meetings, members present on their projects and offer tutorials on various programming topics. What is BuckeyeCocoa (http://buckeyecocoa.org/)? BuckeyeCocoa is a group of Objective-C/Swift developers/enthusiasts. We host monthly Cocoaheads and near-weekly NSCoder meetings in Columbus, Ohio. The meetings are free to attend. Presentations! Presenters welcome! We are always in need of people willing to present material. Any Swift and/or Objective-C related topic is welcome. Times can be 5 minutes (i.e. lightning talks) to a maximum of 2 hours. Interested? Contact info is on the BuckeyeCocoa website. To volunteer for a presentation contact us at @BuckeyeCocoa on Twitter. Follow us on Twitter! @BuckeyeCocoa (https://twitter.com/#!/Buckeyecocoa/) For more information: http://buckeyecocoa.org/
DoJo (Informal Python Meeting)
DoJo (Informal Python Meeting)
**New Dojo Location!** **Draft Day Columbus** 1130 Dublin Road Columbus, OH 43215 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 topic suggestions and people interested in presenting at our monthly meetings. To this end we've set up a survey form at [https://docs.google.com/forms/d/15eBKF1nQQ2XS5gzD4rvhVRHMBEj7lJtHuA9wXupS3Uc](https://docs.google.com/forms/d/15eBKF1nQQ2XS5gzD4rvhVRHMBEj7lJtHuA9wXupS3Uc)
Go Build & Learn
Go Build & Learn
Meeting @ Improving's office in Downtown Columbus, near Cosi. Parking is paid, food & drink are free! This time we're hanging out after the long winter break. We are going to look at a group-member's project used to help learn the fundamentals of Go, and if time allows, we can take a look at how we like to build Go projects using AI.