SaaS (Software as a Service)
Ontmoet andere mensen bij je in de buurt die geïnteresseerd zijn in SaaS (Software as a Service): wissel ervaringen uit, inspireer en moedig elkaar aan! Word lid van een groep over SaaS (Software as a Service).
1.437.110
leden
1.554
groepen
Grootste groepen over SaaS (Software as a Service)
Nieuwste groepen over SaaS (Software as a Service)
Veelgestelde Vragen
Ja! Bekijk saas (software as a service) evenementen die vandaag plaatsvinden hier. Dit zijn persoonlijke bijeenkomsten waar je medeliefhebbers kunt ontmoeten en direct kunt deelnemen aan activiteiten.
Ontdek alle saas (software as a service) evenementen die deze week plaatsvinden hier. Plan vooruit en doe mee aan spannende meetups gedurende de week.
Zeker! Vind saas (software as a service) evenementen bij jou in de buurt hier. Verbind met je lokale gemeenschap en ontdek evenementen in jouw omgeving.
SaaS (Software as a Service) Evenementen Vandaag
Doe mee aan de SaaS (Software as a Service) evenementen die nu plaatsvinden
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
Cocoaheads
Come out to Improving for our monthly iOS and Mac meetings.
This Month's Presentation:
Nothing yet. (You should volunteer).
What is Cocoaheads (http://cocoaheads.org/)?
CocoaHeads is a group devoted to discussion of Apple Computer's Cocoa Framework for programming on MacOS X and iOS (including the iPhone, iPad and Apple Watch). During monthly meetings, members present on their projects and offer tutorials on various programming topics.
What is BuckeyeCocoa (http://buckeyecocoa.org/)?
BuckeyeCocoa is a group of Objective-C/Swift developers/enthusiasts. We host monthly Cocoaheads and near-weekly NSCoder meetings in Columbus, Ohio. The meetings are free to attend.
Presentations!
Presenters welcome! We are always in need of people willing to present material. Any Swift and/or Objective-C related topic is welcome. Times can be 5 minutes (i.e. lightning talks) to a maximum of 2 hours. Interested? Contact info is on the BuckeyeCocoa website.
To volunteer for a presentation contact us at @BuckeyeCocoa on Twitter.
Follow us on Twitter! @BuckeyeCocoa (https://twitter.com/#!/Buckeyecocoa/) For more information: http://buckeyecocoa.org/
Scali Ristorante
Let’s try this popular Italian restaurant in Reynoldsburg.
This is the menu:
https://scaliristorante.com/#4e468054-0235-43e2-81c2-44e061341e9e
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.
Lunch at Cooper’s Hawk
Join us for lunch at Cooper’s Hawk in Easton. If the weather is nice, we’ll enjoy lunch on their gorgeous patio!
CSS3 Master Series (Class 06 of 06) (FEE BASED)
**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, on a first-come, first-served basis.
3. Each class, from BOTH a sign-up and fee perspective, is a separate entity.
**Introduction:**
**The breakdown of the four-class series is as follows:**
**Class 1: Introduction to Web Styling and Basic CSS3**
**Class 2:**
**Class 3:**
**Class 4:**
**Class 5:**
**Class 6:**
Hike Bexley - UPDATED DATE
Meet at Wolfe Park parking lot by tennis courts. We willl walk along Alum Creek trail, through Jeffrey Mansion Park then along Bexley neighborhood and back.
Optional lunch at Trolley District.
SaaS (Software as a Service) Evenementen Deze Week
Ontdek wat er de komende dagen gebeurt
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!
Westerville Queer Coffee Meetup
WQC has weekly Thursday night social nights at the Westerville Java Central. Come and grab a coffee and connect with the community: low stakes, chill environment, and tasty drinks. No registration is required; come as you are.
[X-post, RSVP link in desc.] Global Azure - Columbus
Colombus Code & Coffee is thrilled to partner with Central Ohio Azure to put on the global Azure community day! RSVP here: https://www.meetup.com/central-ohio-azure/events/313484939/
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!
Columbus Code & Coffee 85 @ 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!
CMG Gives Back: 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! 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. For this event, 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:20am 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 (in the back of the building), indicated in the attached map. On-site parking in the adjacent lot and street parking is available in the surrounding area. Below are some links / attachments with additional info/details:
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 try to update your RSVP no later than one week prior to the event. With 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. Our Partner Agency for this event is Lutheran Social Services! A huge THANK YOU to all of YOU for volunteering at this (and any of our previous) CMG Gives Back events!
Should be a good/fun/meaningful time together, Dan
Recruiting Virtual Mental Health Group Leaders!
We are recruiting new group leaders for virtual men's groups! Our primary groups are outdoor movement groups, but we are launching virtual groups for the state of Ohio and beyond and the groups will move outside in the spring, creating room for men's groups, women's groups and coed groups all over the country.
Read below to learn about our groups and click the links at the bottom to apply.
### **What is an Outdoor Empowerment Group?**
Our Outdoor Movement & Community Empowerment Groups are simple, guided experiences designed to help people reconnect with nature, themselves, and others. We combine some form of movement (hike, walk, run, bike, yoga, workout) and meaningful conversation within a simple community circle to create a space where individuals can support each other while prioritizing mental and physical well-being.
Whether you’re seeking stress relief, personal growth, or community, our groups offer everyone a unique and welcoming environment.
## **Why Join?**
* **Improve Mental & Physical Well-Being** – Movement, nature, and supportive conversations reduce stress and promote balance.
* **Feel Less Alone** – Build genuine connections with like-minded people in a safe, welcoming space.
* **Gain Clarity & Perspective** – Step outside daily routines and into a space designed for personal growth and reflection.
## **The Ideal Group Leader**
The ideal group leader
* Has a born-in passion for mental health, movement, connecting with nature and building community.
* Has 5 extra hours per week to dedicate to a meaningful cause for at least one year. Yes, you can leave any organization at any time and we can also ask you to leave, but we are building with legacy in mind and we need people who can commit and be ALL IN on this mission to build with us.
* Is independently financially stable with the ability to volunteer with no expectation of pay. This is a deeply beautiful journey of service that all participants commit to at Speak Your Mind.
* An ability to manage groups with high emotional intelligence and desire for human connection.
* An ability to self-motivate and market/promote their group on Facebook and other social platforms.
* Nature informed therapy or clinical therapists/psychologists a plus.
## **Our Impact**

Since launching, we have helped thousands find support, connection, and healing through our Outdoor Movement Groups. 100% of participants surveyed have reported:
* A noticeable improvement in mental clarity and emotional well-being.
* An increase in social connection and a sense of belonging.
* Said they would return again.
We believe mental health should be accessible, community-driven, and rooted in nature. Join us and take the first step toward a more connected, grounded, and supported version of yourself.
### **Why Our Groups are Donation-Based**
Our Outdoor Movement Groups are made possible through a donation-based model. This approach allows us to keep our events accessible to everyone, regardless of financial circumstances, while also ensuring that we can continue expanding our reach. It’s a great way to pay it forward and support the growth of this beautiful mission!
Every contribution helps us:
* **Cover Essential Costs** – Donations allow us to pay essential legal, marketing, insurance, and admin costs as well as nourish the important people who run the organization.
* **Grow Our Mission** – With your support, we can bring these healing experiences to thousands more people in the future and execute our long term plan to expand across the USA, affecting up to 500,000 people per year.
By choosing to contribute, you’re not just leading an event—you’re helping build a mental health movement that supports long-term well-being and connection for all during a severe mental health epidemic.
## **Come Join Us!**
We’d love to have you be part of this growing community of people prioritizing their mental health, movement, and connection.
🔹 **Visit Our Website to Learn More:** https://speakyourmind.men/joinusoutside
🔹 **Apply Here to Lead Your Own Group!** – https://form.jotform.com/taketimespeakyourmind/sym-group-leader-application
🔹 **Support the mission**: If you resonate with the mission and want to support, feel free to join a group before applying or donate to help us reach our goals to help more people! You can donate here: https://secure.givelively.org/donate/angels-for-angels/speak-your-mind
Please text Mario with any questions: (808) 855-8831
SaaS (Software as a Service) Evenementen Bij Jou In De Buurt
Maak contact met je lokale SaaS (Software as a Service)-community
CONNECTED Westerville Mastermind Group
Join the CONNECTED Westerville Mastermind Group for a dynamic afternoon of B2B networking! This event is perfect for professionals looking to expand their business connections, share insights, and foster collaboration within the community. Whether you are a seasoned entrepreneur or just starting out, this event offers a valuable opportunity to exchange ideas, build relationships, and grow your network in a supportive environment. Connect with like-minded individuals, explore potential partnerships, and discover new opportunities for professional growth. Don't miss out on this chance to enhance your business network and take your career to the next level with CONNECTED Westerville Mastermind Group! We meet the 4th Monday of every month from 11am-1pm. Welcome and general networking from 11am - 11:30am with core meeting 11;30 - 12:30 and a final round of networking from 12:30 - 1pm.
Operating Data Pipelines at Scale: Lessons from a Metadata-Driven Architecture
We will cover metadata-driven approach to building and operating data pipelines at scale on AWS. Discuss architecture, design trade-offs, and lessons learned from running a unified pipeline across multiple customers using configuration-driven workflows.
**Presenter: Dilshad Nasirov**
Seasoned Software Architect and cloud practitioner with 20+ years of experience building scalable systems and data platforms. Specializes in AWS, with deep expertise in data lakes, serverless architectures, and real-time data processing. Has led the design and delivery of enterprise-grade solutions across industries, helping organizations improve performance, reduce costs, and unlock data-driven insights.
https://www.linkedin.com/in/dilshad-nasirov-4538431/
**CALL FOR SPEAKERS**
Learn more: https://www.awscolumbus.com/get-involved/
**THANK YOU** *Leading EDJE* for hosting our meetup!
Leading EDJE specializes in helping organizations innovate and solve complex problems. EDJE does this with their "A" player team of professionals using agile methodologies and SCRUM management techniques to give organizations a competitive advantage that sets them apart. Learn more at https://www.leadingedje.com/
**THANK YOU** *Amazon Web Services* for sponsoring pizza! Learn more at https://aws.amazon.com/.
**DIRECTIONS**
6515 Longshore Loop, Suite 300
Dublin, OH 43017
(3rd floor)
**FREE PARKING** at the Endres Garage across the street, 6540 Riverside Dr, Dublin, OH
**Want to sponsor the pizza and/or bar tab for a future meetup?**
Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
Vaso Dublin: Happy Hour & Trivia
We're bringing the community together for a casual happy hour with ServiceNow-themed trivia, food and drinks, and great conversation.
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
Westerville Queer Coffee Meetup
WQC has weekly Thursday night social nights at the Westerville Java Central. Come and grab a coffee and connect with the community: low stakes, chill environment, and tasty drinks. No registration is required; come as you are.
Columbus HUG April
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/cbus-hug-2026/
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.




















![[X-post, RSVP link in desc.] Global Azure - Columbus](https://secure.meetupstatic.com/photos/event/1/6/2/2/highres_533405666.webp?w=640)








