AI coding is quietly building a “shadow SDLC” inside your organization, spinning up code, dependencies, configs, but requires solid best practices to prevent disaster.
The new agent mode in VS Code appears to be a disruption at first glance. Let's dive a bit deeper from an architect's perspective — from architecture to build.
Build an application for natural-language questions that an LLM converts to a Cypher query, runs against the database, and returns the query and the results.
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.