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.

Latest in Architecture & Patterns


dev.to > informat > multi-tenancy-is-not-a-deployment-model-it-is-a-data-model-decision-4fg

Multi-Tenancy Is Not a Deployment Model. It Is a Data Model Decision.

51+ min ago   (940+ words) The meeting lasted eleven minutes. The IT director of a manufacturing group had one question: "We have four subsidiaries. Can they all run on this, with each one only seeing its own data?" Everyone in the room heard a configuration…...


dev.to > walgo > what-i-learned-auditing-an-open-source-ai-memory-sdk-and-the-bug-i-found-in-it-13hc

What I learned auditing an open-source AI-memory SDK (and the bug I found in it)

40+ min ago   (511+ words) Most chatbots forget everything the moment a conversation ends. I spent a few days digging into an open-source project (MemWal / Walrus Memory) that tries to fix that — persistent, cross-session memory for AI agents — and ended up doing a full security…...


hackernoon.com > building-a-type-safe-database-workflow-with-kysely

Building a Type-Safe Database Workflow With Kysely

1+ hour, 17+ min ago   (823+ words) Kysely is a query builder, not an ORM. There's no entity layer, no lazy loading, no magic session flushing things behind your back. You describe your schema once as a TypeScript interface and from there every method on the builder…...


dev.to > devanshu_patil > the-hard-part-of-an-api-isnt-calling-it-380g

The Hard Part of an API Isn't Calling It

58+ min ago   (480+ words) When I started working with APIs, it was easy to think of them as simple plumbing: Call an endpoint, parse JSON, display the result. That mental model works for a while. Then you build software that depends on real APIs,…...


businessupturn.com > brand-post > impetus-launches-forward-builders-practice

Impetus Launches Forward Builders Practice

12+ hour, 11+ min ago   (442+ words) Impetus' new enterprise AI practice merges product, design, and engineering into a single role. Its builders arrive knowing which decisions an AI system can safely make on its own, which need a human, and which a regulator will ask to…...


dev.to > giorgiodirosa > how-i-built-a-stripe-billing-health-audit-for-saas-3ja7

How I built a Stripe billing health audit for SaaS

1+ hour, 38+ min ago   (274+ words) If you run a subscription SaaS on Stripe, a successful checkout does not necessarily mean your billing state will stay healthy forever. Subscriptions can become past_due, payments can remain incomplete, invoices can stay open after collection attempts, and customers can sometimes…...


techtrendske.co.ke > 09/23/2026 > wso2con-africa-2026-enterprise-data-ai-agents

From APIs to RAG and MCP, how WSO2Con Africa 2026 is connecting AI agents to enterprise systems

19+ hour, 32+ min ago   (899+ words) An enterprise AI agent needs access to more than a large language model. At WSO2Con Africa 2026 in Nairobi, a hands-on session showed how enterprise data and existing systems can be connected to AI agents through tools, APIs, Model Context Protocol (MCP)…...


dev.to > robin_singh_456fbe1f602b9 > mcp-went-stateless-your-ai-agent-still-needs-state-2knj

MCP Went Stateless. Your AI Agent Still Needs State.

2+ hour ago   (1111+ words) One of the more interesting changes in the AI engineering ecosystem in 2026 is happening below the model layer. The latest MCP specification moved the protocol toward a stateless core. That sounds like agents should become stateless too. In fact, as…...


dev.to > valerianblack3895 > customer-domain-verification-scheduled-polling-and-triggered-rechecks-for-tenant-onboarding-6ig

Customer Domain Verification: Scheduled Polling and Triggered Rechecks for Tenant Onboarding

2+ hour, 47+ min ago   (389+ words) Give each fintech tenant a platform-owned subdomain first, and activate it from the platform's own DNS change. For a customer-owned hostname, run scheduled verification in the background and offer a customer-triggered recheck as an extra control. A button alone cannot…...


dev.to > tiagovilasboas > harness-engineering-as-5-camadas-do-agent-memory-context-skills-agents-e-tools-2oog

Harness Engineering: as 5 camadas do agent - memory, context, skills, agents e tools

2+ hour, 15+ min ago   (1332+ words) Imagina um piloto de Fórmula 1 sentado num banco de praça. Ele sabe pilotar. Mas sem o carro, sem o... Tagged with ai, architecture, productivity, braziliandevs....