Skip to content

Google Maps

Meet other local people interested in Google Maps: share experiences, inspire and encourage each other! Join a Google Maps group.
pin icon
9,988
members
people1 icon
10
groups

Frequently Asked Questions

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

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

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

Google Maps Events Today

Join in-person Google Maps events happening right now

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.
Fast walk around Lake Accotink
Fast walk around Lake Accotink
Dark early. Bring a light. Loop around Lake Accotink. **Meet at Lake Accotink Park carousel parking area.** Trail is fairly flat, paved and gravel, easy, brisk walking. A few steep sections Views of Lake Accotink About 4 miles. We will leave promptly at **600 pm**, please arrive early so you are ready. We walk briskly, not this is not an evening stroll. Parking area gates close at 730 so we need to be out b then. The rest rooms at the meeting spot are closed for renovation. Make sure to bring water. We will meet at the traffic circle near the carousel. Goggle maps calls it Lake Accotink Park. You can park at the Hemming Ave lot, or under the railway bridge. the lot at the carousel is small and usually full.
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.
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\.
DC Peer Support Group
DC Peer Support Group
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/)
ASL Hang Out
ASL Hang Out
ASL HangOut is a safe fun social All levels D/deaf, Hard of Hearing, Hearing signers, ASL students, ASL interpreter. Hosted by Daniel Berke and his friends Jeremy, Andrew, Nathaniel. and Josh There's always a great mix of people and good conversations We will be meeting at the Tysons Corner Food Court (3rd Floor), Thursday at 7pm! Hope to see you all there! 🙂 Look for a table of ASL signers...don't be shy. 1961 Chain Bridge Rd Tysons Corner, VA 22102 join our Facebook group https://www.facebook.com/groups/468631322134694

Google Maps Events This Week

Discover what is happening in the next few days

Jack Ryan Morning Communte (~16 miles)
Jack Ryan Morning Communte (~16 miles)
A few years back, Amazon created a new TV show about the Tom Clancy character Jack Ryan. Somewhat infamously, [Jack Ryan's Morning Commute](https://dcist.com/story/18/09/04/jack-ryans-commute-to-work-makes-ab/) makes no sense. So this walk is inspired by the route he should've taken Part 1 (9.5 miles) - https://maps.app.goo.gl/2pmXJaixbXQxnvfv8 1\. Foggy Bottom metro 2\. Potomac Boat club 3\. Chain Bridge 4\. Potomac Heritage Trail 5\. Turkey Run Trailhead Part 2 (\~2 miles) 6\. Turkey Run Trail \- https://www\.trailforks\.com/trails/turkey\-run\-trail\-759628/ 7\. Langley Fork Trail \- https://www\.trailforks\.com/trails/langley\-fork\-trail/ Part 3 (4 miles) - [https://maps.app.goo.gl/4n54jMK1q2xbefix5](https://maps.app.goo.gl/4n54jMK1q2xbefix5) 8\. McLean Metro **Millage:** \~16.0 miles **Start Location:** Foggy Bottom Metro Station **End Location:** McLean Metro Station **Time:** 10:00 AM - 4:00 PM **Terrain:** This will be have a solid amount of uphill (\~700 feet) elevation gain) with a mix of paved, gravel, and trail surfaces
Rock Creek Nature Center Loop to Georgetown and Back with E-bike Lovers
Rock Creek Nature Center Loop to Georgetown and Back with E-bike Lovers
[https://ridewithgps.com/routes/41342369](https://ridewithgps.com/routes/41342369) 17.8 miles paved; lunch @ 9.5 miles @ Fletcher's Boathouse. Bathroom at start, Peirce Mill, Fletcher's boathouse; Bethesda outdoor pool (port-a-potty). Arrival is 10:00. Cycling starts at 10:15. For this e-biking extravaganza we begin at the Nature Center in Rock Creek Park and e-bike down Beach Drive, which is closed to cars. After a short stop at the waterfall and Peirce Mill, we continue on the trail past the National Zoo, take the Zoo Loop, and follow the trail toward the Potomac. After an optional stop at the Georgetown Waterfront, we'll wind our way onto the Capital Crescent Trail going north. Then on to Fletcher's Boathouse for lunch in the park. After lunch (you bring your own) we head north toward Bethesda, then make our way east through Chevy Chase and back to the Nature Center. The ride affords ample scenic vistas, multiple Kodak moments, and dare we say it, abundant E-Bike love. Please bring some snacks, lunch and plenty of water. Our bikes will be always in our sight. No additional locks are required to keep your bike safe on this trip. The group stops a few times for slower riders to catch up. The distance will be around 18 miles or shorter any time you are fully satisfied with biking for the day. **Please charge your battery. While much of the ride is flat or a gentle grade, be aware there are some hills on this route. As usual, non-assisted bikers are most welcome.** **Free Ride With GPS for E-Bike Lovers** The Ride With GPS E-bike Lovers club membership is now free as www.ebikelovers.com generates sufficient income from ads to cover the costs. Here is the link to activate your free membership: https://ridewithgps.com/auto_approve/Club/6746/Zwa5jhttF5mJrFbN **More information about using GPS files:** https://ebikelovers.com/2021/03/15/download-our-trails-and-never-get-lost/ **More information about e-bike ranges:** https://ebikelovers.com/2020/12/31/e-bike-longer-and-happier-15-smart-strategies-to-reduce-your-e-bike-range-anxiety/ **DISCLAIMER** LIMITATION OF LIABILITY: TO THE FULLEST EXTENT PERMISSIBLE PURSUANT TO APPLICABLE LAW, NEITHER GREGORY MAASSEN, NATHAN MERRIS, RICHARD CAMER, TRIP COORDINATORS, THEIR AFFILIATES, FAMILY AND FORMER AND CURRENT EMPLOYERS NOR ANY OTHER PARTY INVOLVED IN CREATING, PRODUCING, OR DELIVERING E-BIKE LOVERS GUIDES, OUR MEETUP EVENTS, AND THE GPS E-TRAILS IS LIABLE FOR ANY DIRECT, INCIDENTAL, CONSEQUENTIAL, INDIRECT, EXEMPLARY, OR PUNITIVE DAMAGES ARISING OUT OF A USER’S ACCESS TO, OR USE OF THE E-BIKE LOVERS GUIDES, OUR MEETUP EVENTS, AND THE GPS E-TRAILS. See for full disclaimer: https://ebikelovers.com/disclaimer
Carderock Billy Goat Trail C - 6 miles
Carderock Billy Goat Trail C - 6 miles
🏁Jump in the driver Seat: Formula F1 Racing (food, drinks and racing fun)
🏁Jump in the driver Seat: Formula F1 Racing (food, drinks and racing fun)
🏁 DC F1 Fanatics: Race, Watch & Chill! — F1 Arcade Meetup 🏎️? 📍 Where: F1 Arcade — Union Market, 420 Penn St. NE, Wash., DC 2000 📅 When: Sat Mar 14th **💲cost: $31 per person (1 hour 20 min session) Venmo the amount to the organizer 619-573-7777 or username dina-hourani. Do not rsvp unless you have submitted the payment first.** 🅿️ Parking: The MO Building located at 440 Penn St NE, Washington, DC 20002 offers first come, first serve parking. Generally, parking is free for the first 3 hours and $15 thereafter. Additional parking options: Union Market Parking & Access 🔥 Race Like an F1 Drive Jump into world-class full-motion racing simulators — from beginner friendly to competitive modes — and battle for the top podium spot with fellow fans! Whether you’re here to beat your friends or just feel the G-forces (virtually 😄), it’s the closest you’ll get to being in an F1 car without leaving DC. 🍻 Food & Drinks (available for purchase) menu [here](https://d2ja2v912evj7w.cloudfront.net/Food_Menu_No_Pricing_d96de51a34.pdf?updated_at=2025-12-08T17:33:31.995Z): Refuel at the bar with epic F1-themed cocktails, craft brews, and food between races. Perfect for socializing, celebrating a pass on the track, or just kicking back with new racing pals. 💬 What to Expect: ✔ Perfect for newcomers and seasoned F1 fan ✔ Great for groups, dates, or solo racers looking to meet new people ✔ High-energy, social atmosphere ✔ Casual vibes — no racing license required ? 📣 RSVP Hit Join and let us know you’re coming!
NW Branch & Sligo Creek Trails, MD (strenuous) (ODH Training 10)
NW Branch & Sligo Creek Trails, MD (strenuous) (ODH Training 10)
We’ll do a circuit hike of 15.5 or 21.7 miles (you choose) along two of the prettiest Maryland suburban-DC stream valleys—**Northwest Branch** and **Sligo Creek**. The short version of the hike is difficult and the long version is difficult-er. We will proceed as a group for the first seven miles of both hikes, after which, you may hike at your own pace. This unusual, suburban wilderness hike will take you over natural-surface and paved trails, as well as a few stretches of sidewalk. The hike even includes some rock scrambling and sandy beaches, all with gentle elevation changes. Mud and/or ice on the trails have been known to occur. **[Photo albums](https://sites.google.com/view/wandering-soles/one-day-hike/training-hikes/nw-branchsligo-creek)** of previous versions of this hike. **MAPS & ROUTE NOTES:** See this **[folder](https://drive.google.com/drive/folders/13eoxioeq8uOAtpDM_TXJUqo2stk666pw?usp=sharing)** for hike handouts that include directions, route notes & maps, GPX files, and area information. You should download or print these, especially if you are unfamiliar with the routes. There are also Google Maps for the **[short](https://www.google.com/maps/d/edit?mid=15lpfn2zbNWAbn0xta7q6K09xcIJBnC13&usp=share_link)** and the **[long](https://www.google.com/maps/d/edit?mid=18SCpVfB2yLTiN9cJfqCgc4RH6E8ZNih-&usp=share_link)** hikes, to follow along on your phone's Google Maps app as you're walking. **WHEN & WHERE:** We’ll meet 8:30 AM at Wheaton Regional Park, in the parking lot in the lobby of the **[Ice Arena](https://bit.ly/4kvcRrB)**. Note that the park entrance for this location is at Orebaugh Avenue, off Arcola Avenue. Contact Mike (Mike.Darzi@Gmail.com) for a pick-up at a nearby Metro station. **WHAT TO BRING:** Bring food and drink (short hike, 2 qts; long hike, 3 qts); short hikers may also buy food along the way. You’ll proceed at your own pace and you may stop (or not) anytime to eat. This hike occurs rain or shine, cold or warm, so dress appropriately. However, in case of hazardous weather, please check here for last-minute changes before leaving for the hike. **LEADERS:** Mike Darzi (Mike.Darzi@Gmail.com) & Sean McCartney (SeanEMcCartney@Gmail.com) **SIERRA CLUB** You may join the Sierra Club by clicking the "JOIN" button at the top of the Virginia Chapter’s **[website](http://www.sierraclub.org/virginia)**. Membership is not required for participation. **ONE DAY HIKE** Although open to all, this training hike is part of a series of Saturday training hikes leading up to the **[One Day Hike](https://www.meetup.com/sierrapotomac/events/312467688/)** (ODH)—100 or 50 km along the C&O Canal—on May 2, 2026. See SCPRO’s **[Meetup page](https://www.meetup.com/sierrapotomac/)** for other training hikes as they are posted. If you would like to support the ODH, see **[volunteering opportunities](https://www.meetup.com/sierrapotomac/events/312467618/)** and/or contact Mike Darzi (Mike.Darzi@Gmail.com). For official updates regarding training hikes, registration, and other information, join the ODH discussion group by sending a blank email to OneDayHike+Subscribe@Groups.io
Handy Bikes | Saturday Group Bicycle Ride
Handy Bikes | Saturday Group Bicycle Ride
Weekly Saturday group ride, starting at Handy Bikes Retail Showroom. Come ride with locals in the area! This group ride is for average folks who want to go for an average ride. It's not quite a coffee ride, but it's definitely not a race! Routes will vary around the area, with an average speed around 14 mph (minimum of \~10 MPH) for around 15-30 miles. We'll be on pavement so bikes with smooth tires are encouraged, **helmets are mandatory**. Open to any riders who are willing and able to ride with a group including Class 1, 2, and 3 e-bikes. No speed demons please! Good group ride etiquette is a requirement. Shop opens at 10:00 am Show up and sign in by 10:15 am Roll out 10:30 am Please RSVP in advance, so that the ride leaders can prepare for the group's size. [Handy Bikes on Strava](https://www.strava.com/clubs/737920/leaderboard) [Handy Bikes on RideWithGPS](https://ridewithgps.com/organizations/14675-handy-bikes)
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.

Google Maps Events Near You

Connect with your local Google Maps community

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
Build Real World AI Apps with Google Antigravity ✨
Build Real World AI Apps with Google Antigravity ✨
Please Join GDG Cloud Indy for a live demonstration of latest Google AI Tools for building apps, followed by practical examples of enterprise production. Coming to central Indy. The Lineup: 11:00 AM AI-Assisted Development with Antigravity Google Antigravity is an agent-first IDE. We will move beyond standard code completion to explore how autonomous agents can orchestrate terminal tasks, manage dependencies, and perform UI testing directly within the development environment. This session includes a walkthrough of Antigravity's core interface followed by a live demo building a simple full-stack webapp to show how these agentic workflows function in practice. Speaker : Anil Yanamandra is a Solutions Architect with 17+ years of experience building global, consumer-facing applications. He is currently focused on transforming legacy enterprise processes and systems through the strategic application of Generative AI. A hands-on practitioner in the rapidly evolving AI landscape, Anil constantly explores the latest tools and methodologies to bridge the gap between cutting-edge research and production-ready AI engineering. 11:40 AM Real Life AI Coding Examples Review real-life examples of applications and utilities created with AI code-assist tooling, as well as security and safety considerations pertaining to developing and using AI tools in a large organization. Speaker : Jeff Price is a Senior Technical DevOps Manager at Red Hat, and leads a technical team responsible for Enterprise Resource Planning systems and software delivery pipelines for Go to Market systems. He has a background in IT Infrastructure, Public and Private Cloud, and DevOps. The Perks: 🎁 Exclusive GDG Swag for attendees! 🍕 Pizza & Soft Drinks (for in-person guests). 🤝 Networking & Q&A with local industry leaders. Also, Check our Meetup page at https://www.meetup.com/gdgcloudindy/ See you there! P.S.-> Parking Vouchers instructions will be available to attendees for Free garage parking. This is a hybrid event. Join the event virtually at https://gdg.community.dev/events/details/google-gdg-cloud-indy-presents-build-real-world-ai-apps-with-google-antigravity/ or in person at Lacy School of Business (LSB) , Dugan Hall (DH 118 Classroom) , Butler University - 625 Butler Way Indianapolis, 46208 *** Agenda *** Speakers Anil Yanamandra Anil Yanamandra is a Solutions Architect with 17+ years of experience building global, consumer-facing applications. He is currently focused on transforming legacy enterprise processes and systems through the strategic application of Generative AI. A hands-on practitioner in the rapidly evolving AI landscape, Anil constantly explores the latest tools and methodologies to bridge the gap be… Jeff Price - Red Hat (Senior Technical DevOps Manager) Jeff Price is a Senior Technical DevOps Manager at Red Hat, and leads a technical team responsible for Enterprise Resource Planning systems and software delivery pipelines for Go to Market systems. He has a background in IT Infrastructure, Public and Private Cloud, and DevOps. Host Olga Scrivner - Scrivner Solution Inc. (President) Olga is an Assistant Computer Science and Software Engineering Professor at Rose-Hulman Institute of Technology. She is also a President and Co-Founder of Scrivner Solution Inc. Olga’s passion is upskilling and mentoring women in STEM. She is a Women TechMakers Ambassador and a member of the Executive Committee for the IEEE Women in Engineering (Central Indiana) chapter. Olga’s current researc… Complete your event RSVP here: https://gdg.community.dev/events/details/google-gdg-cloud-indy-presents-build-real-world-ai-apps-with-google-antigravity/.
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
Brunch @ The Walrus
Brunch @ The Walrus
CBusData - Discover the Power of Window Functions
CBusData - Discover the Power of Window Functions
Window functions have nothing to do with the Windows operating system but provide a “window” to a result set when used in SQL queries. They are powerful, set-based methods to view data in unexpected ways. Window functions provide easy, set-based solutions to solve some common problems: * Using running totals * Performing operations in intervals * Identifying data gaps and islands * Performing aggregates without losing detail Many people are confused by window functions and do not know how to use them properly. This session will explore window functions, how they work, and how to use them. Demonstrations with several examples will solidify how window functions can simplify queries and make them more powerful.
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 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!