
What we’re about
This is the Java User Group for everyone interested in Java, JVM, Web Development, Free and Open Source Software who are located in Amsterdam or Netherlands.
The "official language" is English, so that non-Dutch speakers can also participate easily.
Looking forward to meeting you all and exchange of knowledge and ideas.
- Code of Conduct: http://amsterdamjug.com/codeconduct.html
- WebSite: http://www.amsterdamjug.com/
- Youtube channel: https://www.youtube.com/channel/UCv-CG_Mwqr...
- Linkedin: https://www.linkedin.com/company/amsterdam-java-user-group
Upcoming events
2

Thread-Safe Programming, Maven, and Bazel
IMC Trading B.V., Amstelveenseweg 500, Amsterdam, NH, NLThis meetup will be hosted by IMC Trading, in their office in the Infinity Building, Amstelveenseweg 500, 1081KL Amsterdam.
Note: If you plan to come by car, there are a limited number of free parking spots available in the garage underneath the building. To request a spot, please email sander.hattinga@imc.com and include your license plate number (required for automatic parking registration and entry). If there are no more spots available, then there is public (paid) parking in the vicinity on the Jachthavenweg and the parking area on the Jollenpad (5-10 minute walk).
Agenda
18:00 Doors open and food
18:40 Intro
18:45 Lightning Talk: Giovanni Panice presenting "CDC Pipelines with JBang and Debezium"
19:00 Talk 1: Heinz Kabutz presenting “The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent”
19:45 Break
20:00 Talk 2: Talha Pathan presenting: "Migrating from Maven to Bazel: A Postmortem"
20:45 Closing drinks
21:30 End
Information about the talks:
Lightning Talk: "CDC Pipelines with JBang and Debezium"—Giovanni Panice
Debezium is an open-source platform for change data capture, enabling the streaming of real-time changes from many data sources to downstream systems. In some cases, running Debezium in conjunction with Kafka and Kafka Connect can result in substantial infrastructure overhead, increased resource consumption, and operational complexity, challenges that are especially relevant for data engineers and developers that are introducing CDC in their systems.
In this lightning talk, you'll see how JBang, combined with the Debezium extensions for Quarkus, makes it easy to prototype and run CDC pipelines without heavy infrastructure or build systems.
About Giovanni: Giovanni is a Senior Software Engineer at IBM and core team member of Debezium. He has tackled complex engineering challenges in systems requiring high reliability and scalability, including smart flight pricing systems, infrastructure forecasting through large-scale metric analysis, and securing UAV navigation through anomaly detection. His current focus is Debezium’s Server and Engine, including native builds and Quarkus integration. Beyond his work at IBM, he co-organizes the Ticino Software Craft Meetup.
Talk 1: "The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent"—Heinz Kabutz
Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, waiting for the perfect storm of conditions to emerge. Even the standard Vector class, long trusted for its thread safety, harbored a race condition for 5 years, only to introduce a potential deadlock that persisted for the next 9 years.
The classes in java.util.concurrent are used in all major Java projects, either directly or indirectly. In this session, we will take a close look at some of the techniques used to create them. We will explore topics like lock striping in LongAdder, lock splitting in LinkedBlockingQueue, weakly consistent iteration in ArrayBlockingQueue, and check-then-act in CopyOnWriteArrayList.
About Heinz: Dr. Heinz M. Kabutz is a Java Champion, educator, and internationally sought-after speaker known for turning complex topics — especially Java concurrency and performance — into clear, practical insights that audiences can apply immediately. With a sharp wit and a talent for storytelling, he delivers sessions that are as entertaining as they are technically deep. He is also the voice behind "The Java Specialists’ Newsletter", a widely read publication valued for its thoughtful commentary, real-world examples, and memorable takeaways for professional Java developers.
Talk 2: "Migrating from Maven to Bazel: A Postmortem"—Talha Pathan
To improve the development experience for execution software engineers at IMC, we set out to merge several million lines of Java code into our monorepo and switch the build tool from Maven to Bazel.
This talk covers why we made the switch, the challenges we encountered, and the lessons learned. Whether you're considering Bazel or just curious about large-scale build migrations, you'll leave with practical insights for your own codebase.
About Talha: Talha is a software engineer interested in developer tooling, programming languages, and scalable systems. He graduated in Computer Science from the University of Warwick and has worked on build infrastructure during his internship on Twitter’s Engineering Effectiveness Team. In August 2023, he joined IMC Trading as part of the Global Developer Productivity Team, where he works on tools and systems that help engineers move faster and more reliably. Talha is also an active open-source contributor and maintainer, particularly in the Lua ecosystem.75 attendees
RAG in the Wild and Coroutines Under the Hood
Xebia, Wibautstraat 200, Amsterdam, NLThis meetup will be hosted by Xebia, in their office at Wibautstraat 200, 1091 TJ Amsterdam, Netherlands.
Note: There are no parking options at Xebia itself, though there are (paid) parking garages available nearby accessible via the Parkbee app.
Agenda
18:00 Doors open and food
18:55 Intro
19:00 Susanne Pieterse presenting “RAG in the Wild: Real-World Lessons from Modernizing Legacy Systems”
19:45 Break
20:00 Kubilay Karpat presenting: "Coroutines Under the Hood: How Suspend Actually Suspends"
20:45 Closing drinks
21:00 End
Information about the talks:
Title: "RAG in the Wild: Real-World Lessons from Modernizing Legacy Systems"
Enterprise and government document systems hold terabytes of valuable unstructured information, yet most still rely on keyword and metadata search with little semantic context. Retrieval-Augmented Generation (RAG) promises a breakthrough, but tutorials rarely prepare you for regulated, large-scale environments.
In this talk, I’ll share lessons from building a RAG stack with Spring Boot, Elasticsearch, LangChain4j, Docker, and ActiveMQ, using both Azure OpenAI and Ollama.
Expect concrete insights on document chunking, enforcing access control, and keeping LLMs grounded in facts — practical takeaways for anyone bringing RAG from demo to production.
About Susanne Pieterse. Susanne is an auto-didact full-stack software engineer and iSAQB certified software architect. Passionate about creating innovative solutions and sharing knowledge. Loves tea and a heavy bag boxing workout.
Title: "Coroutines Under the Hood: How Suspend Actually Suspends"
We use suspend functions regularly, but few of us stop to ask how they actually work. In this talk, we’ll follow the evolution from callbacks to reactive programming, and finally to Kotlin coroutines — showing how suspend brings async to the language level.
We’ll peek under the hood to see how suspension really works, how Kotlin compiles suspend functions into state machines, and why this model scales so well.
This talk is for anyone ready to uncover what truly makes Kotlin’s async feel so effortless and powerful.
About Kubilay Karpat. Kubilay is a software consultant at Xebia, where he helps teams build efficient and maintainable backend systems using Kotlin. He’s passionate about software architecture and enjoys looking at problems through the lens of different languages and paradigms, drawing on experience with Go, TypeScript, Python, and Java. He shares his learnings through workshops and community events. Lately, he’s been exploring how Generative AI can support developers across the stack. In his free time, he travels with his wife, though their vacations are so packed they usually come home needing a vacation from the vacation.90 attendees
Past events
103

