Skip to content

Programming Languages

Meet other local people interested in Programming Languages: share experiences, inspire and encourage each other! Join a Programming Languages group.
pin icon
86
members
people1 icon
1
groups

Largest Programming Languages groups

  • Photo of the user Member 1
  • Photo of the user Member 2
  • Photo of the user Member 3
86 members

Newest Programming Languages groups

Frequently Asked Questions

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

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

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

Programming Languages Events This Week

Discover what is happening in the next few days

Least Frequently Used Cache: The Annoying Little Brother of LRU
Least Frequently Used Cache: The Annoying Little Brother of LRU
LFU looks deceptively close to LRU: both caches evict the "least useful" item. We'll look at how the ordering rule affects data structure design. We'll discuss the algorithmic tradeoffs behind LFU and compare different implementation strategies, ending with benchmarks in C++ and Rust. Date and time: **25th of June (Thursday), 6 pm** Location: **Beograđanka, Vidikovac, 22nd floor** Address: **Masarikova 5** Online: **[C++ Serbia YouTube](https://www.youtube.com/watch?v=PwmFvXE_K9I)** To join the community discussions, we are on: * [Discord](https://discord.gg/VDUn8YtHw8) * [Telegram](https://t.me/+l7NS0GrslBMwNzI0) * [Website](https://www.cppserbia.org/) See you!

Programming Languages Events Near You

Connect with your local Programming Languages community

Customize the IDE: Building Extensions for Visual Studio Code - Alan Barber
Customize the IDE: Building Extensions for Visual Studio Code - Alan Barber
**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** *Customize the IDE: Building Extensions for Visual Studio Code* Visual Studio Code is one of the most widely used development environments today, and much of its flexibility comes from its extension ecosystem. Extensions allow developers to customize the editor with new features, integrations, and workflow improvements tailored to their needs. In this session, we’ll cover what extensions are and the different types available, including full extensions written in TypeScript or JavaScript, along with lighter-weight extensions such as color themes, language packs, language support, code snippets, and keymaps. We’ll also look at practical reasons a developer might create an extension, from automating repetitive tasks to adding custom tooling. The session includes a hands-on walkthrough of creating a new extension, testing it locally, and understanding the basic project structure. We’ll close with a brief overview of how extensions are packaged and published to the Visual Studio Marketplace and other distribution options. **YouTube Link** TBD
AI Agents 101: How to Make ChatGPT Do Actual Work
AI Agents 101: How to Make ChatGPT Do Actual Work
Most people still use AI like a search box: type one question, get one answer, repeat. But the next step is AI agents: systems that can take a goal, break it into steps, use tools, remember context, and produce useful work for a human to review. In this beginner-friendly session, we’ll demystify what AI agents actually are — without hype or jargon. We’ll walk through practical examples of how agents can help with research, planning, writing, coding, operations, and personal productivity. We’ll cover: * What makes an AI “agent” instead of just a chatbot * How agents break tasks into steps * Where agents are genuinely useful today * Where they fail, hallucinate, or need human review * How to design simple AI workflows for your own work * A live demo of an AI agent-style workflow from start to finish No coding experience required. This is for anyone who wants to understand where AI tools are going and how to use them more effectively right now. LOGISTICS AND PARKING: The talk starts at 7:00 PM. The first half hour is reserved for everyone to get set up and mingle. Free pizza and drinks! The cheapest parking option is to find street parking, which will only cost you a few bucks. Otherwise, park in the nearby veteran's museum lot for $8. It's highly recommended you avoid the nearby $15 garage parking.
[Eric Rico: From Joints to Gestures: Reading Hands in Unity] (In-Person) #13
[Eric Rico: From Joints to Gestures: Reading Hands in Unity] (In-Person) #13
Let's get together and listen to **[Eric Rico](https://www.linkedin.com/in/ericrico/)** from Unity3D (**From Joints to Gestures: Reading Hands in Unity**). A hand tracker gives you joints, not a gesture. This talk shows how you get from raw joints to a "thumbs-up" in Unity: the pipeline that cleans up the data, how a gesture becomes a few 0-to-1 values within tolerance, and why orientation matters as much as finger shape. Includes a live demo of tuning gesture thresholds. Eric also runs the **[Columbus Unity User Group](https://www.meetup.com/columbus-unity-user-group/)**. Check it out! ***Bring your laptop and expect to write some (non-AI-generated) code!*** Food and drinks will be available. **LOCATION:** 6515 Longshore Loop, Suite 300, Dublin, OH 43017 **FREE PARKING:** 6725 Longshore Street, Dublin, OH 43017
July Meeting - Lightning Talks!
July Meeting - Lightning Talks!
**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** *July Meeting - Lightning Talks!* Lightning talks are very short presentations on a topic of your choice (must be related to .NET). Talks should be 15-20 minutes in length and include minimal slides and quick demo (no live coding please). There will be 6 slots available! First come, first serve! **YouTube Link** TBD
COhPy Monthly Meeting
COhPy Monthly Meeting
**Improving Office in Franklinton** Physical location: Improving Office 330 Rush Alley Suite #150 Columbus, OH 43215 Schedule: 6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages. 6:30 to 8:00 pm. Main meeting and presentation(s). Topic: This month Chris Pazsint will be talking about Agentic Coding. How does one use CLI Based Agents, and Agentic IDEs such as Cursor, Kiro, Antigravity? How to include agentic coding plugins for IDEs you already love such as Visual Studio Code. We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
COhPy Monthly Meeting
COhPy Monthly Meeting
**Improving Office in Franklinton** Physical location: Improving Office 330 Rush Alley Suite #150 Columbus, OH 43215 Schedule: 6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages. 6:30 to 8:00 pm. Main meeting and presentation(s). Topic: In this session, we will explore the concept of hyperdimensional computing (HDC), a brain-inspired method of computing. We'll begin by talking about neurons and the brain. Through simple Python examples we’ll dive into HDC and answer: What it is? How does it work? And, how does it learn? We will review how other researchers have applied HDC and demonstrate how it can be used for solving cybersecurity tasks. Where deep learning fails, HDC excels. No supercomputer? No problem. HDC offers interpretability, low energy requirements, robustness to errors, online learning, on-device learning, and more. By pushing the difficult calculations into the embedding process, learning becomes a cinch. By the end of this talk, attendees will have everything they need to teach their own hyperdimensional computing models. We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
Columbus Gay Pride Speed Dating for Professionals
Columbus Gay Pride Speed Dating for Professionals
**🏳️‍🌈 Columbus Virtual Gay Speed Dating – Hosted, Curated & on Zoom** **⚠️ RSVP alone doesn't secure your spot.** You must register through your age group link below and complete the personality quiz. Places are limited. **Select your age group below:** - **Ages 18-32** → [REGISTER HERE](https://theliveround.com/product?productId=518&productType=onlineSpeedDatingGay&city=Columbus&groupurlname=bloom-german-language-practice-and-film-gatherings&ar=18-32&face_v=8.0) - **Ages 30-46** → [REGISTER HERE](https://theliveround.com/product?productId=518&productType=onlineSpeedDatingGay&city=Columbus&groupurlname=bloom-german-language-practice-and-film-gatherings&ar=30-46&face_v=8.0) - **Ages 40-58** → [REGISTER HERE](https://theliveround.com/product?productId=518&productType=onlineSpeedDatingGay&city=Columbus&groupurlname=bloom-german-language-practice-and-film-gatherings&ar=40-58&face_v=8.0) - **Ages 55+** → [REGISTER HERE](https://theliveround.com/product?productId=518&productType=onlineSpeedDatingGay&city=Columbus&groupurlname=bloom-german-language-practice-and-film-gatherings&ar=55+&face_v=8.0) --- Ditch the apps. Meet Columbus gay singles face-to-face on Zoom tonight. Join from home, get paired with Columbus gay singles your age, and have real conversations on Zoom. A host manages everything so you can just relax and enjoy. 🎯 **Perfect for:** - Introverts who shine in one-on-one conversations - Gay singles in Columbus who want to meet people from home - People fed up with swiping who want actual conversation - People re-entering the dating scene after a break **Event Details** - **Format:** Zoom video event – short timed rounds - **Location:** Online from home – no going out required - **Host:** Friendly host who guides each round - **Vibe:** Casual, easy-going conversations with Columbus gay singles **How It Works** 1. **Register** – Pick your age group above and sign up. 2. **Do the matching quiz** – Helps us find your best matches for the night. 3. **Join on Zoom** – Click the link, hop on, and the host takes it from there. 4. **Meet your matches** – Rotate through quick chats with compatible Columbus singles. 5. **Get matches** – Mutual matches revealed after the event. 💡 **Tip:** Just be yourself. That's what works best. ⭐ *"I was nervous but the host made it effortless. Met someone wonderful first try."* – Columbus single --- ✨ Meet Columbus gay singles from home. Sign up and we'll take care of the rest. 💖 ✨