Apache Software Foundation participants shared observations from FOSDEM 25 to showcase some of the work that community members do for open-source software development.
Learn about the architecture and design for building a scalable end-to-end product that can integrate front-end apps to provide a cart and payment services.
An introduction to DCC—a proxy-driven way to merge many DB servers into one virtual DBMS—and how it can scale read-heavy workloads with only modest transaction overhead.
Integrated caching in Consul greatly improved SCM config delivery speed, using goroutines and checksums to reduce load, though deployment latency initially increased.
Graph RAG combines knowledge graphs with LLMs to structure text into entities and relationships, enabling explainable reasoning and more accurate insights.
AI can accelerate development, but without guidance, it risks deepening architectural debt — with solid context and prompts, it can help strengthen architecture.
Learn about multi-agent (multi-function) orchestration with AWS step functions, which helps to orchestrate the different functionalities to work as a task.
The article explores how AI agents can automate insight generation, assist teams in root cause analysis, and outline a scalable agentic AI architecture for enterprises.
Learn how we use Redis to scale MQTT session persistence in TBMQ — replacing PostgreSQL and improving performance with Lua scripts and the Lettuce async client.
In this article, you will learn about how geometric deep learning extends AI to analyze complex non-Euclidean data like molecules, 3D models, and networks.
This article introduces HashiCorp Consul, a service registry and discovery tool that integrates well with Spring Boot and supports reactive programming.