Recent Posts

Modeling One-to-Many Relationships in Java with MongoDB

Author: Arthur Ribeiro Original post on Foojay: Read More Table of Contents What You’ll LearnPrerequisites Project Setup Configuring the MongoClient with POJO Support What Is a One-to-Many Relationship in Java?How Does MongoDB Store Documents Differently Than a Relational Database?Pattern 1: Embedded Documents When Should You Embed? Modeling Embedded Documents in Java Inserting and Querying Embedded Documents Pattern 2: References When …

Read More »

Spring Boot Actuator Health for MicroProfile Developers

Author: Luqman Saeed Original post on Foojay: Read More Table of Contents The Conceptual BridgeThe Conceptual BridgeEndpoint MappingWriting Health ChecksWriting Health Checks Auto-Configured Health Indicators Response Format and Status Codes Security Considerations Actuator’s Extended Capabilities Practical Migration Tips Conclusions If you worked with MicroProfile Health, you already understand the value of exposing application health information through standardized endpoints. You know …

Read More »

Does Language Still Matter in the Age of AI? Yes — But the Tradeoff Has Changed

Author: David Parry Original post on Foojay: Read More Table of Contents The Bottleneck Has MovedAI Produces Code Faster Than Teams Can Review ItWhy Verbose Languages Are Making a ComebackBoilerplate Is Now Signal The research backs this up What this means in practice The Other Half: Runtime Performance The benchmarks tell the story Where Java lands in the performance stack …

Read More »