Recent Posts

Reactive Programming Made Easy

This article discusses essential features and tools in IntelliJ IDEA for Reactor developers. These include live templates, a dedicated debug mode, and a couple of inspections. We’ve got all of the project Reactor adepts and enthusiasts out there covered! Whether you’re a seasoned pro or just taking your first steps in the field, IntelliJ IDEA will make reactive coding a …

Read More »

newsletter 2023

Webversion NLJUG Newsletter We hope you enjoyed the recent J-Spring event as much as we did! Now, we’re excited to make some announcements for our upcoming event, J-Fall 2023. Which will take place on November 9th in Ede, with the Masters of Java and Pre-conference Masterclasses on November 8th. Save the date and get ready for insightful talks, engaging workshops, and …

Read More »

Journeys in Java, Level 10: Service Discovery with Eureka

Gaining complexity in a microservices system certainly isn’t for the faint of heart (though neither is complexity in monoliths!). When there are many services that need to communicate with one another, we might need to coordinate multiple services communicating with multiple other services. We also might code for varying environments such as local, development server, or the cloud. How do …

Read More »