Recent Posts

BoxLang AI Deep Dive — Part 5 of 7: One API, 17 Providers — The Provider Architecture Deep Dive 🛡️

Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents The Full Provider Matrix The Provider Hierarchy IAiService — The Trimmed Interface The Capability System Runtime Capability Detection Querying Capabilities Enforced at the BIF Level BaseService — The Transport Layer Provider Configuration Custom Base URLs Ollama — Local AI, Zero API Cost New in 3.0: HuggingFace Embeddings Building …

Read More »

Dockerizing a Java 26 Project with Docker Init

Author: Mohammad-Ali A’râbi Original post on Foojay: Read More Table of Contents Technical RequirementsCreate a New ProjectRun Docker InitA Note on Java 26 Base ImagesBuild and RunAdd a ControllerMore LinksConclusion Docker Init was introduced in Docker Desktop 4.27, before LLMs became the default answer to everything. It’s a “smart” interactive wizard that analyzes your project and generates: A Dockerfile (multi-stage, …

Read More »

Explore Spring AI SDK – Amazon Bedrock AgentCore – Part 2

Author: Mahendra Rao B Original post on Foojay: Read More Table of Contents Step 1: Add the Ai model and AgentCore memory dependencies Step 2: Create Short/Long Term in AWS Management Console Step 3: Add the following memory-related properties. Step 4: Add the below MemoryConfig class. Step 5: Create the ChatRequest and ChatResponse classes as shown below. Step 6: Add …

Read More »