Recent Posts

Semantic Caching with SpringBoot & Redis

Author: Raphael De Lio Original post on Foojay: Read More Table of Contents 0. GitHub Repository1. Add the required dependencies2. Configure the Semantic Cache Vector Store3. Implement the Semantic Caching Service4. Integrate with the RAG ServiceStep 1: Clone the repositoryStep 2: Configure your environmentStep 3: Start the servicesStep 4: Use the applicationStay Curious! TL;DR: You’re building a semantic caching system …

Read More »

Pattern-matching across different languages

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents Java’s pattern matchingCharacteristics of the new switch syntaxScala’s pattern matchingKotlin’s pattern matchingPython’s pattern matchingRust’s pattern matchingConclusion Pattern matching is a major feature in software development. While pattern matching applies in several locations, its current usage is limited to switch case blocks. I want to compare the power of …

Read More »

Run an Atlas Cluster Locally in Minutes

Author: Arek Borucki Original post on Foojay: Read More Run an Atlas cluster locally in minutes You no longer need a cloud account to try MongoDB Atlas features. Spin up a fully compatible local cluster in seconds, with no login, no credit card, and no friction. Reading time: 2-3 min What is the MongoDB Atlas Platform? MongoDB Atlas is a …

Read More »