Engineering Management
Meet other local people interested in Engineering Management: share experiences, inspire and encourage each other! Join a Engineering Management group.
13,901
members
22
groups
Largest Engineering Management groups
Newest Engineering Management groups
Frequently Asked Questions
Yes! Check out engineering management events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the engineering management events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find engineering management events near your location here. Connect with your local community and discover events within your area.
Engineering Management Events Today
Join in-person Engineering Management events happening right now
Manic Mondays with Salsamante Dance Academy
Start your week the right way with Manic Mondays. Giving you an enjoyable Bachata lesson with a push of cool moves.
The second hour has Beginner/Intermediate Salsa on 1. You must understand basic Salsa skills to participate.
730pm-830pm Bachata Cool Moves
830pm-930pm Salsa On 1 (Beginner/Intermediate)
$15 for One Class
$20 for Both
Free Parking & Plenty of Dance Space.
Starting and Maintaining Relationships
This is a free in-person meeting.
Let's talk about relationships in such a way that you can really benefit from the knowledge.
We can talk about
* Soulmates
* How to start a relationship
* How to maintain a relationship
* How to pick the right partner
* How to recognize the red flags
* How to improve communication
* How to avoid argument and fights
* How to increase trust
You ask the questions, we'll talk about them.
Be sure to click on the red "Attend" button below to come to this local event. We look forward to seeing you there.
This group is sponsored the Dianetics & Scientology Self-Improvement Center.
Monday Night Meditation Practice
Join us on Monday nights at 7pm for two 25 minute quiet meditations, with one short walking meditation in between. There will be a brief and informal conversation afterward.
Stay for as long as you like and feel free to bring or share whatever is on your mind.
All Zen Center events are also available via Zoom at bit.ly/IndyZen.
Free In-Person Event: Handle Self-Confidence & Motivation to Achieve Your Goals
This is an in-person meeting.
Would you like to know the Real You, not just a shadow of yourself? Does your life energy feel somehow trapped within? Does your self-confidence get easily shaken? Do you get in the way of your own goals? We will discuss the real source of all this, what holds you back in life, and how to handle it so you can achieve more successful and happier living.
Perhaps you get weighed down with negative emotions you can't seem to shrug off. Or find yourself doing strange and irrational things - not really being yourself. We will cover why that is and tools that work to help you unearth your self, your self-confidence and motivation.
This meeting will help you learn about how to effectively overcome:
-Out-of-control unwanted emotions
-Low self-esteem
-Anxiety
-Negativity
-Stress
-Irrational fears
-Traumatic or painfully emotional incidents
-Breakups
-Betrayals
-Feeling like you're not really yourself
-Self-doubt...
We will discuss how to unleash the inner you and tap into your true potential. So come to this online meetup!
This meeting is sponsored by the Hubbard Dianetics Foundation of Central Ohio
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.
In-Person Event: The Answers to Depression & Anxiety
This is an in-person meeting. At this meeting you will get answers to depression and anxiety. Find out the source of them and how to get rid of them.
Did you know that unwanted emotions like anxiety, depression, unhappiness, loneliness, hopelessness, anger, fear, or feelings of irritation don’t just fall on you for no reason. They are not random occurrences that simply happen to people's minds. They are definitely not due to a chemical imbalance in your brain from some nebulous chemical reaction "by chance".
Your negative emotions are the symptoms of the painful experiences that you have which are not healed, and which are still affecting you.
The effects of these painful experiences are exacerbated by the pressures or difficulties of the other problems in your life.
Come to our Meetup, where we can introduce you to some of the knowledge, tools and techniques of the breakthroughs in the field of the mind that we can apply to this ever important area of life.
Be sure to click on the red "Attend" button below to come to this local event. We look forward to seeing you there.
This group is created by the Hubbard Dianetics Foundation of Central Ohio and Church of Scientology of Central Ohio.
Engineering Management Events This Week
Discover what is happening in the next few days
Vibe Coding 101: How to Build with AI
Curious about “vibe coding” but not sure what it actually means? This beginner-friendly talk is about how people are using AI to build websites, apps, automations, and small software projects by describing what they want in plain English.
We’ll cover what vibe coding is, what AI is good at, where it falls short, and how to actually use it without getting lost. The goal is not to hype AI as magic — it’s to show how to use it as a practical tool.
This session is designed for beginners, curious builders, non-programmers, and developers who want a clearer picture of how to build with AI today.
Topics include:
* What “vibe coding” means
* What AI can help you build
* Where AI is useful and where it is unreliable
* A simple workflow for building with AI
* Prompting tips for better results
* Common beginner mistakes to avoid
If you’ve ever thought, “I have an idea, but I don’t know how to build it,” this talk is for you.
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.
Global Azure - Columbus
The global Azure community is coming together again, and Columbus is officially on the map.
View the session lineup and speakers at [Global Azure Columbus 2026](https://coazure.github.io/cbus-global-azure-2026/)
On **Saturday, April 18, 2026**, the Azure Columbus Meetup, DevOps Meetup, and Code and Coffee Meetup are hosting our local edition of Global Azure 2026. This is a free, community-driven event packed with learning, networking, and all things Microsoft Azure.
Whether you’re building modern cloud-native apps, experimenting with AI agents, deploying containers, automating infrastructure, or just beginning your Azure journey, this event is for you!
**What to Expect**
* Engaging technical sessions
* Real-world Azure architecture & cloud-native patterns
* AI, agents, automation, and modern DevOps
* Food and drinks (because learning burns calories)
* Time to connect with fellow engineers, architects, and cloud enthusiasts
**Who Should Attend?**
* Software engineers (any language, any stack)
* Cloud architects
* DevOps engineers
* Data professionals
* AI explorers
* Platform builders
* Anyone who loves solving hard problems with great tools
If you build, deploy, automate, scale, monitor, or optimize in Azure, you’ll feel right at home.
**Why Global Azure?**
Global Azure is a worldwide community event where Azure user groups host learning sessions on the same day across the globe. It’s grassroots. It’s technical. It’s practical. And it’s powered by people who genuinely love sharing what they’ve learned.
And yes, it’s free to attend!
Gold Star Business Networking
Bring your business cards and network in person with other business professionals! Gold Star Referral Clubs is one of the most established professional networking organizations in the country, with multiple groups in central Ohio. Join us!
Christians in Tech - Meetup #33 @ Improving
Christians in Tech is a community at the intersection of faith and technology. Our meetups are designed to spark meaningful conversations, promote knowledge sharing, and encourage growth—both in your career and your spiritual walk with God. Whether you're an experienced professional or just starting your tech journey, CIT welcomes you.
Our Website
[https://linktr.ee/citcbus](https://linktr.ee/citcbus)
Sponsors and Partners
* Improving (Venue Sponsor)
* Bethel World Prayer Center (Fiscal Sponsor)
* Fruits & Roots (Coffee Partner)
Evolve Synergy: Westerville Chapter
At Evolve Synergy Sessions, you'll be part of a supportive mastermind where we share challenges, brainstorm solutions, and inspire one another to take bold steps in our businesses. Grow your network, gain fresh perspectives, and build meaningful relationships with like-minded women who are committed to success. Whether you’re looking to move the needle in your business or simply need a space to connect and recharge, this is the perfect place to fuel your entrepreneurial journey.
[Add Event to Calendar](https://evolvecolumbus.eventcalendarapp.com/)
\*\* Please note, we will be arriving around 8:15a for open networking! Get there early and get connected!
Contact Alexis Morley at [alexis.morley@edwardjones.com](mailto:alexis.morley@edwardjones.com) or Terri Lawson at [terri.lawson@e-merge.com](mailto:terri.lawson@e-merge.com) for more information.
Connected Westerville Night of Networking!
**Connected Westerville Night of Networking** *April Edition: The Introduction Economy*
You've been to the networking events. You've done the small talk. Collected the cards. Forgotten the names. And walked out feeling like you just wasted two hours of your life.
The problem isn't you. It's the format.
Most networking events put you in a room and tell you to figure it out. So everyone defaults to elevator pitches and business talk, and nothing real gets built.
Here's the truth about networking that most people miss: Your network isn't just who you know. It's who thinks of you when they're talking to someone else.
*That's* The Introduction Economy. And it only works when relationships are real.
There's a reason people who come once keep coming back. It starts with seven minutes that feel nothing like networking.
Then we open it up. Free networking. More conversations. More momentum.
This is a room full of corporate professionals, entrepreneurs, business owners, creatives, and career builders in the Westerville and Columbus area. The mix is the magic.
You might never do business with everyone you meet tonight. But someone in this room will think of *you.* **By name**. So, the next time someone needs exactly what you do, you get the recommendation.
**April 14th. RSVP now.**
**When:** Tuesday\, April 14th \| 6:15 PM \-\- 8:00 PM **Where:** Vineyard Community Center \| 6000 Cooper Rd\, Westerville\, OH 43081
Engineering Management Events Near You
Connect with your local Engineering Management community
The Story So Far: A WiA Reflection Circle
A WiA Collective Wisdom Exchange
At the start of this year, we gathered to look back, set intentions, and imagine the next chapter.
This is the follow-up.
Not a check-in. Not a progress report. A small, facilitated circle to reconnect with what you said mattered — and honestly explore what’s actually happening now.
Together, we’ll explore:
• What you intended at the start of this year - and what that looks like three months in
• What’s surprised you, supported you, or shifted
• What the next chapter needs now that you know what you know
If you were at our January gathering, bring whatever you made or wrote — your word, your artifact, your intention. We’ll look at it with fresh eyes. If this is your first time, you belong here too. You’ll start where we all started: with what’s true right now.
Optional art materials will be available for anyone who wants to reflect creatively alongside conversation. If you brought something home from January, you’re warmly invited to bring it back.
The intention is the same as always: everyone leaves feeling more clear, more connected, and a little lighter.
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 alongside conversation
• 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 honest conversation and community beyond frameworks and buzzwords.
Good to Know
• No preparation required
• If you attended in January, we invite you to bring anything you created or wrote (or something that represents your intention at the start of the year) - it’s optional but invited
• Participation is invitational; listening is always welcome
• Creative activities are optional
Agile Coaching Circle -- IN-PERSON
Join other experienced and aspiring agile coaches and professionals to:
* develop and practice your coaching skills in a peer-to-peer environment
* share current successes and challenges in your work environment and get support from each other
* learn from each other, build better relationships and experiment with new ideas
***NOTE:*** Pre-registration is required for this event. **Please arrive 10 minutes early** to check in at the security desk.
April Indiana D365 F&O/BC Meeting
We're working on some great speakers for the April meeting. Agenda TBA:
11 Welcome
11:15 Michael Franchino - Using MCP in BC: Turning AI from Novelty into Tooling
Noon - Networking Lunch
12:30 Dan Gianguilio - From complex to configured: making advanced warehousing work for you
1:25 Mark Zerr - Ohh, Cool Button's
2:00 Closing Remarks
You're invited to Indiana D365 April User Group Meeting
Wed Apr 22, 2026
11:00 AM—1:30 PM (EST)
[https://teams.microsoft.com/l/meetup-join/19%3ameeting_NDQ3M2ExZWMtNzg5YS00N2M3LTkyNTItZmY0M2Q2NWFmYzBl%40thread.v2/0?context=%7b%22Tid%22%3a%22b4c9f32e-da17-4ded-9c95-ce9da38f25d9%22%2c%22Oid%22%3a%2267db4a27-1865-4ea7-bb20-a28137a8aa56%22%7d](https://teams.microsoft.com/l/meetup-join/19%3ameeting_NDQ3M2ExZWMtNzg5YS00N2M3LTkyNTItZmY0M2Q2NWFmYzBl%40thread.v2/0?context=%7b%22Tid%22%3a%22b4c9f32e-da17-4ded-9c95-ce9da38f25d9%22%2c%22Oid%22%3a%2267db4a27-1865-4ea7-bb20-a28137a8aa56%22%7d)
Tap on the link or paste it in a browser to join.
What If Your AI Could Be a Team? - Chad Green
**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**
GitHub Copilot is powerful, but what if you could scale from a solo AI assistant to an entire team of specialized agents working in parallel? This session introduces Squad: an open-source framework for multi-agent orchestration that lets you define teams of AI agents with specific roles, responsibilities, and expertise.
We'll progress from Copilot basics to the Copilot CLI, explore how Agents add autonomy, and see how Instructions and Skills let you customize agent behavior. Then, the climax: a live demo where a Squad team of 3 agents (Lead, Developer, Tester) stands up and builds a working application in real-time, showcasing true multi-agent collaboration.
Whether you're new to AI or exploring how to scale your use of Copilot, this session will show you what's possible when agents work as a team.
**YouTube Link**
TBD
Prompt vs. Paintbrush
AI is changing how art is made. But when does it stop being your work and start being the machine’s?
This month we're going to be doing a panel with with digital image, music, and written word artists, talking about at what point, while using AI in the creation process, does the work become not the artist creation?
We encourage audience participation during this event that will be moderated by Chris Slee.
Whether you’re deep in the field or just getting curious, come connect with others building and exploring AI in Columbus.
Sponsored by [Transform Labs](https://www.transformlabs.com/services)
Sign up also accessible via [Transform Labs Luma](https://luma.com/55umjqta)
Columbus HUG April
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/cbus-hug-2026/
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Bring your Raspberry Pi, Arduino, microcontroller, or any other electronic project and join fellow electronics makers for a night of creativity and collaboration!
This session is open forum to share your current projects—whether complete or in progress, it’s all interesting! Whether you’re deep into embedded systems, exploring new ideas, or just getting started, you’ll find a welcoming space to collaborate, share, and get inspired.
**New to electronics or curious about tinkering?**
You’re absolutely welcome. If you’re a beginner and want to experiment, I’ll have a couple of starter kits available so you can try things out—whether that’s blinking your first LED, putting something on a display, or experimenting with simple sensors. No pressure and no experience required—just an interest in learning and building.
While we continue to pursue a more permanent venue for this Meetup, we’ll be using public library facilities based on availability. This session will be at the Worthington Park Library in the Olentangy Meeting Room.






























