Software Development
Meet other local Software Developers. Discuss various programming languages and techniques!
7,675
members
24
groups
Largest Software Development groups
Newest Software Development groups
Frequently Asked Questions
Yes! Check out software 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 software development events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find software development events near your location here. Connect with your local community and discover events within your area.
Software Development Events Today
Join in-person Software Development events happening right now
Compilers, FPGA, and other low level stuff: Weekly Meetup
Feel free to join if you are interested in low level computer stuff. If you have any cool projects or ideas you wanna share, bring them along
Happy Wednesday
Please find the event details on the link(s) / 請點擊連結查看活動詳情:
https://happywednesday.hkjc.com/zh-HK/
https://happywednesday.hkjc.com/en-US/schedule/
開放的啦 - 神秘文物 vs 外星生命吹水會
開放的啦 - 神秘文物 vs 外星生命吹水會
主講:草星
日期:2026年5月27日星期三
時間:晚上7-9時
費用:全免
地點:深水埗福華街8號1樓B室
德善長者福利中心
(從太子港鐵站 A 出口向深水埗方向步行5分鐘)
活動內容:
介紹華德福小手工
介紹神秘文物
大家討論外星人及 UFO 話題,包括:
1. 了解UFO 對我們有甚麼價值?
2. 人類是地球的原居民?
3. 地球的物種為何有那麼多樣性的存在?
4. 碳基生命與矽基生命的價值?
歡迎自行帶備食物和大家分享!
Kevin Leung
WhatsApp: 67184866
🎾Weekdays Tennis Lesson (Welcome to All Levels)
Tennis Coach, Terry Wong
2018 Champion of Hong Kong Corporate Cup,
2016 & 2017 Champion in Singles and Doubles of Prudential Tennis Cup,
Captain of local league team in grade A+,
Captain of universities cup team,
ITF Certificate of Tennis Coach,
Over 10 years experience in coaching.
I have taught many beginners, intermediate and advance level of players and they appreciated my coaching and learned a lot from the lesson.
So I am looking forward to see you in my lesson. I could provide the balls and some rackets with different weight.
💥 Topics: Forehand, Backhand, Serve, Receive and Volley.
Advanced skills in the future: Smash, Half Volley, Dry Volley, Drop and Lob, Slice, Running shot, Passing shot etc.
★★PLEASE let me know through Whatsapp or Calling before u sign up or RSPV and my HK number is 93798380. Otherwise, the chance of attendance will be passed to the one who did say hi to me first.
Lastly, remember to let me know 24 HOURS before the Meetup if you will be late or can't attend. Otherwise, the one who absent without notice would be blacklisted and not welcome to join this Meetup anymore.
Cheers,
Terry Wong
Cardio Dance + HIIT with Luci @ Dee Dream Life
Get a great workout with a sweat-dripping dance cardio class combined with high intensity interval training HIIT! Feel your heart rate pumping, while you jam to the beats and see yourself groove to fitness! Leave the class feeling super energised, challenged yet relaxed from a liberating dance fitness experience!
WhatsApp 63344266 to book
Prepayment required to secure booking
www.deedreamlife.com/pricing-packages for fee info
Download Dee Dream Life App for more info
Dee Dream Life
* HKD150 for first trial
* HKD1500 for 10 classes
*
* Bring A New Member
* When New Member Purchases First Package, You Get 1 Free Bonus Class
WhatsApp 63344266 to register
Dee Dream Life
1 Lyndhurst Terrace, Central
14/F, 1401
Brazilian Fit Dance with Luci @ Dee Dream Life
The trendiest Brazilian dance class where you can learn step-by-step choreography with the newest Hits from Brazil and beyond! Let's shake our bodies to the sounds of Funk Carioca, Samba, Pop and more! Taught by an authentic Brazilian teacher, you can experience the flavours of Brazil with lots of big Brazilian booty action to keep you having fun and getting fit and strong!
WhatsApp 63344266 to book
Prepayment required to secure booking
www.deedreamlife.com/pricing-packages for fee info
Download Dee Dream Life App for more info
Software Development Events This Week
Discover what is happening in the next few days
HKPUG #98 - Breaking Data: Mind the Data Gap 🚇
Date: 30 May 2026 (Sat)
Time: 15:30 - 18:00 \*HKT
Coordinator: Ming Tou, Alex Au
Light Refreshments will be available!
This is a **workshop** for Python Data Cleaning. Please bring along your laptop with **Python3 installed with enough battery**! *Winners will get a small prize as an accomplishment **in the next meetup**.*
**Due to the university entrance policy, we are currently closed for new university QR code entrance registration. Please feel free to join us by registering yourself under the university entrance counter!**
***Mind the Data Gap***
**This model will be delayed due to: missing values, outliers, and delimiter congestion.**
In this hands-on HKPUG workshop, we are turning a Python data cleaning exercise into a gamified team sprint.
You will work with a **synthetic Hong Kong-inspired transport dataset**. The data is messy on purpose: missing values, weird outliers, inconsistent categories, URL-encoded station names, confusing delimiters, and fields that look useless until you extract the hidden signal.
Your mission is simple:
**Clean the data. Extract better features. Run the scorer. Beat the model.**
You do not need to tune the model.
You need to **rescue the data**.
***How the Challenge Works***
Teams will write a Python data transformation script to clean and enrich the dataset.
Our scoring pipeline will then:
1. Run your transformation on the training and test data
2. Remove any label / target leakage columns
3. Train a fixed Gradient Boosting model
4. Evaluate the model using proxy metrics such as F1 and ROC-AUC
5. Convert the result into a data cleaning score
This is not meant to be a perfect data quality metric. It is an accessible proxy: if your **cleaning** and **feature extraction** help the **model perform better**, your team gets a better score.
**Capacity:** 60 (Team of 4)
**Venue Info:**
City University of Hong Kong, Kowloon Tong (Exact Location TBC)
**Rundown:**
**30th May**
**15:30 – 15:40** Opening Remarks, Team Formation & GitHub Setup
**15:40 – 15:55** Briefing: Data Traffic Report, Challenge Rules & Scoring Pipeline
**15:55 – 16:20** Demo: Messy Dataset, Data Cleaning Strategy & `transform.py`
**16:20 – 17:10** Team Sprint Part 1: Missing Values, Outliers & Category Cleanup
**17:10 – 18:00** Team Sprint Part 2: Feature Extraction, Hidden Signals & Scoring Iterations
**18:00 -** Networking outside City University
**13th June**
**\- 23:59** Winner Team Announcement
**Audience pre-requisite:**
* **Hardware:** **MUST** bring a laptop with Python 3 installed and a code editor (VS Code, PyCharm, etc.).
* **Skills:** Recommended having basic to intermediate-level knowledge of Python (handling JSON, using the `requests` library, and writing basic `if/else/while` loops).
**How to join?**
1. Click "Attend" on this page
Vibe Game Dev Mini Hackathon
**Event Overview**
If you've ever wanted to build a game with AI -- this is your chance to ship a playable web game in under two hours.
AI Builders is partnering with [Codebuddy](https://www.codebuddy.ai/?utm_source=aibuilders) and [Tencent Cloud](https://www.tencentcloud.com/?utm_source=aibuilders) for a Vibe Game Dev Mini-Hackathon in Hong Kong. Bring an idea, form a team, and build a playable web game live on-site using Codebuddy's AI-native development platform.
What you'll do:
* Get a hands-on introduction to Codebuddy and Codebuddy Skills in a guided workshop
* Build a web game in teams of 1-6 during a focused building sprint
* Demo your game in front of judges and fellow builders (OpenMic format)
* Walk away with a playable project and real experience using AI-powered development tools
**Agenda**
* 2:00 PM -- Check-in & networking
* 2:15 PM -- Workshop: Codebuddy and Codebuddy Skills
* 2:45 PM -- Building session (teams of 1-6)
* 3:30 PM -- OpenMic & Demo & Judging
* 4:00 PM -- Award & Close
**Perks**
* Every participant receives 2,000 [Codebuddy](https://www.codebuddy.ai/?utm_source=aibuilders) credits to build during the mini-hackathon
* Winning teams receive additional prizes
* Codebuddy product and tech support on-site to help you build
**Cohosts**
**[CodeBuddy](https://www.codebuddy.ai/?utm_source=aibuilders)** CodeBuddy is an AI-native, vibe coding-based game development platform that enables anyone -- regardless of technical background -- to build and publish polished web games. No engine expertise, no traditional programming. Just describe what you want to create and CodeBuddy brings it to life.
**[Tencent Cloud](https://www.tencentcloud.com/)**[ ](https://www.tencentcloud.com/) A global cloud service provider offering scalable infrastructure, AI services, and developer tools powering applications for millions of users worldwide.
**[AI Builders](https://lu.ma/aibuilders)** AI Builders is a community for AI developers, founders, and innovators who learn, connect, and build together. AI Builders hosts hands-on workshops, hackathons, and deep-dives to help builders ship real-world AI products.
***
Seats require approval. Register now and secure your spot -- let's build something amazing together.
Kubernetes Night — AWS UG x KSUG.AI x HKCDA
Join us for a premier technical gathering where the AWS User Group Hong Kong (AWS UGHK), KSUG.AI (KubeSmart & AI User Group), and the Hong Kong Cloud Developers Association (HKCDA) converge for a deep dive into the future of cloud-native infrastructure.
As Kubernetes becomes the bedrock for modern AI/ML workloads, this "Kubernetes Night" is designed to bridge the gap between robust infrastructure and intelligent applications. We will explore real-world orchestration challenges on AWS, the integration of AI within Kubernetes clusters, and the evolving cloud developer ecosystem in Hong Kong. Whether you are a DevOps engineer, a Cloud Architect, or an AI developer, this night is dedicated to sharing "battle-tested" insights and fostering community innovation.
Target Audience: DevOps Engineers, SREs, AI Engineers, Cloud Architects, and Cloud Developers.
Co-Organized by: AWS UG x KSUG.AI x HKCDA
OC Members: Alex Lau (AWS UG Lead), Leonardo LEE (KSUG.AI / HKCDA organizer)
— Key Benefits of Attending —
1\. Cross\-Community Synergies — Gain access to three distinct talent pools in one room\. From AWS\-specialized builders and KSUG's Kubernetes/AI experts to the broad developer advocacy of HKCDA\, you will experience a 360\-degree view of the cloud landscape\.
2\. Deep Technical Knowledge \(K8s \+ AI\) — Understand how to optimize Kubernetes for AI/ML workloads\. Learn about managing GPU resources\, scaling inference engines\, and utilizing AWS\-native services like EKS to power the next generation of smart applications\.
3\. Direct Networking with Local Leaders — Connect with the Executive Committees and Organizers of all three groups\. An unparalleled opportunity to find mentors\, career opportunities\, or collaborators for your next big project within the Hong Kong tech ecosystem\.
4\. Stay Ahead of Cloud Trends — Get first\-hand updates on the latest CNCF landscape shifts and AWS innovations\. We move beyond marketing slides to discuss technical implementation\, cost optimization \(FinOps\)\, and security best practices\.
5\. Professional Development & Giveaways — Expect "Quiz Time" sessions with opportunities to win exclusive swags and professional certification discounts \(e\.g\.\, Linux Foundation/CNCF exam vouchers\)\.
— Agenda —
18:45 – 19:00 · Registration / Check-in / Setup
19:00 – 19:05 · AWS UG Introduction — Alex Lau
19:05 – 19:15 · KSUG.AI and HKCDA Introduction — Leonardo LEE
19:15 – 19:45 · Vibe-Coding an Internal PaaS on K8s in a Week — Yinyin Chiu (Oursky)
19:45 – 20:00 · Group Photo & Short Break
20:00 – 20:20 · Basic Security & AI Considerations on K8s — Bill Ho (Veeam)
20:20 – 20:50 · Achieving CKA Certification: Key Requirements for Kubernetes Administrators — Simon Sung (Kenfil)
20:50 – 21:10 · Special Guest Sharing
21:10 – 22:00 · Networking
22:00 · End
— Topic Details —
"Vibe-Coding an Internal PaaS on K8s in a Week" — Yinyin Chiu, Developer, Oursky Limited
AI agents turned every non-dev into a shipper of internal tools — but non-devs can't deploy on K8s, and deploying internal tools on public PaaS poses risk. So we gave ourselves 7 days to build SkyRocket: a self-hosted PaaS on our own K8s, gated behind Tailscale.
"Achieving CKA Certification" — Simon Sung, Kenfil
Simon is a highly accomplished professional with over 24 years of experience in I.T. consulting, recognized for expertise in server-side systems specializing in Kubernetes Cloud Native and VMware virtualization. He is a Linux Foundation Certified Kubernetes Instructor. Topics: 1) Introduction, 2) CKA Exam Structure, 3) What You Actually Need to Know, 4) How to Prepare Smartly, 5) Career Impact.
— Venue —
AWS Office Hong Kong, 20/F Tower 535, 535 Jaffe Road, Causeway Bay, Hong Kong
SIIC 2026 Innovation Competition
Under the guidance of the national innovation-driven development strategy, technological and industrial exchanges between Shanghai and Hong Kong have been increasingly deepening. Shanghai Industrial Investment (Holdings) Co.,Ltd. And Shanghai Orient Nexus Asia-Pacific Talent Exchange and Development Center jointly launch the **SIIC 2026 Innovation Competition**.
The competition aims to build an international and professional platform for innovation and entrepreneurship, promote the efficient transformation of scientific and technological achievements, attract and cultivate high-level entrepreneurial and innovative talents, accelerate the landing and development of outstanding projects in Shanghai and globally, and further enhance talent exchange and cooperation between Shanghai and Hong Kong—realizing its strategic significance.
**Competition Highlights**
* Technology-Driven, Results-Oriented
* Talent Magnet, Innovation Hub Building
* Shanghai-Hong Kong Synergy, Collaborative Innovation
* Brand Building, Resource Integration
**Competition Track and Focus**
* Integrated circuits
* Biopharma
* Artificial intelligence
* Green low-carbon technologies
* Advanced equipment
* Fashion and consumer goods
**Awards**
FIRST PRIZE - ¥ 50,000
SECOND PRIZE - ¥ 20,000
EXCELLENCE AWARD - ¥ 5,000 (15 winners) and Subsidy for a visit to Shanghai
**Application Deadline:**
10th June, 2026
[Click here to apply ](https://www.orientnexus.com.cn/iec/#msdynmkt_trackingcontext=31d804bd-bfc1-40bc-a2ea-49a5a2f00300)
加入WhatsApp群組輕鬆識朋友~
只要行出第一步,就可以擴闊生活圈子~
https://forms.gle/WtTsxUUErco3PKB5A
填左以上Google Form就可加入活動群😁
係香港識朋友話難唔難,話易唔易,所以都希望透過呢個平台令大家互相認識,一齊去吃喝玩樂~
定期舉辦行山、水上活動、PARTY ROOM、睇戲、食飯又或大家諗到都可以建議版主去搞~
AI Workshop Beginners
Hi guys,
I write a free newsletter about AI, tech, entrepreneurship, and Hong Kong called *Better Read Paul* ([Paul Muller | Substack](https://substack.com/@paulmuller)).
While working on it, talking to founders, and seeing how people actually use AI day to day, I kept noticing the same thing: there’s a lot of excitement about AI, but very little practical guidance.
At the same time, AI has become a big part of my own daily work. I use it constantly to move faster, think more clearly, and save time.
And that’s what pushed me to organize these workshops.
The idea is simple: very little theory, and as much hands-on practice as possible.
This is not a class where you listen to me talk for two hours, but rather a big conversation where I’ll show you how to use these tools (Claude Code, Nano Banana, ChatGPT, etc.), what you can do with them, and how you can apply them to your own workflow depending on what you do.
We will cover:
* How to use Claude Code to build a WordPress website and a simple program to learn a language
* How to use Claude to rewrite a LinkedIn post or any other social media content
* How to use Nano Banana to create a marketing canvas for any brand
Cost: 200HKD for 1h45
Place: Unit 280, 6/F Ping lam commercial building, 280-282 Lockhart road, Wanchai
Time: 11am-1pm
What to bring: A notepad, your laptop (Only if you need help and already use some AI tools).
AI can be incredibly useful, but there are a few things people don’t always tell you. Many tools are paid.
The results don’t always live up to expectations.
Some tools crash, go down, or need maintenance right when you need them most.
And many of them magically produce perfect output without effort.
So in the end, the real questions are: what actually slows you down every day at work?
Can an AI tool help with that? Is the quality good enough? And is it worth paying for, given the time you save?
That’s why I want to run these AI workshops, to help people understand how these tools really work, and to give them the space to experiment and apply AI to their own workflows in a practical and realistic way.
Paul
Software Development Events Near You
Connect with your local Software Development community
Ensuring Software Quality in the world of AI Developers - Matt Eland
**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**
Like it or not, AI agents are now capable of turning a quickly written paragraph of requirements into a pull request that is ready to be integrated into real-world production applications and it's now our responsibility to make sure AI doesn't go rogue and take down prod - or corrupt our data by misunderstanding the requirements or our existing schemas. In this session we'll explore strategies to protect our codebases through unit and integration testing, documentation, and code review along with additional ways of providing context and guard rails to our AI agents as they carry out the work we've assigned them to do. By the time we're done, you'll have a firm grasp of the problem and understand some helpful options for protecting your codebase from vibe coding mishaps getting YOLOed into prod.
**YouTube Link**
https://youtube.com/live/BltmWMH1zG0?feature=share
Columbus Code & Coffee 87 @ 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!
Prompting Is Not Magic: How to Give AI Better Context
Most people use AI like a search box: they type one sentence, hope for the best, and get frustrated when the answer is generic, wrong, or useless.
But getting better results from tools like ChatGPT, Claude, Gemini, and other AI systems is not about memorizing magic prompts. It is about learning how to give the AI better context.
In this beginner-friendly session, we’ll break down how to make AI dramatically more useful by improving the way you communicate with it. You’ll learn how to give clearer instructions, provide examples, set constraints, ask for better output formats, and use follow-up questions to turn a mediocre answer into a genuinely useful one.
We’ll cover practical techniques you can use immediately for work, learning, writing, coding, planning, research, and everyday problem solving. We’ll also touch on why these same ideas show up in more advanced AI systems, including RAG, agents, evaluations, and AI workflows.
No technical background required. Bring your curiosity, your questions, and maybe one real task you wish AI was better at helping you with.
**What you’ll learn:**
* Why “better prompting” is really about better context
* How to structure requests so AI gives more useful answers
* How to use examples, constraints, and output formats
* How to iterate when the first answer is not good enough
* How these skills connect to more advanced AI workflows
This meetup is for anyone who wants to move beyond basic ChatGPT usage and start getting more practical value out of AI.
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.
June 2026 AWS Columbus - Topic to be announced
Topic to be announced.
**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
Christians in Tech - Meetup #36 @ 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)
[Nathan Leiberman: Tailwind CSS: The Perfect Wingman for Frontend Projects] #12
Join us for **[Nathan Leiberman](https://www.linkedin.com/in/nathan-richard-lieberman/)**'s talk ...
Had enough of writing the same flex classes for the hundredth time? Tired of diving into your coworker’s cobbled container class? Tailwind CSS is here to save your sanity.
Tailwind gives you a well-organized, utility-first approach to styling. This CSS framework eliminates naming debates, halts stylesheet scavenger hunts, and satisfies your marketing team’s whims with clear, composable class names and a powerful configuration system. You’ll spend less time fighting CSS and more time building beautiful interfaces.
In this talk, I’ll walk through an interactive demo of Tailwind CSS and cover the following topics:
* Set up Tailwind CSS in your project
* Understand Tailwind’s utility classes and how they work
* Integrate breakpoints and dark mode like a pro
* Customizing Tailwind to fit your style
Ditch your spaghetti stylesheets and come see how Tailwind CSS can make your project lighter, cleaner, and a lot more fun to build. Your future self will thank you.
***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
Microsoft Build - Columbus Edition!
We are bringing Microsoft Build sessions to Columbus Ohio!
The Central Ohio Azure Meetup and Central Ohio .NET Developer's Group (CONDG) are coming together to bring some of the labs and breakouts from Microsoft Build to your backyard. In this free, 1 day event, you are going to Build stuff with us!
And yes, there will be free food. So please RSVP for a head count!




























![[Nathan Leiberman: Tailwind CSS: The Perfect Wingman for Frontend Projects] #12](https://secure.meetupstatic.com/photos/event/2/f/e/b/highres_533472267.webp?w=640)
