Recent Posts

Your New AI-Powered Coding Buddy: A Guide to SonarQube MCP Server on IntelliJ 🤖

Author: Jonathan Vila Original post on Foojay: Read More Table of Contents A Day in the Life of a Java Developer Getting Started: Accessing the MCP Server from IntelliJ Supercharge Your Daily Tasks with SonarQube MCP Server Conclusion: Your MCP for Supercharged Code Resources Hey Java devs! 👋 Ever feel like you’re drowning in a sea of code, trying to …

Read More »

JC-AI Newsletter: Easy Access to Expanding Challenges

Author: Miro Wengner Original post on Foojay: Read More A few months ago, I launched the AI Newsletter to provide a minimally biased perspective on the growing challenges surrounding artificial intelligence. My primary motivation was and remains to be serving the community not only by showing how to use and access specific services for utilizing Large Language Models, but also …

Read More »

Modeling Relationships With Hibernate ORM and MongoDB

Author: Ricardo Mello Original post on Foojay: Read More Table of Contents PrerequisitesOne-to-many relationship Approach 1: Embedding reviews inside books Approach 2: Moving reviews to a separate collection Approach 3: Bringing back recent reviews (Subset Pattern) Implementing the Subset Pattern Testing the feature Wrapping up In the previous article—Getting Started With Hibernate ORM and MongoDB—we learned how to configure Hibernate …

Read More »