
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 (1)
See all- Amsterdam JUG Meetup at BackbaseBackbase, Amsterdam
Join in with the latest Amsterdam JUG Meetup at Backbase, Oosterdoksstraat 114, 1011 DK Amsterdam.
For more details and discussions on the below, go to bit.ly/join-foojay-slack to join the Friends of OpenJDK (Foojay.io) Slack and use the #jug-amsterdam channel for conversations related to the below.
Agenda
17:00 - Doors Open (And Food!)
18:00 - 19:00 Talk 1: Pratik Patel—Architect's Guide to Managing a Code Base
19:00 - 19:30: Break
19:30 - 20:30 Talk 2: Elias Nogueira—Beyond Unit Tests: Practical Tools for High-Quality Java Code
20:30: NetworkingTalk 1: Architect's Guide to Managing a Code Base (Pratik Patel)
As an architect you're often working at a high level on projects, thinking of architectural concerns such as distributed applications, CI/CD pipelines, inter-team APIs, and setting standards.
Code quality affects everything that a software architect needs to work on - from a small way to a big way. We'll look at the common tasks of a software architect, as well as 3 reasons software architects should and should NOT code!
We'll look at techniques and tools for managing code quality from a high and low level. Our goal as architects is to maximize the manageability of code, consider different coding paradigms and their effect on the various areas of software dev, and how to create habits and processes to ensure long term code viability.
Talk 2: Beyond Unit Tests: Practical Tools for High-Quality Java Code (Elias Nogueira)
Embarking on a Java project involves employing the best strategies, patterns, and architectural decisions, all geared towards a customer-centric.
Yet, there exists an often overlooked facet: quality assurance. While not entirely disregarded, we, as developers, sometimes limit ourselves to performing the basic unity and integration tests, which may leave room for bugs.
Fortunately, there are several straightforward approaches and tools that can be implemented to deliver a bug-free project with minimal effort.
During this presentation, you'll gain practical knowledge of the application of the following tools and approaches:
- ArchUnit: Ensuring consistent adherence to architectural patterns, even when multiple developers making changes to the project
- FindBugs: Employing static analysis to proactively identify potential bugs in your code, effortlessly.
- SonarQube: Offering a suite of diverse metrics and enabling the establishment of quality gates to maintain a predetermined standard of quality
- PiTest: Enabling the power of mutation testing to uncover bugs that may otherwise remain concealed.
- TestContainers: Streamlining the process of running various components such as databases, services, and extensions, thereby minimizing the need for manual intervention
Throughout the session, we'll delve into concrete examples, ensuring a hands-on experience.