Skip to content

Data Mining

Meet other local people interested in Data Mining: share experiences, inspire and encourage each other! Join a Data Mining group.
pin icon
15,042
members
people1 icon
14
groups

Frequently Asked Questions

Yes! Check out data mining events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the data mining events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find data mining events near your location here. Connect with your local community and discover events within your area.

Data Mining Events Today

Join in-person Data Mining events happening right now

Usergroup Meetup #11 (at twoday in Copenhagen)
Usergroup Meetup #11 (at twoday in Copenhagen)
Welcome to the #11 meetup of the Databricks User Group Denmark! We’re excited to kick off the first meetup of the year 2026! We've got two exciting talks lined up for you this time. First, Christian will introduce Lakebridge which is a solution that might be exactly what you need if you've got legacy code you're looking to migrate to Databricks. Then, Eduardu will take the stage to share how DSV leverages Databricks to handle their massive data demands. **Date and time:** 24th February 2026 17:00-20:00. **Venue:** twoday A/S, Sundkaj 125, 2150 København **Agenda:** 17:00 – 17:10 Doors open / coffee 17:10 – 17:20 Welcome by twoday 17:20 – 18:20 Migrating to Databricks with Lakebridge? –The functionality of the toolset and look at practical applications and learnings from actual implementations Speaker: Kristian Johannesen, Consulting Manager & Senior Business Analytics Architect Data Platform @ twoday 18:20 – 18:50 Food and Network 18:50 – 19:50 DSV Databricks Story Speaker: Eduardo Cruz, Senior Team Lead, Data Foundation, Centre of Insights & Analytics Group Finance @ DSV 19:50 – 20:00 Wrap-up / next meetup **Parking**: There are nearby public parkings like P-kælder Kronløbsøen. Remember to start your parking app. **Information:** * This agenda is subject to change. * The meeting is in-person. * We will have vegeterian option. * If you have food allergies, let us know by sending email farzad.bonabi@twoday.com
Immutable OS with Containers & Beyond Cloud-Managed Kubernetes
Immutable OS with Containers & Beyond Cloud-Managed Kubernetes
Join us for the Februar 2026 edition of **Cloud Native Copenhagen**, kindly hosted by **Velliv**. **Agenda** 16:30 Doors open, find a seat, network, enjoy 17:00 Welcome by the Cloud Native Copenhagen 17:05 Welcome by Velliv 17:15 Talk 1 - Building immutable operating systems using container technology 18:00 Break with food and drinks 18:45 Talk 2 - We Broke Free From Cloud-Managed Kubernetes: Now What? 20:00 Thank you for today Talk 1: **Building immutable operating systems using container technology** Speaker: Martin Skøtt and Michael Bang from RedHat Bootable containers bring the benefits of containers and immutability to traditional VMs and physical machines. How can you benefit from this in your own environment? The immutability requires you to think differently when it comes to updates and organization of your applications. In this session we will show how bootable containers work and what to be aware of. Talk 2: **We Broke Free From Cloud-Managed Kubernetes: Now What?** Speaker: Kārlis Akots Gribulis and Per Hedegaard Christiansen from Saxo Bank Have you ever wondered what happens after moving from cloud-managed Kubernetes to self-hosted clusters? One year into Saxo Bank’s journey, we’re sharing the full story: what worked, what surprised us, and what we would do differently.
How does a coding agent work and the hidden security hero in .NET!
How does a coding agent work and the hidden security hero in .NET!
**Welcome to .NET Skåne February 2026 edition!** We are very happy to invite you to Ductus and an evening with our MVP Tore Nestenius! Join us for an evening filled with two insightful presentations from Tore and one surprise talk from Jonah Andersson as well as networking and great company. This event is free to attend and there will be free drinks and food. We hope to see you there! **IMPORTANT**: If you have signed up to the event but can't make for some reason please cancel your spot in good time before the event so the spot is free for someone else to attend. **Agenda:** **How Does a Coding Agent Work?** (Tore Nestenius) Coding agents are increasingly used to automate software tasks, yet how they actually work is often treated as a black box. This talk breaks a coding agent down into its core mechanics: how it is structured, how it communicates with a language model, and how a text-only model can read and modify real source code. We will cover: \* what a coding agent is, mechanically \* how agents communicate with language models \* how tools and MCP calls are executed \* how a text-only model works with source code \* how to build a basic coding agent in C# **The Anatomy of MCP Server: A Developer’s Perspective** (Jonah Andersson) What does it really take to build an MCP server from scratch? In this session, we learn the anatomy of the Model Context Protocol (MCP) in the perspective for development from local to cloud — from how MCP different from API, how to build it, test it locally and deploy it on an app hosted on Azure. Using Azure Functions with the MCP Tool Trigger extension for .NET, in this short session you will learn how to build a working MCP server step by step. You’ll leave with a clear mental model of how MCP servers work under the hood and the confidence to build your own. **The Data Protection API: The Hidden Security Hero in ASP.NET Core** (Tore Nestenius) The Data Protection API protects authentication cookies, anti-forgery tokens, and other sensitive data in ASP.NET Core. It often “just works” in development, but in production it can cause broken logins and random sign-outs after redeployments or when scaling out behind a load balancer. This session explains Data Protection from a production-first perspective. We will cover how key rings are created and rotated, why multi-instance setups fail, how purpose strings affect isolation and interoperability, and how to safely share authentication cookies across services. **About the speakers:** [Tore Nestenius](https://www.linkedin.com/in/torenestenius) Tore is a Microsoft \.NET MVP\, an Azure\-certified developer\, and an expert in areas like CQRS and event\-sourcing\, as well as web security and IdentityServer\. Tore regularly shares his knowledge about \.NET on his \[blog\]\(https://nestenius\.se\)\, focusing on security\, Azure cloud\, and authentication\. [Jonah Andersson](http://www.linkedin.com/in/jonahandersson) Jonah Andersson is a Developer and Lead Cloud DevOps Engineer based in Sweden. She works as a Senior Azure Consultant. With a background in Computer Science and System Development, Jonah specializes in .NET technologies and excels in cloud development, particularly within Microsoft Azure. **Host:** [Ductus](https://ductus.global/) Tech Consulting with Expertise and Compassion Ductus is a solution-oriented partner with a breadth of skills across digitalization. Our know-how, business acumen and a down-to-earth way of working ensure smooth and successful collaborations. Join our [Discord server](https://discord.gg/w3gtJPjHUu) or our [GitHub repo](https://github.com/dotnetskane).
MF#K: What's in a webapp?
MF#K: What's in a webapp?
*Talk by Joakim Ahnfelt-Rønne and Michael Flænø Werk* What's the set of features you need to build a production webapp? In this talk we build a minimal but feature-complete (or is it?) webapp in our functional-imperative hybrid web language, Firefly, packing in the features we think are essential: Route-based bundling, server side rendering with hydration, declarative DOM, scoped CSS, WebSockets, serialization, typed RPC, and more. *As usual, there's mingling at the local bar after the talk.*
DEAR WORLD RUNS: Social Run - run the city. meet the world.
DEAR WORLD RUNS: Social Run - run the city. meet the world.
**RUN THE CITY. MEET THE WORLD.** We launched something new - and what a success it was! With up to 40 people we run beautiful routes through Copenhagen on our social runs - and you're invited to be part of the next edition and kick off the New Year full of energy. **DEAR WORLD RUNS** is for those who want to move, connect, and feel the city in motion. Whether you're a regular runner or just curious to join, this is your moment. ‍♂️ **The Run** • Friendly but fun pace - we go easy on the first one, but with ambition • Approx. 5–6 km, accessible for most • You don’t need to be “fast” - just bring energy ☕ **The Vibe** • Post-run coffee/tea included & hangout at Nomad Day Bar in the 25hours hotel on beautiful Paper Island • Come solo or bring a friend - we’ll make it social • Led by the Dear World crew you can leave your belongings that you don’t want to take along the run with the venue which will secure it while we are gone. **Where & When** Nomad Day Bar / 25hours Hotel Paper Island ️ Tuesday every 2 weeks 18:00H sharp (meet from 17:45) **We run the city - join us.** Let’s make this the start of something that moves us all. #DWRuns #DearWorldCPH
Februar 2026, WordPress Meetup
Februar 2026, WordPress Meetup
**Dagens emne** Vi vil tale om fremtiden for WordPress, og måske vil der være et oplæg om Vibe Coding. \*\*\* ***Please notice! The meetups are a danish speaking event. Some presentations might be in english, but only if mentioned. If you need help or support it can be given in english of course.*** \*\*\* Det er helt gratis at deltage. Vi holder det i Vesterbro Bibliotek og Kulturhus. Hvis du kan tilbyde et sted at afholde det så kontakt arrangøren. **Emner** Hvis du har nogle ideer eller selv vil præsentere noget, så skriv det i kommentarerne. **Mad/drikke** Der vil være te, kaffe og vand og pizza. Handicap: Ja, der er elevator. **Om vores meetups** Nogle gange er der præsentationer, og andre gange er det bare workshop. Der er altid tid til at netværke. \*\*\* In english: Meetups are held in Danish. On rare occasions in English if a presenter prefers that. All meetups are free to attend. If you can offer a meetup venue for a future meetup, please contact the organiser. Topics: If you have any ideas or would like to present something to the group, write in the comments. Language: In English/Danish, depending on the attendees. Usually in danish. Food/drink: There will be tea and coffee and pizza. Step-free access: Yes, there is an elevator. \*\*\* **About our meetups** Sometimes there are presentations, and other times we run it as a workshop or social gathering. There is always plenty of time for general networking. The meetups are a danish speaking event. Some presentations might be in english, bur only if mentioned. If you need help or support it can be given in english of course. All meetups are free to attend unless otherwise specified. If you can offer a meetup venue for a future meetup, please contact the organiser.

Data Mining Events This Week

Discover what is happening in the next few days

Data Thursday
Data Thursday
Hi✋ At[ Data Tribes ](https://www.datatribes.nl/)we organise Meetups because we truly care about sharing knowledge both inside and outside the organisation. We believe that it is beneficial to us and to the market as a whole to connect, create, learn and grow together! **The agenda** // Doors open 6.00pm // Drinks and Pizza’s 6.30pm // Start presentations 7.00pm **Henk van der Valk:** "Optimizing the Azure cloud?" ***Who really cares about Cost & Co2?*** // Start networking 9.00pm // End Meetup 9.30pm Greetings, Data Tribes Inc.
.NET 10 Decoded
.NET 10 Decoded
**Presentation** Back in November 2025 Microsoft released the latest version of .NET, C# and Visual Studio. Our good friend and local MVP Erik Ejlskov Jensen, has picked out some of the most exciting new stuff that came with the new version and will give us his view on the most useful. Furthermore my own employer will share some experiences from our experiences when upgrading to newer versions of .net. !!The presentation will be in English and will NOT be available online.!! !!Be aware that no-shows is registered!! !!Full name is required to get access to the venue!! * 16.30 - 17.00 Doors open * 17.00 - 17.10 Welcome by CNUG (10 min) * 17.10 - 17.20 Introduction to KMD and Edlund (Host) (10 min) * 17.20 - 18.00 First half of decoding (Erik) (40 min) * 18.00 - 18.30 Networking break (30 min) * 18.30 - 19.10 Second half of decoding (40 min) * 19.10 - 19.30 Real world upgrading (Edlund) (20 min) * 19.30 - 20.00 Announcements and Goodbye (30 min)
Speed Portrait & Cocktails
Speed Portrait & Cocktails
Stop by and meet people in a positive and save space, very Friday at 8:30 pm just after our abstract workshop we start our **Speed Portrait and Cocktails event.** Before continuing your journey into the vibrant Copenhagen we invite you for a creative stop, to develop some quality interaction and create a truly hygge atmosphere in an artistic space. Set in a contemporary art gallery turned into a creative studio for the night, our **Speed portrait & cocktails** event blends with the city night life adding to Copenhagen artistic vibe and cozy atmosphere. An event that mixes caribbean hospitality, minimal aesthetic and Copenhagen coziness. As well we offer locals and temporary locals an artistic retreat from the intensity of the city. Note: Some materials are free but not the drinks.
Founders Running Club :: Copenhagen
Founders Running Club :: Copenhagen
**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. ️ Launched in San Francisco, July 16, 2022 Now in 35+ 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/)
An Elevated Asian Fusion dining Experience
An Elevated Asian Fusion dining Experience
You are invited to experience Asian fusion cuisine in Copenhagen at Tiger Lily. Inspired by uniqueness, beauty, and passion, our hospitality is shaped by communal tables, counter seating, and an open kitchen — creating a shared dining experience in the spirit of Asian hospitality. Enjoy our dinner, including a starter and main course. Water and coffee are included; other drinks are charged upon consumption. **Les Amis** is a women-only community of friendly souls. We provide access to hundreds of experiences that explore your passions and connect you with other event participants. **Check our website to learn more, and apply to join our community and events**: [lesamis.cc/apply](https://www.lesamis.cc/apply)
CPH AI Impact Network (2nd meeting): Impacts of AI on the job market
CPH AI Impact Network (2nd meeting): Impacts of AI on the job market
Hi everyone! We’re excited to have the second event of the CPH AI Impact Network! After our good kickoff event at the end of January we’ve met and brainstormed and decided for our next event on March 1, 11-13, at Studiestræde 24. For this two hour event we will feature two presentations, one technical and one with a societal focus. This will give participants an opportunity to learn new AI skills whilst discussing recent research on the governance of AI. 11-12: Labour market impacts (International AI Safety Report 2026) 12-13: How to use AI in your daily life or at work (experience of a Product Manager) Let us know whether you’re coming and we’ll love to see you!
Rust meetup #65 Sponsored by Factbird
Rust meetup #65 Sponsored by Factbird
We are looking forward to welcoming you to Rust meetup #65! RSVPs open a week before the meetup. The agenda for the night is outlined below: 18:05–18:15: Welcome! 18:15–19:00: Jesper Steen Møller: **State of JSON Tooling in Rust** 19:00–19:45: Food Break Sponsored by Factbird 19:50–20:35: Thomas Knudsen: **Making sense of geodesy in 10000 lines of Rust** 20:35-21:00: Closing and Cleanup. 21:00-???: Bar Make sure to bring your best energy for a cozy evening in great with other Rust enthusiasts, professionals and amateurs alike! Let's rust up!

Data Mining Events Near You

Connect with your local Data Mining community

Data & Analytics Wednesday - Google Analytics Alternatives
Data & Analytics Wednesday - Google Analytics Alternatives
**Google Analytics Alternatives** Is it finally time to make the switch away from Google Analytics? Two-and-a-half years ago Jason Packer asked this question at Columbus Web Analytics Wednesday. Since then: Google’s Universal Analytics has been sunset, we’ve changed our name to Columbus Data & Analytics Wednesday, and Jason has released two editions of his book “Google Analytics Alternatives”. Fresh off the release of the 2nd edition of his book, we thought it was time to re-open this conversation. While people love to complain about it, GA’s market share has remained relatively constant (at least in the United States). Why is that? You won’t find any complaints about GA4 in this talk, but rather an overview of what’s currently available in the market and how to frame your decision-making process. We’ll also be giving out some free copies of Jason’s book! So even if you’ve got a “GA4Lyfe” tattoo (no judgement), there’s free books to go with the free pizza and beer. Thanks to our 2026 sponsors: [Clarivoy](https://www.clarivoy.com), [What Box Consulting Group](https://www.whatboxconsultinggroup.com), [Conductrics](https://www.conductrics.com), and [Piwik PRO](https://piwik.pro) More info at [cbusdaw.com](https://cbusdaw.com)
Quarterly Community Gathering
Quarterly Community Gathering
Join the Columbus AI community for our quarterly gathering — a casual, community-focused evening where everyone has a chance to share, learn, and connect. These open mic–style events give anyone in the community up to **5 minutes** to present a project, share a tool, pose a question, or offer a perspective on the evolving AI space. No slides required — just a welcoming space to exchange ideas and keep the local AI conversation moving. If you’d like to take the stage, message **Chris (the organizer)** with a **title and short description** of what you’d like to share. Whether you’re deep in the field or just getting curious, come connect with others building and exploring AI in Columbus. Sponsored by [Transform Labs](https://www.transformlabs.com/services)
Level Up Your AI Game with Google Gemini ! ⚡
Level Up Your AI Game with Google Gemini ! ⚡
Google is leading the AI revolution—don't miss your chance to stay ahead of the curve. Join GDG Cloud Indy for an immersive session where we bridge the gap between AI experimentation and enterprise production. We are thrilled to feature two expert-led deep dives into the Google AI ecosystem, designed for Cloud Architects, Developers, and AI enthusiasts alike. **The Lineup:** **11:00 AM \|** **Getting Started with Google Gemini** Speaker: Vaidehi S. Tripathi\*\*,\*\* Cloud Advisor, GDE, GDG Organizer (Cloud Indy) Focus: A walk-through of Gemini and multimodal models to boost daily productivity. **11:30 AM \|** **Google AI Studio vs. Vertex AI: The Path to GenAI** Speaker: Olga Scrivner, PhD, Google Cloud & GenAI Leader, WTM Ambassador, IEEE Humanitarian Tech Chair (Indy) Focus: Navigating the journey from rapid prototyping in AI Studio to production-ready deployments in Vertex AI. **The Perks:** Exclusive GDG Swag for attendees! Pizza & Soft Drinks (for in-person guests). Networking & Q&A with local industry leaders. **Meeting Link:** meet.google.com/wia-ygtn-fmc Also, Check our Meetup page at https://www.meetup.com/gdgcloudindy/ See you there! This is a hybrid event. Join the event virtually at: https://gdg.community.dev/events/details/google-gdg-cloud-indy-presents-level-up-your-ai-game-with-google-gemini/ or in person at: Zionsville Town Hall - 1100 West Oak Street Zionsville, 46077 *** *** **About the Speakers :** **Olga Scrivner -** PhD\*\*,\*\* a certified Google Cloud and GenAI Leader, IEEE Humanitarian Technologies Chair (Central Indiana), and Women Tech Makers Ambassador In this talk, we’ll walk through Google’s primary generative AI platforms: **Google AI Studio** and **Vertex AI**. We’ll explore what each tool is designed for and how developers typically begin their journey with Google’s AI ecosystem. Using **Google AI Studio**, we’ll demonstrate how you can experiment with Google’s **Gemini models** to create and test ideas, from text generation to image and video creation. We’ll also discuss how these early experiments can later connect to **Vertex AI** for production use cases. **Vaidehi Tripathi** \- Elevance Health \(Cloud Advisor\) Founder and Organizer GDG Cloud Indy. Google Developer Expert-GDE. Vaidehi is a Cloud Advisor at Elevance Health (Formally Anthem) and before that worked as Solution Architecture Manager in Accenture focused on designing solution based on Google Cloud Platform. Vaidehi is a Google certified Architect, Data, Network, Security, Developer, DevOps and Machine Learning Engineer. **Hosted By :** Vaidehi Tripathi, GDG Organizer Complete your event RSVP here: https://gdg.community.dev/events/details/google-gdg-cloud-indy-presents-level-up-your-ai-game-with-google-gemini/.
Industry Tech Talk + Q&A
Industry Tech Talk + Q&A
Excited to share that AWS Cloud Club's first meeting will take place on Thursday, February 26th at 5pm - 6pm! We’re collaborating with [Big Data & Analytics Association](https://www.linkedin.com/company/big-data-analytics-association/) to host [Alok Jha](https://www.linkedin.com/in/alok-jha-42abb928/), Head of Product Management for AWS Intelligent Application Protection at Amazon Web Services, for a tech talk + Q&A on his journey in leading cutting-edge innovation in industry. If you’re interested in cloud, cybersecurity, AI, or product management, this is a session you won’t want to miss. Make sure to join our Meetup and GroupMe to stay up to date for future events and collabs!
💘 Columbus Speed Dating for Singles Age 40s/50s Ohio 💘
💘 Columbus Speed Dating for Singles Age 40s/50s Ohio 💘
**\*\*\*TO ATTEND THE EVENT, YOU MUST PURCHASE TICKETS THROUGH OUR WEBSITE\*\*\*** [https://www.pre-dating.com/columbus-speed-dating/?utm_source=meetup&utm_medium=event_listing&utm_campaign=meetup](https://www.pre-dating.com/columbus-speed-dating/?utm_source=meetup&utm_medium=event_listing&utm_campaign=meetup) Hosted by Pre-Dating Speed Dating, the experts, bringing people together since 2001! *Our events have been featured on CNN, CBS, Axios, Miami New Times, TLC's 90 Day Fiance - The Single Life, Tampa Bay Times, Southbend Times, Citylink Magazine, Essence, The Wall Street Journal, Best of Baltimore, AM New York, Chicago Tribune, WINK FM, Woman's World Magazine, and 100s more -- but come see for yourself!* Join us for a night of fun, flirtation, and possible romance at our singles speed dating event! If you're tired of swiping left and right on dating apps, speed dating is a great way to meet new people in person, in a relaxed, safe, and comfortable environment. **HOW IT WORKS:** We'll introduce you to at least 5, and up to 12 - or more - single women or men. Spend a little time with each one, during a series of 6-minute Pre-Dates. Then tell us who you'd like to speak with again & we'll do the rest! It's the modern, civilized, effective, and fun way to meet other professional-level singles. If you're finished with the games and ineffectiveness of online dating and apps, join us to share a wonderful evening of enjoyable conversation with interesting people... and maybe something magical will happen! **GET TICKETS:** A Meetup RSVP is not a ticket, you must purchase on our website. [https://www.pre-dating.com/columbus-speed-dating/?utm_source=meetup&utm_medium=event_listing&utm_campaign=meetup](https://www.pre-dating.com/columbus-speed-dating/?utm_source=meetup&utm_medium=event_listing&utm_campaign=meetup) Use Code MATCH5 for $5 off! **DOES IT WORK?** Yes! According to the New York Times, at a speed dating event, people like 2-3 out of 10 people they meet. Online daters only match with 1 in 100 or fewer of the profiles they study. This is the best way to meet new people, and it works! Just ask the thousands of people that have met at our events and had successful relationships and marriages. **WHAT DOES IT COST?** We put a lot of time and effort into creating the best singles events possible, so we collect a fee for our hard work. Our events are an excellent value at about $3 per introduction. Get your ticket for the best singles event in town. **NOTE FOR NEWCOMERS:** We post our events on various platforms. Our events often sell out, so expect plenty of fellow singles, regardless of the numbers you see here :) So what are you waiting for? Join us for some fun conversation with great new people... and maybe something more! Who will you meet? **GET TICKETS:** [https://www.pre-dating.com/columbus-speed-dating/?utm_source=meetup&utm_medium=event_listing&utm_campaign=meetup](https://www.pre-dating.com/columbus-speed-dating/?utm_source=meetup&utm_medium=event_listing&utm_campaign=meetup) #singles #singlesevents #speeddating #love #relationships
Building Agents with Microsoft Foundry
Building Agents with Microsoft Foundry
We will show a variety of methods for building agents that run in Microsoft Foundry. This covers the different types of agents: Prompt, Multi, and Hosted, as well as the development lifecycle using evals and traces.
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