Skip to content

OpenID

Meet other local people interested in OpenID: share experiences, inspire and encourage each other! Join a OpenID group.
pin icon
4,148
members
people1 icon
12
groups

Frequently Asked Questions

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

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

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

OpenID Events Today

Join in-person OpenID events happening right now

ODSC AI & Snowflake AI Meetup
ODSC AI & Snowflake AI Meetup
**Pre-Registration is REQUIRED. RSVP here - [https://luma.com/6twkovvg](https://luma.com/6twkovvg)** ## ODSC AI x Snowflake Present: AI Innovation in the Capital **Our premier Washington D.C. AI Meetup of March 2026!** Skip the usual AI hype and join us in the District for an evening of technical deep dives and high-level networking. We’re bringing together **D.C. builders, data scientists, and engineers** to discuss how to bridge the gap between AI experimentation and enterprise-grade deployment. Come for the networking, stay for the expert insights from the Snowflake team, and leave with a sharper strategy for scaling AI in 2026. ## The Session **Topic: Engineering the Future of Enterprise AI (Title TBA)** *Official topic and abstract coming soon!* While the specific title is under wraps, **Matt Harris** typically explores the intersection of high-performance data architecture and generative AI. Expect a session focused on how organizations can leverage Snowflake’s evolving ecosystem to build secure, scalable, and governed AI applications that go beyond the chat box and into core business logic. **Speaker:** Matt Harris, Principal AI Strategy Architect (FSI at Snowflake [https://www.linkedin.com/in/matthew-d-harris/](https://www.linkedin.com/in/matthew-d-harris/) Matt is a veteran in the data space, serving as a Principal Solutions Engineer at Snowflake. He specializes in helping complex organizations transform their data architecture into a competitive advantage. With deep expertise in the Snowflake Data Cloud, Matt focuses on making advanced data science and AI accessible, governed, and ready for production environments. ## Why Attend? * **Network with the Best:** Connect with AI practitioners and data leaders in the D.C. tech and public sector ecosystem. * **High-End Experience:** Enjoy bites and refreshments in a professional, collaborative environment. * **Exclusive Insights:** Get a direct line to Snowflake’s technical leadership on where enterprise AI is headed next. ## Agenda * **6:00 PM – 6:30 PM:** Networking & Bites/Drinks * **6:30 PM – 7:15 PM:** Presentation by Matt Harris, Principal Solutions Engineer at Snowflake * **7:15 PM – 7:30 PM:** Interactive Q&A * **7:30 PM – 8:00 PM:** Networking & Closing **Venue:** Mindspace, 1301 K Street Northwest, Washington, DC 20005 **RSVP now to secure your spot!** ## Useful Links * **Free access to more talks/trainings:** [Ai+ Training platform](https://aiplus.training/) * **ODSC Blog:** [https://opendatascience.com/](https://opendatascience.com/) * **Join the Community:** [Slack Channel](https://www.google.com/search?q=https://odsc.ai/slack) * **Code of Conduct:** [https://odsc.ai/code-of-conduct/](https://odsc.ai/code-of-conduct/)
Hacking the Stack: Using OpenSearch Dashboards as an Application Framework
Hacking the Stack: Using OpenSearch Dashboards as an Application Framework
**Agenda:** * 6-6:30 pm: Networking and food/drinks * 6:30-7:15 pm: Announcements and presentation * 7:15 pm-7:30 pm: Q&A and close-out **Hacking the Stack: Using OpenSearch Dashboards as an Application Framework** Most developers treat OpenSearch Dashboards (OSD) strictly as a visualization layer—a place for charts and graphs. They are missing the bigger picture. OSD is a powerful, untapped environment for full-stack application development. In this session, we peel back the architecture of **an enterprise-grade risk, compliance, and security platform built entirely *on top of* OSD**. We moved beyond simple plugins and pushed OSD to its limits to create a seamless, interactive application experience. Join us for a deep dive into the engineering reality of the OpenSearch stack, including: * **The Analysis:** Why the OpenSearch stack beat out the competition. * **The Build,** **Beyond Visualization:** How to implement custom React components to build complex workflows and interactive UIs within OSD. * **The Integrations:** Integrating Wazuh for agent management and ingesting data at scale. * **The “Gotchas”:** Honest, real-world lessons on data handling, state management, and what to look out for. **If you are ready to push your plugins from “reporting tools” to “robust software,” do not miss this session!**
DevCommunity - DC/NY Meetup
DevCommunity - DC/NY Meetup
**Schedule** 5:00 pm - 5:30 pm - Sign-in/Meet and greet/networking 5:30 pm - 7:00 pm - Break the Cloud Lock-in: Building Adaptive Intelligence Orchestration with DIO 7:00 pm - 7:45 pm - Leaning on the SQL: Crafting Resilient Data Layers **Talk and Speaker Details** **Time**: 5:30 pm est. **Title**: Break the Cloud Lock-in: Building Adaptive Intelligence Orchestration with DIO **Summary**: AIaas are often stuck in a binary choice: pay the "token tax" for convenient Cloud APIs or manage the complexity of local open-source models (Llama/Mistral) yourself. The future belongs to a hybrid architecture—but the routing logic shouldn't be spaghetti code. In this session, we introduce DIO (Distributed Intelligence Orchestration), a new open-source framework designed to bridge on-premise infrastructure and cloud capabilities. We will move beyond theory and look at the code behind the Federated Decision Engine (FDE)—the algorithm that allows you to dynamically route prompts based on privacy, cost, complexity, and more. **Session Takeaways:** \- The DIO Architecture: A technical deep dive into the open\-source framework that decouples your application from specific model providers\. \- Live Integration: How to implement the DIO SDK to build a "Smart Router" that connects the best of both world for Cloud & On Prem Intelligence\. **Speaker**: Snow Zhao **Speaker Bio**: Founder & CEO of AIgentic \| Ex\-Meta engineering leader\. Building the future of professional services with precision & trust\. Snow has decades of Silicon Valley experience building and scaling technology organizations at Facebook, Block (Cash App), and Groupon. She is currently building at AIgentic, an applied AI company designing robust, trustworthy AI systems for professional industries. She leads global teams that delivered secure, high-performance systems used by billions, from product infrastructure behind Messenger’s rewrite and end-to-end encryption, to architecting enterprise AI platforms that bridge traditional sectors with digital transformation. Her work has spanned mobile, security, open-source, federated architecture, AI-powered automation, cross-platform software ecosystems, and more — always guided by the principle that engineering excellence is a human discipline as much as a technical one. \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- **Time**: 7:00 pm est. **Title**: Leaning on the SQL: Crafting Resilient Data Layers **Summary**: Most apps need to persist data. The mechanisms for persisting vary, from key-value pairs to relational databases to files and more. SQLite is the de-facto standard for persistence in mobile apps: it ships with every Android and iOS app. This session looks into best practices for SQLite data persistence, drawing from practical, digestible, real world examples. We look into when one should lean on the SQL versus when to perform data manipulation in application code. We look at some examples of constraints that you might have written in Kotlin/Swift, and how expressing them in SQL instead can offer data consistency and integrity benefits. A major focus of the session is on migrations. Data schemas inevitably evolve, and executing migrations carefully is essential, as mistakes can have severe consequences, including data corruption. We look into best practices for migration, including when to do migration in application code versus in SQL. We also examine some real world migration examples beyond the simple case of adding a column with a default value. Finally we look at migrations that cross data sources. This could occur if for example you were persisting data in a key-value store but you now want to migrate that to a database table. This must be done in application code but can you still take advantage of database migrations? Can you cover your migration code with unit tests? **Speaker**: Kiran Raon **Speaker Bio**: Two decades as a developer, got into Android in 2010. Adopted Kotlin in 2017, had my first attempt at KMP in 2019 (when it was still called KMM). Worked on and off with iOS and web client technologies throughout my career, also dabbled in other cross platform technologies. Full-fledged Mobile developer since 2023. **How to find us:** 1680 Capital One Drive, McLean, VA 22102 We'll be located in C2 **100 D/E**. The area is publicly accessible. If you can't find it, you can ask the front desk for directions to the **C2 100 D/E** **Attending Virtually?** [https://us06web.zoom.us/j/84418455380?pwd=fJczZgKv2BaGVPLi7azEr3XAJMPvBR.1](https://www.google.com/url?q=https://us06web.zoom.us/j/84418455380?pwd%3DfJczZgKv2BaGVPLi7azEr3XAJMPvBR.1&sa=D&source=calendar&usd=2&usg=AOvVaw2giIJenXoEsPXfYgNs_atJ) Meeting ID: 844 1845 5380 Passcode: 369382 **Parking**: You can park at 1680 Capital One Drive; this garage has a sign indicating public parking. Or at the WEGMANS parking lot.
Mythic Bastionland & Into the Odd - One Shot RPG
Mythic Bastionland & Into the Odd - One Shot RPG
GM Anne will run a Mythic Bastionland one-shot and GM Jason will run an Into the Odd one-shot! Explore strange Bastion and its environs either in a medieval-ish or industrial revolution-ish setting. (Same game designer, same universe, same mechanics, different time periods.) In Mythic Bastionland you are a company of Knights sent to explore a Realm and seek out its Myths, which could be anything from a monster or a strange phenomena to an outright invasion. In Into the Odd, Bastion sits as the smoke-shrouded hub of mankind, surrounded by a world of lurking horrors and cosmic interference. You are an Explorer, braving places too far for maps and too old for records. Your expeditions touch the bizarre, wondrous, and horrific. New players welcome! No prep needed! **Where**: Your Hobby Place in Old Town Alexandria Looking for a place to play in-person RPGs and make new friends? Burnt out on internet D&D? Interested in trying games like Shadowdark and Dungeon Crawl Classics? Look no further than DMV RPG - Open Table! Whether you're a seasoned player or just getting started with tabletop role-playing, our group offers a welcoming, inclusive, and safe environment for all gamers to gather and embark on epic adventures together. From Dungeons & Dragons to sci-fi sagas, there's something for everyone here. Join us for regularly scheduled meetups, make new friends, and unleash your imagination in a fun and collaborative setting. Let the games begin! **Rules**: always teachable at the table **Gaming is for everybody**: Welcoming, inclusive, and safe **Pregens**: the GM will have pre-made characters so you can jump right in **Game**: Old School & New School, but likely lightweight **Multiple GMs**: We run games in a rotating GM format, so come to play and make friends, but we'll be looking for your interesting one-to-three shots to try
AWS EKS And The Great Ingress-Nginx Deprecation Of 2026
AWS EKS And The Great Ingress-Nginx Deprecation Of 2026
In March of 2026, the long-time staple of Kubernetes ingress controllers, ingress-nginx, will stop receiving security patches and regular updates. For many Kubernetes operators, this is a forcing function for us to migrate to a new solution that supports the newer Gateway API. The ecosystem of solutions in this space is large and complex, and operators find themselves weighing a myriad of options. In this talk, I hope to answer many questions that we have had to answer in this space, such as: * What are the advantages of Gateway API over the Ingress API? * Which Gateway API Solution should you use for different scenarios * Why not simply migrate to another ingress controller? * Where does the AWS Load Balancer Controller fit in this new ecosystem? * What does support for WAF, ALB, NLB, etc. look like going forward? **Timeline:** **6:00 PM** \- Doors Open\. Please be prepared to show ID that matches your registration\. **6:30 PM - 7:30 PM** \- Speaker **7:30 PM - 8:00 PM** \- Networking **8:00 PM** \- Event ends\. Conversation continues at Highline for anyone interested\.
Volunteer Night @ The Warehouse
Volunteer Night @ The Warehouse
Come volunteer with us refurbishing donated bicycles so that they can be used again by the community! This event is open to new volunteers and existing volunteers. No mechanical experience is necessary. Note: The warehouse location is in the alley behind 1502 Mt Vernon Ave. Enter through the gray door next to a roll-down garage door. If you drive to the location, be sure to park in the street, not in the alleys or parking lots surrounding the warehouse. And wear clothes you don't mind getting dirty with bicycle grease! Volunteers under 18 need a parent or guardian to accompany them to their first volunteer experience and sign a liability waiver. Volunteers under 16 need a parent or guardian to accompany them at all times while volunteering with Vélocity.
Google Build with AI Series (D.C) - Production-Ready AI and Multimodal Agents
Google Build with AI Series (D.C) - Production-Ready AI and Multimodal Agents
**Important:** Register on the [event website ](https://www.aicamp.ai/event/eventdetails/W2026031207)is required for admission.(RSVP is turned off on meetup) **Description:** Join Google Cloud for the 2-days agentic AI bootcamp to learn how to build production-ready AI and multimodal agents. **Day 1: The ‘Now’ – Solving for Scale** Start building tools. Day 1 is dedicated to bridging the "Proof-of-Concept Gap"—the difficult space between a successful demo and a live, enterprise-grade application. We are moving beyond the novelty of "cool prompts" to focus on the engineering rigor required for the real world. **Day 1: What to Expect:** * \- Architecture for Scale: Learn how to design robust AI systems that don't just work once\, but work every time\. * \- Data\-Driven Evaluation: Replace subjective "vibe checks" with rigorous\, programmatic assessment\. Implement adaptive rubrics and tool\-use metrics to ensure reliability\. * \- Security: Deep dive into enterprise\-grade protection for AI workloads\. * **Day 2: The ‘Next’ – Capturing Innovation** The era of the text-only chatbot is evolving. Focus on the bleeding edge of AI: Multimodality. We’ll explore how to build intelligent agents that can see, hear, and respond to the world in real-time, creating immersive experiences that feel more human than ever before. **Day 2: What to Expect:** * \- Multimodal Gemini Agents: Coordinate agents to analyze video and audio while maintaining character consistency across multi\-turn image generation\. * \- Intelligence Beyond RAG: Move past simple retrieval with hybrid search\, context engineering\, and multi\-agent pipelines\. * \- Real\-Time Live Interaction: Build low\-latency\, interruptible agents that "see" and "hear" using the Gemini Live API and bidirectional streaming\. **Who Should Attend?** This hands-on workshop is designed for software developers, data scientists, and AI practitioners who have some experience building applications or working with models, and are looking to productionize them. To get the most out of the labs, you should have foundational knowledge of a programming language like Python and be comfortable using the command-line interface. While expertise is not required, a basic understanding of Cloud computing concepts, web APIs, and containerization technology like Docker will be highly beneficial. To participate, you must bring your own laptop and power cable. The activities are intended for laptops and cannot be completed on a tablet or phone.

OpenID Events This Week

Discover what is happening in the next few days

New Member Induction Ceremony
New Member Induction Ceremony
BINGO Online (Win Prizes!)
BINGO Online (Win Prizes!)
**\*TO ATTEND GET TICKET At** [https://www.socialevents123.com/event-details.aspx?id=13306#tix](https://www.socialevents123.com/event-details.aspx?id=13306#tix) (Multiple Meetup groups are co-organizing so the RSVP's shown are just a very small portion attending. We'll have at least 20 registered.) Our last online Bingo Night Party was such a BIG hit, we're doing it again! Do you like to play BINGO or want to just do something different?! Then you will LOVE this event! Here is your opportunity to have some fun playing our Live "Bingo" game. You will also get to socialize and make other friends from the comfort of your home. Prizes included Amazon gift cards, free future events and more! This completely online event will be LIVE and you will be able to see and hear the other participants while playing. You will either need to print or draw out your bingo cards. We will email you with how to get it after registering. You can have more than 1 person on your team as long as they're from your house and use same device. Friends/family around the country can also play. They would just need to also register for a ticket. This event will be held on Zoom which you would access through your computer/webcam, or via your phone/tablet. On day of the event, you will get a secured Zoom link and link to print out Bingo cards. \*RSVPS ON HERE ARE NOT REFLECTIVE OF ACTUAL ATTENDANCE as this is a multi group event. Cost: $15-$20 depending on how early you register. **\*TO ATTEND GET TICKET AT -** [https://www.socialevents123.com/event-details.aspx?id=13306#tix](https://www.socialevents123.com/event-details.aspx?id=13306#tix) To find more fun events: Follow: [https://www.eventbrite.com/o/new-york-city-social-events-10797526283](https://www.eventbrite.com/o/new-york-city-social-events-10797526283) Join: [https://www.meetup.com/NYC-Social/](https://www.meetup.com/NYC-Social/) Click: [https://dljparty.ticketleap.com/](https://dljparty.ticketleap.com/)
DC Service Jam 2026
DC Service Jam 2026
**DC Service Jam is back.** This March, SD:DC is hosting the DC edition of Global Service Jam 2026 week. We are part of a worldwide movement of designers, strategists, and curious minds who come together to build real service concepts from scratch. From **Saturday March 14 to Sunday March 15**, you'll work in a small team around a secret theme revealed at kick-off. No briefs, no client. Just hands-on design, rapid prototyping, and plenty of Post-its. This year we're bringing AI into the mix. Throughout the weekend we'll look at how AI tools can support service design work, as a sensemaking tool, to build artifacts faster, and to push prototypes further. **WHAT TO EXPECT** **Saturday March 14th** * **9 - 10am:** social / breakfast (theme reveal + team formation) * **10am - 6pm:** full day of research, ideation, and prototyping (meals provided) * **6:30pm (optional):** social / happy hour (nearby bar) **Sunday March 15th** * **9 - 10am:** social / breakfast * **10am - 12pm:** finalize prototyping & storytelling * **12pm - 2pm:** present your work and share what DC made with the world **WHO SHOULD COME** You don't need to be a service designer. If you're a UX or product designer, strategist, public servant, researcher, or just someone curious about how services actually work, you're welcome here. **LOGISTICS** * **Dates:** Saturday March 14th & Sunday 15th (ending at 2pm) * **Venue:** SteamPunk, McLean, VA * **Capacity:** 50 spots only (first come, first served) * **Attendee fee:** $60\* (covers meals, materials, and space) *\* If the fee is a barrier for you, we have a limited number of discounted tickets available, just reach out to Sergio Venegas directly for a code.* **WHAT TO BRING** ✔️ An open mind and a willingness to make things ✔️ Laptop and charger ✔️ Curiosity about Service Design (no experience needed) **Follow SD:DC on LinkedIn and @DCServiceJam on Instagram for updates!** \*\*\* Many thanks to our host and sponsor, **SteamPunk** *Design. Disrupt, Repeat. Steampunk is anchored by a startup culture with a customer-centered delivery approach. We put our Federal government clients in the center of everything we design, develop, and deliver to drive high quality mission impacts and user experiences at speed.*
Pi Day Celebration - Free Pie
Pi Day Celebration - Free Pie
Every year MoCo Makers is proud to partner with the DMV Petri Dish to celebrate Pi Day, 3/14, which is a celebration of the mathematical "transcendental number" pi - 3.14159.... Pi day is also a great excuse to be social and eat Pie! This event is open to all backgrounds, even if this is your first event! We are meeting at the 7 Locks Brewery, and they kindly let us bring our own food. No worries if you don't drink alcoholic drinks, all are welcome. Bringing your own food is encouraged but not required. If you are planning to bring something, please enter your name, item name, and quantity in the spreadsheet below: https://docs.google.com/spreadsheets/d/1ldQxYBECyxwTeX_woLhbQZlj0EkAyB5qrc-Q16hBOn0/edit?usp=drivesdk There will be a countdown leading up to 1:59 pm, complete with disco ball drop. 🪩 Dr. Cheryl Lohman is sponsoring an assortment of chef-crafted savory-style pies, and they come well reviewed (just ask past attendees). Join us for some good times, and tasty eats!
Building with Linux In AWS - Respect The Tech Monthly
Building with Linux In AWS - Respect The Tech Monthly
This meetup is designed to be an open forum amongst our community. We intend for it to be an opportunity for members to showcase what projects we've been working on this year related to Linux and AWS. If you are a current (or aspiring) professional looking for a practical way to build your experience with Linux and cloud computing, this event is for you! About us: Respect The Tech is an organization focused on information technology education and innovation. Our mission is to innovate technology education through virtual labs and gamified training. All of our team members are experienced professionals in the cybersecurity and cloud computing field. We are based out of the DMV and aim to serve the DMV with the same tools that enabled us to be successful with technology. ______________________________ Requirements: A functional laptop AWS account created and ready to use (free tier recommended)
St. Patrick's Bar Crawl [20% DISCOUNT PROMO CODE WITHIN]
St. Patrick's Bar Crawl [20% DISCOUNT PROMO CODE WITHIN]
To secure your spot, purchase your ticket from the Eventbrite link ([https://www.eventbrite.com/e/st-patricks-bar-crawl-tickets-1296411324169](https://www.eventbrite.com/e/st-patricks-bar-crawl-tickets-1296411324169)). RSVPing only on the Meetup page, doesn't allow you to attend the Event. ADVANCE TICKET PURCHASE IS REQUIRED. ABOUT THE EVENT For the luck of the Irish, put on some green and join us for the St. Patrick's Bar Crawl, with lots o'Shenanigans near and dear to you. The infamous Leprechaun Lap is back with cover-free access to Dupont’s best bars, clubs and rooftops, featuring drinks specials, DJs, signature party favors, and free giveaways. After all, when friends keep moving, the party keeps going. Eat, Drink, Be Irish and a whole lot of malarkey. Warning we may be prone to Shenanigans and Malarkey:) It is time to party like Irish, until all the beer is gone. Cold Green Beer and Loads o'Good Cheers! All you need is your Irish Stroll wristband and you’ll be set to sip on exclusive drink specials all over Dupont Circle! Time: 2pm-10pm (ticket pick up is from 2-5pm)\* \*\*\*\*\*Registration is from 2PM-5PM. You'll receive your wristband and Swags. If you can't make it by 5pm TEXT/EMAIL YOUR QR CODE to a friend, so that they can pick everything up for you. But the party and specials continue till 10PM! **There will be a lot of people. Use the comment box of the Meetup to coordinate amongst the group.** **This is also a wicked 'MeRtUp' with a saving! What is MERTUP?:) Mer + Meetup = Mertup.** **Mer is known as the Meetup guy. He likes to connect people and his fans coined that name for him. So, at his events, everyone will become a Wing Person to everyone:) When you get get there, we will introduce you to someone and you will be responsible to introduce that person to another person. That is MERTUP!** **Enter the Promo Code 'MERTUP' to redeem your 20% discount!** **(**[https://www.eventbrite.com/e/st-patricks-bar-crawl-tickets-1296411324169](https://www.eventbrite.com/e/st-patricks-bar-crawl-tickets-1296411324169)**)** FAQs : REGISTRATION Registration is from 2PM-5PM. You'll receive your wristband and swags. If you can't make it by 5pm text/email your QR Code to a friend, so that they can pick everything up for you. DRESS CODE : We recommend wearing green or you may get pinched by a leprechaun! Costume prizes for the most festively dressed participant. ID Government issued ID is required! It will be checked at every participating bar that you choose to go to. All participants must be 21 years old or older. STILL HAVE QUESTIONS? Reach out to info@merevents.com Payment Instructions : 1\. Login to see the 'Get Tickets' button\, after RSVPing\. Then hit the button\. 2\. Verify correct dollar amount for number of people you're paying for\. ***3\. If you don't have a Paypal account\, proceed to the next page and scroll down to see "Pay with a Debit or Credit Card"\. Then turn off the button 'Save The Info and Create Your Paypal Account'\.*** 4\. If you have a Paypal account\, simply log in\, and pay as you normally would via Paypal\. **How to Unblock the Pop-up Blocker on Your Phone** Many of our patrons advised us that they have a Pop-up Blocker on their iPhones and it hinders them from buying tickets. To unblock, please follow the following steps : For Safari Users : 1. Go to Settings. 2. Scroll down to Safari and click on it. 3. Select Block Pop-ups and turn it off. For Google Chrome Users : 1. Open Google Chrome. 2. Click on the three dots and you will see many options. 3. Click on Settings. 4. Scroll down to content settings. 5. Select Block Pop-ups and turn it off. Refund and Ticket Resell Policy All sales are final. We only refund the full amount, if the event is canceled. If it is rescheduled, we will send an email to ticket holders advising that. A full refund will be given to those that let us know within 2 calendar days of the update email, if you are unable to make it on the new date. No refunds will be given after that time. However, you can sell your ticket to someone else if you are unable to attend. Please, feel free to post in the comment box for the event, that you have a ticket for sale. Work out payment between yourselves, and have the seller only send the organizers a message letting us know the full name of the person taking your spot. You must let us know two hours before the RSVP close time, on the day of the event. **FOR FURTHER INFO, REFER THE EVENTBRITE LINK AND PURCHASE TICKET. IT RULES.**
Hike Turkey Run Park (Easy/Moderate) – Pho Lunch
Hike Turkey Run Park (Easy/Moderate) – Pho Lunch
ike Turkey Run Park- Pho Lunch, VA Sunday March 8 With winter weather receding, this is a great way to fight cabin fever and head back outside with views of the Potomac. This is a 3 to 4 mile loop hike along the Potomac River just below the American Legion bridge off the GW parkway. The trail is mostly easy and flat, but there are some slightly rocky areas. Be aware that this time of year where segments along the river can be muddy and there are some rocky areas we must maneuver around. Bring a mascot! The park is dog-friendly, but must be on a leash. For more info and maps (see side links): [https://www.nps.gov/gwmp/planyourvisit/turkeyrun.htm](https://www.nps.gov/gwmp/planyourvisit/turkeyrun.htm) What to Bring: Good hiking shoes Water Meet: 9:00 am Where: Parking Lot C-1. (First parking lot when entering park. See map at link below for details) Park Trail Map: [https://www.nps.gov/gwmp/planyourvisit/upload/Corrected-Turkey_Run_Park_Trail_Map_11242023_508c.pdf](https://www.nps.gov/gwmp/planyourvisit/upload/Corrected-Turkey_Run_Park_Trail_Map_11242023_508c.pdf) Departure: 9:10 sharp. We should return to the parking lot no later than 11:15 am. For those interested, we can later head over to nearby Pho 75 (1721 Wilson Blvd) for a great hot pho - one of the best in the area. **Note: Cash Only!** **In the comments section please indicate if you need a ride. If you are coming by car and wouldn’t mind picking someone up at a convenient metro stop, please indicate how many people you can take. Hopefully we’ll have enough room for everyone. I can pick up three at the Braddock Road metro (yellow), located in Alexandria, VA. Or, I can pick up folks at Rosslyn metro (orange/blue). Carpoolers, please chip in generously for gas.** Note: This event is cross-posted with other Meetup groups.

OpenID Events Near You

Connect with your local OpenID community

TBD
TBD
**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 **Abstract** TBD **YouTube Link** TBA
Open Volleyball
Open Volleyball
From Idea to Working App in Minutes: The Agentic Development with Amazon Kiro
From Idea to Working App in Minutes: The Agentic Development with Amazon Kiro
Discover Kiro, AWS’s innovative development environment that adapts to your workflow. Whether you prefer specification-driven development or a more intuitive, vibe-based approach, Kiro empowers you to build applications your way. In this session, speakers will explore Kiro’s core functionality and its evolution through re:Invent 2025, along with demonstrations of prompts used to create APIs, hooks, and steering documents. In the latter part of the session, watch as we build a complete example from scratch, showcasing Kiro’s agentic AI workflow in action for spec-driven development and vibe coding. What You'll Learn - Core Kiro concepts and development philosophy Feature evolution: pre and post re:Invent 2025 Practical examples: API creation, hooks, and steering docs Live coding demonstration with real-time problem solving Who Should Attend - Developers, solutions architects, and technical leaders interested in modern AWS development tools and AI-assisted coding workflows. **Speakers Bio:** Matthew Jorat: Matthew Jorat is a Customer Solutions Manager at AWS with nearly three decades of expertise in AI, cloud transformation, migration, modernization, IT, technology, and business. His career spans infrastructure engineer, solutions architect, security auditor, customer success director, support and services director, and operations officer. He was an early adopter of AWS services as a customer, and his current role at AWS uniquely blends his technical and business skills as he partners with executive teams to translate strategic priorities into measurable business outcomes through cloud adoption, AI implementation, and operational excellence. Matt leads end-to-end AI initiatives for enterprise customers, identifying high-impact use cases and maintaining relentless focus on measurable ROI. He holds eight AWS certifications and serves as Adjunct Professor at Franklin University teaching cloud computing and AWS architecture. His expertise encompasses GenAI, agentic AI systems, migration, modernization, and optimization strategies that drive transformation at scale. [https://www.linkedin.com/in/mattjorat/](https://www.linkedin.com/in/mattjorat/) Girish Bhatia: Girish Bhatia is a seasoned technology delivery leader with deep expertise in cross-domain program management. He holds multiple AWS certifications, including AWS Certified Solutions Architect – Associate, AWS Certified Developer – Associate, and AWS Generative AI Practitioner, and is also an AWS Community Builder. Girish brings over two decades of experience in the information technology industry. Throughout his career, Girish has led major technology-driven business transformation from modernizing on-premises applications to driving large-scale cloud migrations. His work includes API-based integration platforms, data-center and mainframe modernization, and enterprise cloud adoption initiatives. Based in Columbus, Ohio, Girish works at a tech-forward fintech company. He is passionate about AWS serverless architectures, Generative AI and emerging cloud technologies. An avid learner and builder, he continues to explore and apply the latest innovations in AWS to help organizations accelerate their digital transformation. https://www.linkedin.com/in/girishbhatia/[https://www.linkedin.com/in/girishbhatia/](https://www.linkedin.com/in/girishbhatia/) **THANK YOU** *Franklin University* for hosting our meetup! To learn more about *Franklin University*, please visit their website: https://www.franklin.edu/ **DIRECTIONS** Franklin University Fisher Hall 300 E. Main St, Columbus, OH 43215 Map: https://maps.app.goo.gl/jxjBA2hUmS5qrvhq8 Parking is FREE! Please park in Lot C in front of Fisher Hall. See attached map. NOTE: Map the address only. When mapping with Google Maps it may use the Fisher Hall at OSU, which is NOT correct. **Want to sponsor the pizza and/or bar tab?** Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
Understanding the Columbus Housing Market: Let’s Talk Downsizing for Seniors
Understanding the Columbus Housing Market: Let’s Talk Downsizing for Seniors
**Understanding the Columbus Housing Market: Let’s Talk Downsizing for Seniors** Understanding the Market to Make Your Best Move Yet Thinking about downsizing or helping a parent prepare for a move? Join us for a friendly, educational seminar designed specifically for seniors in Central Ohio. We’ll break down what’s happening in today’s Columbus housing market, explore timing and planning for downsizing, and discuss easy ways to prepare a longtime home for sale—without overwhelm. You’ll also learn about low‑maintenance housing options, financial considerations, and simple steps to make your next move smooth and stress‑free. This is a relaxed, no‑pressure event where you can ask questions and get practical advice tailored to seniors and their families. Hosted by: Katie McCartney, Broker & Senior Real Estate Specialist® (SRES)
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!
ServiceNow's Got Talent
ServiceNow's Got Talent
Builders, creators, architects, admins, consultants - come one, come all. This one's for you. We're bringing a little friendly competition to the Columbus ServiceNow community while highlighting the cool things people have built on the platform. Five presenters will take the stage to showcase something they've built, solved, designed, or imagined on the ServiceNow platform - and a panel of judges (plus YOU, our amazing audience) will score them live. So basically, America's Got Talent but make it ServiceNow's Got Talent. Bring a notepad if you'd like 'cause you'll definitely be learning something new. Each presenter gets 10 minutes max to wow the crowd with: • A demo • A real-world business solution • A bold idea • A UX transformation • Or a creative use of the platform Judging Criteria: 🏆 Business Value 🚀 Innovation ✨ User Experience This event is about celebrating ideas, sharing knowledge, and showing how ServiceNow can drive both business impact and meaningful user value. Come learn. Come support. Come get inspired. Refreshments and bites will be provided. And maybe next time… you’ll be on stage.
Columbus HUG March
Columbus HUG March
Want to be a speaker? submit your talk to our Call for Presenters!!! https://sessionize.com/cbus-hug-2026/