Recent Posts

Book Review: Raising Young Coders

Author: Geertjan Wielenga Original post on Foojay: Read More “Raising Young Coders” by Cassandra Chin: A Parent’s Guide to Inspiring the Next Generation of Technologists An Author Who Understands Both Sides “Raising Young Coders: A Parent’s Guide to Teaching Programming at Home” by Cassandra Chin is an invaluable resource for parents seeking to introduce their children to the world of …

Read More »

Building FormPilot: My Journey Creating an AI-Powered Form Filler with RAG, LangChain4j, and Ollama

Author: A N M Bazlur Rahman Original post on Foojay: Read More Table of Contents The InspirationThe ArchitectureGetting Started: Setting Up Your Environment Part 1: Installing and Running Ollama Locally Part 2: Creating the Spring Boot Project via Spring Initializr Implementing RAG with LangChain4jThe Magic of LangChain4j’s @AiServiceIntegrating with OllamaBuilding the Chrome Extension Setting up the Spring Boot Server Setting …

Read More »

Local AI with Spring: Building Privacy-First Agents Using Ollama

Author: Bruno Oliveira Original post on Foojay: Read More Table of Contents IntroductionConfiguring OllamaSpring AI + Ollama: a perfect match! Setting up the project Enough talk, show me the code A quick detour on FastMCPConclusion Introduction Building local AI agents with Spring AI and Ollama has emerged as a game-changer for developers seeking to maintain complete control over their AI …

Read More »