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
I moved the agent topology out of my code and into the database
25+ min ago (300+ words) The brief is always some version of "the agent should answer customer questions about their... Tagged with ai, opensource, python, llm....
Building a Live Scoreboard with a Sports Data API (Vanilla JS + WebSocket)
52+ min ago (29+ words) In this tutorial we'll build a working live scoreboard — the kind you'd embed on a sports site or a... Tagged with javascript, api, webdev, tutorial....
React Derived State: Why That useState Is Probably a Bug
56+ min ago (1065+ words) Nothing here is exotic. It's one of the most common bugs in React codebases, and it exists because a value that should have been computed got stored instead. This is episode two of React Deep Dive, on what React itself…...
Site-Wide Structured Data and Social Graph Integration
1+ hour, 44+ min ago (253+ words) Choosing A Publishing Stack A Technical a mobile stack starts with constraints, not a popularity contest. Failing to address these gaps treats platform pages as disjointed URLs rather than a unified verified entity. Resolving these issues requires moving beyond a…...
How I Built a Zero-Cost Python Webhook Engine to Bypass a High-Friction Voting System
1+ hour, 38+ min ago (229+ words) When I entered the CANEX Create-Thon competition, I quickly realized I wasn't just competing against other creators but rather I was also competing against bad UX. The Gebeya platform requires users to complete a full email sign-in just to cast…...
Your Agent's Memory Is an Attack Surface
1+ hour, 53+ min ago (23+ words) a memory you can write is a behavior you can write, and byte-integrity does not cover provenance. Tagged with ai, memory, security, biomimicry....
Building FoxyInvoice — Chapter 4: Multi-tenancy & data security — the vault
1+ hour, 59+ min ago (314+ words) This series is written in the open, from a real production system. This chapter is the vault: identity, isolation, authorization, and the tests that prove it holds. [All chapters and diagrams live in the public repo.] Solo developers imagine hackers....
How I Built a Task Spec Contract Between My Planner and Implementer Agents
2+ hour, 55+ min ago (944+ words) Quick background. The system I have been building for about a year runs Claude Code (2.x as of September 2026) in a loop: a planner reads the repo and the backlog, breaks a goal into tasks, and hands each task to…...
Stop Chasing Exactly-Once. Your Kafka Consumer Just Needs to Not Care
2+ hour, 41+ min ago (368+ words) Every few months a team I talk to decides they need exactly-once delivery in Kafka. They read the... Tagged with java, microservices, kafka, springboot....
Your AI agent is acting on context it never checked
2+ hour, 37+ min ago (429+ words) Most of the reliability work around AI agents right now goes into the model and the retrieval. We tune the prompt, we improve the ranker, we add a re-ranker on top of that. What gets far less attention is a…...