Web Standards
Meet other developers to discuss the W3C web standards: CSS, XHTML, DHTMl, XML, all that wonderful stuff.
0
members
0
groups
Frequently Asked Questions
Yes! Check out web standards events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the web standards events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find web standards events near your location here. Connect with your local community and discover events within your area.
Web Standards Events Today
Join in-person Web Standards events happening right now
PL & Compilers Meetup (weekly agenda in desc)
**Special topic for this week: TODO!**
Have you ever wondered what happens after you write your program in any programming language and hit "Run"?
Welcome to the new group dedicated to Compiler Engineering so we can discuss language design, static analysis, VMs, and code generation. Topics related to hardware architecture and FPGA are also welcomed!
**Join us weekly and learn about:**
* The vision for this group.
* A crash course on how to start learning compiler dev (including top book recommendations).
* An open networking session for showcasing projects and finding collaborators.
* Weekly topic to learn about particular aspect of programming languages or hardware
**Who is this for?**
* Anyone building DSLs or new languages.
* Anyone curious about low-level systems and programming
* Anyone hiring for compiler/toolchain roles (come pitch your jobs!).
* Anyone who wants to learn more about programming languages nature!
This isn't a lecture—it's a conversation. Come share your projects and get motivated! This group is not super serious, so if you want to just yap about how bad is the new C++ standard you can find some listeners here.
See you!
Networking in Singapore CBD — SEN Second Wednesdays at Duxton (Free Entry)
Wrapping up the work day in the CBD? Come unwind and meet interesting people over drinks at Goodbye Alibi, right in the heart of Duxton.
Every alternate month, the Singapore Entrepreneurs Network (SEN) brings its Second Wednesdays session to Duxton Road — one of Singapore's most vibrant dining and nightlife strips. It's an evening of easy conversation, no agenda, and no hard selling.
With over 20,000 members and 633 events hosted since 2005, SEN is one of Singapore's longest-running entrepreneur and business networking communities.
**Who shows up**
The Duxton crowd is one of SEN's most eclectic. You'll find:
* Professionals and executives from the CBD unwinding after work
* Entrepreneurs and business owners based in or passing through the city
* Expats and foreign professionals building their Singapore network
* Aspiring founders scoping out the business landscape
* Investors and advisors
Whether you're deep into entrepreneurship or simply ambitious and curious, you'll find the conversation worthwhile.
**What to expect**
No speeches, no pitches, no formal programme. Just good company in a relaxed pub setting. Goodbye Alibi is a cocktail bar, come ready to drink, talk, and meet people you wouldn't normally run into.
SEN events are known for being genuinely diverse and free of the polished, curated "tech founders only" atmosphere that defines most Singapore networking events. Real talk, differing opinions, and a refreshingly mixed room.
**Our community standard**
This community runs on one principle: honest conversation between real people doing real work. Claims are welcome. Fabrications are not. If you state credentials, be prepared to substantiate them.
**Practical details**
\- Venue: Goodbye Alibi\, 53A Duxton Road\, Singapore 089517
\- Nearest parking: Pinnacle@Duxton \(short walk\)
\- Date: Second Wednesday of the month \(alternate months — check listing\)
\- Time: 7:00 PM onwards
\- Free entry
**Ground rules**
* Buy something at the venue. There is no entrance fee, but we are guests of Goodbye Alibi. Purchase a drink, this is a cocktail bar and that is the expectation.
* No hard selling. Network freely, but do not force other attendees to sit through your pitch.
* Basic decency. SEN welcomes people with differing views and backgrounds. Disagree openly but respectfully.
**About SEN**
In 2002, Nicholas Chan was one of eight co-founders of Project:Senso, a pioneer entrepreneur gathering in Singapore. Nicholas subsequently spun off the Singapore Entrepreneurs Network in 2005; the networking events were working, people kept coming back, and he decided they deserved a permanent home and a life of their own. Two decades on, SEN counts over 20,000 members and runs affiliated chapters in Malaysia, Myanmar, and Taiwan.
Web Standards Events This Week
Discover what is happening in the next few days
Understanding Java with Simon Ritter
**About the Speaker**
**Simon Ritter**
With over a decade of experience as Deputy CTO at Azul Systems, our speaker has helped shape the adoption of Java and JVM technologies across the global developer community. A recognized expert in Java and open source, he is passionate about advancing developer productivity, application performance, and innovation throughout the software ecosystem.
**Agenda**
**Keeping Your Java Hot by Solving the JVM Startup and Warmup Problem**
Java bytecodes and class files deliver on the original vision of “write once, run anywhere”. Using a Just-in-Time (JIT) compiler allows JVM-based applications to compile only the code that’s used frequently and optimise it precisely for how it's used. Using techniques like speculative optimisation can often deliver better performance than static, Ahead-of-Time (AOT) compiled code.
However, this flexibility and performance come at a cost. Each time the JVM starts an application, it must perform the same analysis to identify hot spots in the code and compile them. This is referred to as the application warmup time.
In this session, we’ll look at several approaches to alleviating or even eliminating this problem. Specifically:
· Static compilation of Java code ahead-of-time (AOT). Specifically, the Graal native image approach
· Generating a JIT compiler profile of a running, warmed-up application that can be reused when the same application is restarted, eliminating the need for much of the JIT compilation. This will include details of the work of the OpenJDK Project Leyden.
· Decoupling the JIT compiler from the JVM for a Cloud environment. Providing a centralised JIT-as-a-Service allows caching of compiled code and offloading the compilation work when new code must be compiled.
· Creating a checkpoint of a running application. This includes all application state (heap, stack, etc.) in addition to the JIT-compiled code. Project CRaC will be used as an example.
At the end of the session, you’ll be all set to keep your Java hot!
**Modern Java Puzzlers**
Since JDK 9, Java, as a language, has evolved faster than at any point in its 30-year history. For developers, this is great, as it means we get more new features that make our code more concise and, hopefully, easier to read and understand.
All new language features also bring their quirks and possibly unseen consequences.
In this fun interactive session, we’ll examine a range of recent language features and pose questions to the audience about how the code works and what it does.
We’ll cover many of the new language features from recent releases, including switch expressions, sealed classes and pattern matching. We’ll even look at some curious ways special characters can be used in unexpected ways.
The answers will most definitely not always be as you expect!
Spring Boot 4: Sweet and Sour With Josh Long & DaShaun Carter
**Talk Abstract:**
—
\# Bootiful Spring Boot 4: Sweet and Sour
Spring Boot 4.x and Java 25 have arrived, making it an exciting time to be a Java developer! Join us, **Josh Long** (@starbuxman) and **DaShaun Carter** (@dashaun), will dive into the future of Spring Boot with Java 25. We'll learn how to scale your applications and codebases effortlessly, explore the robust Spring Boot ecosystem featuring AI, modularity, seamless data access, security, and cutting-edge production optimizations like Project Loom's virtual threads, GraalVM, AppCDS, and more. Let's explore the latest-and-greatest in Spring Boot to build faster, more scalable, more efficient, more modular, more secure, and more intelligent systems and services and we'll look at how to get older apps to this leaner, greener future.
\-\-\-
**Josh Long** (@starbuxman) has been Spring's first-ever Developer Advocate since 2010. A Java Champion, author of 7 books, host of *A Bootiful Podcast*, and open-source contributor — if Spring ships it, Josh has probably already done a live demo of it.
**DaShaun Carter** (@dashaun) is a Spring Developer Advocate at Broadcom, Testcontainers Champion, and keynote speaker with a passion for helping developers ship better software, faster. Whether he's on stage, on a Raspberry Pi, or on a racecourse, he brings the same deliberate, high-energy focus to everything he does.
**Important:** Please share your mail address ( if you have not done already) , need it for security clearance at Redhat . Can send it to [mailto:singadev-organisers@googlegroups.com](http://mailto:singadev-organisers@googlegroups.com/) by 9 June evening. Thanks for understanding and cooperation.
Community Gardening and Conservation Weekly (Dempsey)
Join our vibrant volunteer community at Wildlings Forest School Singapore, **Dempsey Hill**, where we come together on the **2nd, 3rd, and 4th Thursdays of every month** to nurture our gardens and regenerate our forest trails that support our unique learning environment.
#### Why Join?
* It’s absolutely free!
* Gain hands-on knowledge from our passionate team as we share resources and expertise.
* Enjoy fresh produce and the fruits of your labour.
* Help restore and enhance our forest trails, making them safe, sustainable, and magical for all who explore them.
* Support environmental education by shaping the natural spaces where children thrive.
* Beautify and enrich Wildlings to create a vibrant habitat for wildlife biodiversity.
* Promote eco-conscious living by engaging in meaningful, sustainable practices.
#### Who Can Participate?
* Adults and students aged 16 and above. Young people aged 12–15 may join with an accompanying adult.
* Local residents and community members.
* Anyone passionate about nature, wellness, or sustainability.
* Parents of Wildlings Forest School students (Hornbills and Eagles groups; Sunbirds are a little too young for this one!).
* Aspiring Forest School Leaders and outdoor educators.
* Nature enthusiasts and hobbyists from all walks of life.
#### What Does Each Session Offer?
* **Warm Welcome**: Start your morning by sampling fresh produce straight from our gardens.
* **Interactive Learning**: Begin with a thematic talk, then explore the gardens and forest trails through a guided walk and observation session.
* **Hands-On Work**: Get involved with physical gardening tasks, trail conservation efforts, and ongoing sustainability projects.
* **Group Reflections**: Wrap up with thoughtful group reflections and a friendly farewell.
LeetCode Practice Session (Fortnightly)
**Dates:**
* 13 June 2026
* 27 June 2026
* 11 July 2026
* 25 July 2026
**Timing:** 2pm onwards
**Venue:** HackerspaceSG
**Address:** Textile Centre, #08-10, Singapore 199018
We'll be hanging out to practice some LeetCode questions together.
**\#\# No food provided \#\# Bring your laptop \#\#**
# Format:
* Pick a random LeetCode question (easy or medium).
* One volunteer will connect to screen and attempt the question within 40 minutes.
* Rest of the group will either role-play as interviewer, collaborator or just observe.
* At the end of the attempt, the group will provide feedback to the volunteer.
# Format of Feedback:
## Soft skills
* Ask good questions?
* What should be talked about? What should demo thru code?
## Technical feedback
* Quality of execution.
# About JuniorDev SG:
JuniorDevSG is a developer interest group that focuses on providing a place for junior developers to learn and network with each other.
At the same time, we seek to be a support system to help junior developers break into tech, navigate their careers as well growing them to one day become senior developers or tech leaders in the tech industry.
华语练习 Mandarin Practice
**LEARN MANDARIN WITH US**
**和我们一起学华语/普通话**
Come and join us every Saturday afternoon and learn some useful Mandarin from proficient speakers in a friendly and casual atmosphere. Besides learning the language, you will also get to make new friends from all around the world. Whether you are a beginner, intermediate and advanced learner, we welcome you.
The meetup starts at 4 pm. We will try our best to arrange seating at this time so that each group has expert Mandarin speakers. If you come later than 4.10 pm we cannot guarantee ideal seating. Seating priorities will be given to those who signed up.
**欢迎会说华语/普通话的朋友**
我们非常欢迎会说华语/普通话的朋友来参加我们这个华语/普通话练习小组,帮助来自世界各地的朋友学习华语/普通话。
***
GETTING THERE
Take Downtown (blue) Line or Circle (yellow) Line to Promenade MRT. Take Exit C at Promenade MRT, and go up to level 3.
LOCATING US INSIDE THE FOOD COURT
Look for a round tables section near the wall of the food court away from the stalls. You can drop the Event Host a message if you are lost.
NO COMMERCIAL ACTIVITIES
We welcome anyone who is keen to learn a language or help others learn the language. However, this is NOT the platform for individuals who have other intentions, such as recruiting members for their business or organization or selling products or services. We will not hesitate to ask such individuals to stop attending our meetups.
SHELLGym — Linux Forensics and Reverse Engineering basics
⚠️ **REGISTRATION IS REQUIRED VIA [THIS LUMA FORM](https://luma.com/s0txhgfy)**[ ](forms.gle/saLWmbr5XbwUX8Jp8)⚠️
SHELLGym is the regular cybersecurity workout you have been looking for! Whether you're just starting out and need some exercises, studying for a cert (hint: OSCP), looking at CTF challenges, or developing something cybersecurity-related (maybe your own automated tools?), SHELLGym aims to help you progress in picking up practical cybersecurity knowledge and skills. Come and go as you please, work on your own stuff with like-minded individuals, or just have fun during the workout!
**AGENDA**
Linux Forensics and Reverse Engineering basics:
* Triaging in Linux
* Step-by step IDA
* Step-by-step gdb
* Guided walkthrough on selected real-life binary
**⚠️ NOTE**
Bring your own laptops (and laptop chargers) with pre-installed Linux VM. Please also download IDA Free ([Link to Guide](https://hex-rays.com/ida-free)) before the session.
**VIRTUAL SHELLGyms in JUNE** (by request)
Hosted on Discord, do approach KK or the Div0 Crew for access
**TRAINER**
**KK Tan — Founder, counterShell**
As a mid-careerist convert to cybersecurity, **Tan KK** picked up his practical skills through getting OSCP certified and by participating in a variety of CTFs. In his career at CSIT, he performed a variety of red-teaming and vulnerability research roles and established the Cyber Training School at CSIT as the Lead Instructor. Besides the OSCP certification, KK is also OSCE and OSEE certified, and has a Bachelor's degree in Social Science (Psychology). He now sees psychology as a field of study where you fuzz humans until they produce unexpected behaviour.
**SPONSORS**
* VENUE SPONSOR: [CyberSG TIG Collaboration Centre](https://www.linkedin.com/company/cybersg-tig-collaboration-centre)
**IMPORTANT NOTICES**
* Code of Conduct: [https://www.div0.sg/code-of-conduct](https://www.div0.sg/code-of-conduct)
* Terms of Use & Disclaimer Notice: [https://www.div0.sg/terms-of-use-disclaimer-notice](https://www.div0.sg/terms-of-use-disclaimer-notice)
Web Standards Events Near You
Connect with your local Web Standards community
Site Building with Etch (Class 03 of 10) (FEE BASED)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:**
1. The dates for this series are simply placeholders at the moment. We are working on our 2026 schedule, and adjustments are forthcoming.
2. Each class in this series has an attendance fee.
3. Each class, from BOTH a sign-up and fee perspective, is a separate entity.
4. As the Etch toolset evolves, so too will the class outline below.
**Introduction:**
Our Site Building with Etch class provides detailed instructions on the philosophy of the Etch development framework, as well as in-depth, hands-on instruction on using the Etch environment and associated tools. Anyone familiar with Kevin Geary and the Digital Gravy set of products will tell you that they offer ground-breaking approaches to professional WordPress site development.
As we write this, the Etch toolset and environment are rapidly taking shape, with weekly quantum leaps forward in WordPress development methodologies. As early investors in the Etch product offering and its development process, we are actively testing and evaluating the toolset as it takes shape. We are beyond excited to see how WordPress site development is being modernized, and can't wait to bring this course set to you. It will be a paradigm shift in page and site development within WordPress, as well as moving your development mindset light-years forward.
Join us as we explore Etch and dive deep into development approaches that will genuinely elevate your craft as a website developer and agency provider. Scalable, responsive, compliant websites are now within easy reach, and Etch provides both the platform and toolset to take you there.
**The breakdown of the 10-class series is as follows:**
* Class 01 - TBD
* Class 02 - TBD
* Class 03 - TBD
* Class 04 - TBD
* Class 05 - TBD
* Class 06 - TBD
* Class 07 - TBD
* Class 08 - TBD
* Class 09 - TBD
* Class 10 - TBD
Throughout the class sessions listed above, we cover the following key areas of web development with Etch:
* **Introduction to Etch Interface:**
* Familiarization with the toolset's layout and understanding how to navigate and interact with its various components.
* **Visual Site Building:**
* Techniques for creating layouts using Etch's interface, incorporating sections, divs, containers, and elements to build semantically correct page structures.
* **Styling and Design:**
* Utilizing Etch's styling approach to customize elements, apply global CSS classes for consistent design, and leverage features like Flexbox and CSS Grid for responsive layouts.
* **Dynamic Content and Custom Fields:**
* Integrating dynamic content from custom post types and custom field plugins (like ACF, Meta Box, and even built-in fields) to build data-driven websites.
* **Component Building:**
* Creating and managing reusable components for headers, footers, post type layouts, and other site-wide elements.
* **Performance Optimization:**
* Understanding how Etch contributes to fast-loading websites and implementing performance best practices.
* **Advanced Features:**
* Depending on the class level, it might delve into advanced topics such as conditional logic, interactions, and custom code integration to enable more complex functionality.
The series aims to equip participants with the skills to efficiently build, customize, and maintain WordPress websites using Etch, catering to both beginners and experienced web developers alike.
PHP Master Series (Class 04 of 06) (FEE BASED)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:**
1. The dates listed for this series are about 95% reliable. We are finalizing our 2026 schedule, so minor adjustments are still underway.
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 six-class series is as follows:**
**Class 1: TBD**
**Class 2: TBD**
**Class 3: TBD**
**Class 4: TBD**
**Class 5: TBD**
**Class 6: TBD**
Columbus PHP: Monthly Meetup
Our monthly PHP meetup.
A virtual shindig courtesy of Zoom. Check back here for the details around 6:15 pm
Smart Search + AI: An Outcome-Driven Journey from IDP to a Suite of AI
Over a billion documents processed. Millions of Veterans impacted. Hundreds of thousands of employee hours saved. Faster decisions. Greater accuracy. More benefits in the hands of our disabled Veterans.
We created Smart Search, the world’s largest consumer of Amazon Textract, right when GenAI began reshaping what’s possible. Since then, we’ve built a suite of AI‑driven solutions that transform this data into real, measurable outcomes—accelerating benefits decisions for our Nation’s Veterans.
Join us for a focused conversation on how an outcome‑driven approach to AI is helping us boost accuracy, streamline workflows, and deliver faster results for those who have served.
This is a follow up to the AWS re:Invent 2023 "Intelligent Document Processing with Gen AI for Public Sector" presentation.
About Speaker: Cameron Williams is a Senior Technical Project Manager and cross-functional technical leader at Booz Allen Hamilton with 15+ years of experience architecting and evolving scalable, cloud-native systems, from greenfield development to complex enterprise modernization. https://www.linkedin.com/in/cameronw711/
**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
Customize the IDE: Building Extensions for Visual Studio Code - Alan Barber
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you.
The building address is 4450 Bridge Park
The entrance is 6620 Mooney St, Suite 400
You will need to scan your ID at the door to get a visitor badge.
**Abstract**
*Customize the IDE: Building Extensions for Visual Studio Code*
Visual Studio Code is one of the most widely used development environments today, and much of its flexibility comes from its extension ecosystem. Extensions allow developers to customize the editor with new features, integrations, and workflow improvements tailored to their needs.
In this session, we’ll cover what extensions are and the different types available, including full extensions written in TypeScript or JavaScript, along with lighter-weight extensions such as color themes, language packs, language support, code snippets, and keymaps. We’ll also look at practical reasons a developer might create an extension, from automating repetitive tasks to adding custom tooling.
The session includes a hands-on walkthrough of creating a new extension, testing it locally, and understanding the basic project structure. We’ll close with a brief overview of how extensions are packaged and published to the Visual Studio Marketplace and other distribution options.
**YouTube Link**
TBD
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.
Please RSVP via [Microsoft Build //localhost:columbus | Microsoft Reactor](https://developer.microsoft.com/en-us/reactor/events/27247/).

















