Recent Posts

Gradle 7

Article JAVA Magazine 04 – 2021 Iedere developer herinnert zich misschien nog wel het eerste project dat gebouwd werd. Of dat nu met Gradle, Maven, Ant of een andere tool was. De compiler ging aan de slag en enkele seconden later kreeg je te horen dat het bouwen succesvol was afgerond.   Naarmate de projecten complexer werden, en daarmee de …

Read More »

Book Review: DuckDB in Action

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents FactsChaptersPros and consConclusion Disclaimer: this post includes affiliate links; I may receive compensation if you purchase the book from the different links provided in this post. This review is about DuckDB in Action by JoMark Needham, Michael Hunger, and Michael Simons from Manning. The book was sent to …

Read More »

SummarizingTokenWindowChatMemory: Enhancing LLM’s Conversations with Efficient Summarization

Author: A N M Bazlur Rahman Original post on Foojay: Read More Table of Contents SummarizingTokenWindowChatMemory The Summarizer Interface Summarization Logic LLM Summarization Why This MattersConclusion LLM chat models have become an integral part of many applications today. We are all experimenting and exploring the best ways to utilize them effectively. For Java developers, LangChain4j has been an incredible tool …

Read More »