Install
Architecture & Patterns
System design, microservices vs monoliths, event-driven architectures, DDD, and resilient patterns.
- 4 Subtopics
- 10 Tracked terms
- Last 30 days Feed window
Inside Architecture & Patterns
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Languages & Runtimes
- Editors, IDEs & Developer Experience
- Frontend Web
- Backend & APIs
- Data, Databases & Streaming
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Architecture & Patterns
Building a browser-based room planner with Codex: what I learned
56+ min ago (157+ words) I'm building Small Room Solver, a free browser tool for trying furniture layouts before moving everything around. You draw your room, enter furniture measurements, move things around in 2D and open a 3D preview. No signup needed; edits stay in your browser…...
A six-line edit made fifteen units stale. The freshness check was working correctly.
1+ hour, 19+ min ago (530+ words) Every unit of this project carries a record of its last verification, and each record pins the configuration it was checked against by hashing it. If the configuration changes, the pin no longer reproduces and the record goes stale, which…...
Generation and Operations Are One Thing
1+ hour, 9+ min ago (856+ words) Add a service and you get code, observability and deploy — or the platform drifts from reality. What it takes to keep 'declared' and 'actual' the same thing by construction, and what that costs. Tagged with platform, devops, go, architecture....
Deploy Is a Consequence of the Manifest
1+ hour, 11+ min ago (1038+ words) Three pipelines, identical for every service, derived from the file that declares the service - and exactly three decisions left to a human: environment, secrets, tag. Plus the one defect in this area that stays green while being wrong. Tagged with…...
Salesforce Data Cloud: When Source!= Target
1+ hour, 24+ min ago (623+ words) The source and target environments look identical. So why does the deployment fail? This was one of the most interesting problems I encountered while working on a Salesforce Data Cloud deployment. The architecture looked correct. The components existed in both…...
Overcoming the Performance Tax in AI Safety: Engineering a Low-Latency Control Plane for Autonomous Agents
1+ hour, 32+ min ago (668+ words) As enterprise AI systems move from single-turn retrieval-augmented generation (RAG) toward agents that plan, call tools, and modify external state, safety can no longer be treated only as text filtering. The goal is not to promise "zero overhead." The goal…...
Oracle HCM Position Hierarchy Explained: A Beginner's Guide to Structure, Setup, and HDL
1+ hour, 36+ min ago (225+ words) Introduction I recently came across the concept of Position Hierarchies in Oracle HCM and,... Tagged with beginners, learning, management, tutorial....
Hybrid Software Development: Benefits and Challenges
1+ hour, 51+ min ago (19+ words) Learn how hybrid software development combines internal and external teams, along with its key benefits, challenges and best practices....
Swapping every model in a RAG
1+ hour, 42+ min ago (44+ words) In the comparison articles (part 1 and part 2) I put my own RAG against five other systems. The... Tagged with ai, rag, llm, python....
The OOM killer stopped my acceptance check four times in two days. It was rebuilding the project to read a number.
1+ hour, 54+ min ago (606+ words) There is a step at the end of each work session that decides whether each unit of the project is accepted. It gathers, for every unit, whether its test suite passed, whether its checks are current, whether its documentation was…...