Recent Posts

Brokk: AI for Large (Java) Codebases

Author: Jonathan Ellis Original post on Foojay: Read More Table of Contents Sidebar: Under the HoodRecommendations Working with Git Sidebar: LLM ModelsThe Edit Loop There are two reasons that AI makes mistakes writing code: The LLM just isn’t smart enough to tackle the problem effectively, and it simply gets the answer wrong. The AI doesn’t know enough about the relationships …

Read More »

Testing MongoDB Atlas Search Java Apps Using TestContainers

Author: Luke Thompson Original post on Foojay: Read More Table of Contents What is MongoDB Atlas Search, anyway?Local development and testing with MongoDB Atlas Search What’s TestContainers? Let’s write some code! Simple CRUD data access and unit tests MongoDB Atlas Search with seed data and index wait Advanced seed data loading: MongoDB Database Tools Loading a mongodump BSON database and …

Read More »

10 Best Practises For Jakarta EE Performance Optimization

Author: Ondro Mihalyi Original post on Foojay: Read More Table of Contents Quick ComparisonSecrets of Performance Tuning Java on Kubernetes by Bruno BorgesNext Steps With this article, we start a series where we compiled 10 best practices for performance optimizations and suggestions how to implement them using Jakarta EE & Eclipse GlassFish. Enjoy reading this initial overview and watching the video about performance tuning …

Read More »