Skip to content

International Development

Meet other local people interested in International Development: share experiences, inspire and encourage each other! Join a International Development group.
pin icon
1,836
members
people1 icon
2
groups

Largest International Development groups

Frequently Asked Questions

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

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

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

International Development Events Near You

Connect with your local International Development community

Intro to GitHub Copilot: Your AI Pair Programmer - Chris Steele
Intro to GitHub Copilot: Your AI Pair Programmer - Chris Steele
**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** GitHub Copilot is rapidly changing how developers write, understand, and maintain code. Powered by generative AI and deeply integrated into modern development environments, Copilot acts as an intelligent coding assistant, helping developers move faster while maintaining quality and focus. In this session, we’ll explore what GitHub Copilot is, how it works, and where it fits into a real-world developer workflow. We’ll break down what Copilot can (and cannot) do, where it can be used, and how licensing differs for individuals and organizations. Most importantly, this talk goes beyond theory with a live, hands-on demo showcasing Copilot inside the IDE and on GitHub, demonstrating how it can assist with code generation, refactoring, learning new APIs, and accelerating day-to-day development tasks. Designed for developers, technical leads, and engineering managers, this session provides a practical introduction to AI-assisted development, highlights best practices for getting value from Copilot, and closes with guidance on how to continue learning and evolving alongside this rapidly advancing tool. Attendees will leave with a clear understanding of how GitHub Copilot can enhance productivity, improve developer experience, and fit into modern software teams today, not someday. **YouTube Link** TBA
Columbus Code & Coffee 82 @ Improving
Columbus Code & Coffee 82 @ 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!
The Next Chapter: Looking Back, Leaning Forward, A WIA Vision Circle
The Next Chapter: Looking Back, Leaning Forward, A WIA Vision Circle
As we step into a new year, many of us are carrying lessons, practices, and questions shaped by the year behind us. The Next Chapter: Looking Back, Leaning Forward is a warm, facilitated vision circle designed to help us pause together, reflect on what truly worked, and imagine what we want to carry forward into what comes next. This is not a talk or presentation. It’s a small, participatory gathering focused on shared reflection, sense-making, and connection. **Together, we’ll explore:** * What supported you over the past year — in your work, leadership, or life * What you’re ready to leave behind * What you want next January’s version of yourself to be saying To support reflection in different ways, we’ll also have optional art materials available for anyone who would like to create a simple artifact for their year — a visual or tactile reminder of what they’re carrying forward. We’ll provide basic art supplies such as colored pencils, markers, paint pens, and small canvases. If you enjoy working with collage or other media, you’re warmly invited to bring magazines, stickers, or your favorite creative materials to use or share. Participation in the creative portion is completely optional. You don’t need a plan, goals, or polished answers. Curiosity, honesty, and listening are more than enough. The intention is for everyone to leave feeling grounded, refreshed, and inspired — with a clearer sense of what matters to them and how we can support one another as a community. Space is intentionally limited to keep the experience intimate. ⸻ **What to Expect** * A small, welcoming circle (not a large meetup) * Structured conversation so everyone has space to speak * Reflection, listening, and lived experience — not advice-giving * Optional creative reflection using simple art materials * A calm, supportive environment ⸻ **Who This Is For** Women and underrepresented folks working in or around agile, product, technology, leadership, or organizational change — especially those looking for thoughtful conversation and community beyond frameworks and buzzwords. ⸻ **Good to Know** * No preparation required * Participation is invitational; listening is always welcome * Creative activities are optional — you can simply listen and reflect * You’re welcome to bring your own collage or craft materials if you’d like * Location details will be shared with registered attendees
HTML5 Master Series (Class 01 of 04) (SPECIAL OFFERING)
HTML5 Master Series (Class 01 of 04) (SPECIAL OFFERING)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:** 1. The dates listed for this series are about 95% reliable. We are completing our 2026 schedule as we speak, so minor adjustments are still occurring. 2. Each class in this series has an attendance fee, though this first offering is free on a first-come, first-served basis. 3. Each class, from BOTH a sign-up and fee perspective, is a separate entity. **Introduction:** HTML5 is the foundational technology for modern web development, serving as the standard markup language for structuring and presenting content on the World Wide Web. Developed through a collaboration between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), HTML5 provides a robust system of elements (tags) that tell a browser how to display text, images, and multimedia in a clear and meaningful way. It works in concert with Cascading Style Sheets (CSS) for presentation and JavaScript for interactivity, forming the core technology stack for virtually all websites and many web applications today. One of the significant advancements of HTML5 is the introduction of powerful new features and elements designed to improve functionality and simplify development. Key additions include native multimedia support via the \ and \ tags, allowing developers to embed media without third-party plugins. It also offers new form controls for better user input, such as date and email types, and introduces web storage capabilities to store data offline for enhanced performance. These features streamline the process of building rich, interactive web experiences. A significant focus of HTML5 is enhanced semantics and better structural organization of content. New semantic elements like , , , , and \ provide meaningful structure to documents, which aids in search engine optimization (SEO) and improves accessibility for assistive technologies. These elements define different parts of a webpage (e.g., a header for the top, a nav for navigation links, a footer for the bottom), making the code more readable and understandable for both developers and machines. This emphasis on clear structure helps in creating more logical and maintainable websites. Developing websites in today's competitive environment requires taking advantage of every technique you can to get the maximum exposure possible. Our HTML5 class will not only show you what's new in the HTML specification, but also the best way to develop optimized web pages that get the attention your client and/or company requires. **The breakdown of the four-class series is as follows:** **Class 1: Introduction to Web Structure and Basic HTML5** This class introduces the core concepts of web development, the history of HTML, and the fundamental structure of an HTML5 document. * **Topics**: * **Web Architecture Overview**: How browsers, servers, and web pages interact. * **HTML Fundamentals**: Understanding elements, tags, and attributes. * **Basic Document Structure**: Using !DOCTYPE html, html, head, and body. * **Text Formatting**: Headings (h1 to h6), paragraphs (p), and text-level semantics (e.g., strong, em, br). * **Lists and Links**: Creating ordered (ol) and unordered (ul) lists, and linking between pages using anchor tags (a). * **Activity**: Students create a basic personal webpage containing text, a list of hobbies, and a link to an external website. **Class 2: Semantic HTML5 and Multimedia Integration** Class 2 focuses on modern HTML5 elements that provide meaning (semantics) to content, improving accessibility and search engine optimization. It also covers adding images and multimedia. * **Topics**: * **Semantic Elements**: Understanding and implementing elements like header, footer, nav, section, and article. * **Images**: Adding images using the img tag and attributes like src, alt, width, and height. * **Multimedia**: Embedding audio and video content using the audio and video tags. * **File and Folder Structure**: Best practices for organizing project files and managing file paths. * **Activity**: Students refactor their Class 1 project to use a proper semantic layout and add an image and a link to a video file. **Class 3: Forms and User Input** This session is dedicated to building interactive HTML5 forms, which are essential for capturing user data and input. * **Topics**: * **Form Basics**: Using the form element, action and method attributes. * **Input Types**: Exploring various input types (e.g., text, password, checkbox, radio, date, submit). * **Form Elements**: Utilizing label, textarea, select, option, and button. * **Client-side Validation**: Implementing HTML5 validation attributes like required, minlength, and pattern. * **Activity**: Students build a complete contact form with different input fields, radio buttons, and basic HTML5 validation. **Class 4: Introduction to CSS3 and Basic Styling** The final class introduces Cascading Style Sheets (CSS) to style the HTML content and make the web pages visually appealing and accessible. * **Topics**: * **CSS Fundamentals**: The role of CSS, selectors, properties, and values. * **Integrating CSS**: Using inline, internal, and external style sheets. * **The Box Model**: Understanding margin, padding, border, and content for basic layout. * **Basic Styling**: Changing colors, fonts, and text alignment. * **Accessibility Basics**: Identifying principles of web design usability and accessibility, including ARIA labels. * **Activity**: Students apply an external CSS file to their Class 3 form project to style the layout, colors, and fonts, culminating in a well-structured and styled webpage.
CMG Gives Back - February: Serve Brunch at FAITH MISSION GRANT KITCHEN!
CMG Gives Back - February: Serve Brunch at FAITH MISSION GRANT KITCHEN!
Join us as we get together to get together to help those in need at this CMG Gives Back event! For this event, we’ll help prepare food, serve meals, assist residents, wash dishes and clean surfaces at Fath Mission – Grant Kitchen. We have a great little community of Movie Group friends so rather than see a movie this time, we’ll help “Create a better world” by helping serve those in need. Here are complete details and our plan for this event: FAITH MISSION – GRANT KITCHEN: The Faith Mission kitchen and dining room serves residents 3 meals a day, every day of the year. Our group will help prepare food, serve meals, assist residents in the dining room, wash dishes, and clean surfaces. PLAN: We will be preparing / serving / cleaning for BRUNCH from 10:30am to 12:30pm and have space for a total of 7 volunteers. Please arrive at 10:15am and wear closed-toe shoes and long pants. LOCATION: Faith Mission – Grant Kitchen is located at 245 N. Grant Ave. Enter the kitchen at Dock 1, indicated in the attached map. On-site and street parking are available in the surrounding area. Below are some links / attachments with additional info/details: \* LSS Volunteer Guidelines: Uploaded to photos. \* Parking Map Info: Uploaded to photos. \* LSS Faith Mission Orientation Video: https://www.youtube.com/watch?v=Bp46_6ay6iA \* Link with Additional Details / Info: https://lss.vomo.org/opportunity/faith-mission-grant-kitchen-2025 IMPORTANT REMINDER: Our group will be providing all of the volunteers on this day so a firm RSVP count is essential. Please only sign up if you are certain you’ll be able to attend. If something unavoidable comes up, please update your RSVP no later than one week prior to the event. With very few exceptions, no shows or cancelations within 1 week of the event will not be eligible for future CMG Gives Back events. I appreciate your understanding as we try to ensure the agencies have the volunteers needed to provide the essential services they provide to the vulnerable population they serve. THANK YOU: This CMG Gives Back event provides an opportunity for YOU to get involved in helping others! Benefits go well beyond the help we give to others. Volunteering provides a wide range of personal benefits, including positive effects on mental and physical health, reduced stress/depression/anxiety, increased happiness and improved purpose, life-satisfaction and personal well-being! Plus, the opportunity to get involved, connect with others and help those in need. PARTNER AGENCY: This event is hosted by Lutheran Social Services (LSS), which serves thousands of people in need each day in 27 Ohio counties by addressing the four core societal issues of food, shelter, safety and healing. LSS offers food through the LSS Food Pantries, housing and supportive services through LSS Faith Mission and LSS Faith Mission of Fairfield County homeless shelters, domestic violence services through LSS CHOICES for Victims of Domestic Violence, senior living and health care, affordable housing communities, and other services that uplift families and strengthen communities. Look forward to seeing you there, Dan
HTML5 Master Series (Class 02 of 04) (SPECIAL OFFERING)
HTML5 Master Series (Class 02 of 04) (SPECIAL OFFERING)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:** 1. The dates listed for this series are about 95% reliable. We are completing our 2026 schedule as we speak, so minor adjustments are still occurring. 2. Each class in this series has an attendance fee, though this first offering is free on a first-come, first-served basis. 3. Each class, from BOTH a sign-up and fee perspective, is a separate entity. **Introduction:** HTML5 is the foundational technology for modern web development, serving as the standard markup language for structuring and presenting content on the World Wide Web. Developed through a collaboration between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), HTML5 provides a robust system of elements (tags) that tell a browser how to display text, images, and multimedia in a clear and meaningful way. It works in concert with Cascading Style Sheets (CSS) for presentation and JavaScript for interactivity, forming the core technology stack for virtually all websites and many web applications today. One of the significant advancements of HTML5 is the introduction of powerful new features and elements designed to improve functionality and simplify development. Key additions include native multimedia support via the \ and \ tags, allowing developers to embed media without third-party plugins. It also offers new form controls for better user input, such as date and email types, and introduces web storage capabilities to store data offline for enhanced performance. These features streamline the process of building rich, interactive web experiences. A significant focus of HTML5 is enhanced semantics and better structural organization of content. New semantic elements like , , , , and \ provide meaningful structure to documents, which aids in search engine optimization (SEO) and improves accessibility for assistive technologies. These elements define different parts of a webpage (e.g., a header for the top, a nav for navigation links, a footer for the bottom), making the code more readable and understandable for both developers and machines. This emphasis on clear structure helps in creating more logical and maintainable websites. Developing websites in today's competitive environment requires taking advantage of every technique you can to get the maximum exposure possible. Our HTML5 class will not only show you what's new in the HTML specification, but also the best way to develop optimized web pages that get the attention your client and/or company requires. **The breakdown of the four-class series is as follows:** **Class 1: Introduction to Web Structure and Basic HTML5** This class introduces the core concepts of web development, the history of HTML, and the fundamental structure of an HTML5 document. * **Topics**: * **Web Architecture Overview**: How browsers, servers, and web pages interact. * **HTML Fundamentals**: Understanding elements, tags, and attributes. * **Basic Document Structure**: Using !DOCTYPE html, html, head, and body. * **Text Formatting**: Headings (h1 to h6), paragraphs (p), and text-level semantics (e.g., strong, em, br). * **Lists and Links**: Creating ordered (ol) and unordered (ul) lists, and linking between pages using anchor tags (a). * **Activity**: Students create a basic personal webpage containing text, a list of hobbies, and a link to an external website. **Class 2: Semantic HTML5 and Multimedia Integration** Class 2 focuses on modern HTML5 elements that provide meaning (semantics) to content, improving accessibility and search engine optimization. It also covers adding images and multimedia. * **Topics**: * **Semantic Elements**: Understanding and implementing elements like header, footer, nav, section, and article. * **Images**: Adding images using the img tag and attributes like src, alt, width, and height. * **Multimedia**: Embedding audio and video content using the audio and video tags. * **File and Folder Structure**: Best practices for organizing project files and managing file paths. * **Activity**: Students refactor their Class 1 project to use a proper semantic layout and add an image and a link to a video file. **Class 3: Forms and User Input** This session is dedicated to building interactive HTML5 forms, which are essential for capturing user data and input. * **Topics**: * **Form Basics**: Using the form element, action and method attributes. * **Input Types**: Exploring various input types (e.g., text, password, checkbox, radio, date, submit). * **Form Elements**: Utilizing label, textarea, select, option, and button. * **Client-side Validation**: Implementing HTML5 validation attributes like required, minlength, and pattern. * **Activity**: Students build a complete contact form with different input fields, radio buttons, and basic HTML5 validation. **Class 4: Introduction to CSS3 and Basic Styling** The final class introduces Cascading Style Sheets (CSS) to style the HTML content and make the web pages visually appealing and accessible. * **Topics**: * **CSS Fundamentals**: The role of CSS, selectors, properties, and values. * **Integrating CSS**: Using inline, internal, and external style sheets. * **The Box Model**: Understanding margin, padding, border, and content for basic layout. * **Basic Styling**: Changing colors, fonts, and text alignment. * **Accessibility Basics**: Identifying principles of web design usability and accessibility, including ARIA labels. * **Activity**: Students apply an external CSS file to their Class 3 form project to style the layout, colors, and fonts, culminating in a well-structured and styled webpage.
DevOps Columbus January: Learn Infrastructure-as-Code Through Minecraft
DevOps Columbus January: Learn Infrastructure-as-Code Through Minecraft
## Details \#\# Learn Infrastructure\-as\-Code \(the FUN Way\) — Through Minecraft 🎮☁️ **Joint Meetup: DevOps Columbus - Azure CBUS - Columbus HashiCorp User Group** What if learning Terraform and Infrastructure-as-Code didn’t feel like a whitepaper… but more like a game? Join us for a joint DevOps Columbus, Azure CBUS and Columbus HashiCorp User Group meetup where **Mark Tinderholt** \(Principal Architect\, Microsoft Azure \| HashiCorp Ambassador \| “The Azure Terraformer”\) shows how **Minecraft** can be used as a surprisingly powerful way to understand real-world Infrastructure-as-Code concepts. In this session, Mark will demonstrate how Terraform and Azure can be used to provision, configure, and manage Minecraft servers—while teaching the same patterns you’d use for production cloud infrastructure. \#\#\# What we’ll cover * Infrastructure-as-Code fundamentals using **Terraform** * Provisioning real infrastructure on **Azure** * Applying **IaC best practices** (immutability, repeatability, versioning) * How playful environments like Minecraft make complex concepts *click* * Why learning through experimentation beats click-ops every time \#\#\# Who should attend * Developers, platform engineers, and cloud engineers * Terraform users (new or experienced) * Anyone curious about Infrastructure-as-Code but tired of boring examples * Minecraft fans who want to see it used in a totally unexpected way No prior Minecraft experience required—just curiosity and a willingness to learn infrastructure the fun way. Come for the blocks, stay for the Terraform. 🧱➡️📐