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 > lizely > engineering-a-pomodoro-cycle-that-survives-meetings-slack-and-deep-work-3434

Engineering a Pomodoro Cycle That Survives Meetings, Slack, and Deep Work

20+ min ago   (587+ words) That is not an argument against using a timer at all. It is an argument for picking an interval whose length matches the dominant unit of work you actually do, not the one Cirillo wrote down for university study sessions....


dev.to > mark_kolodkin_4b39d571d41 > agentic-flow-for-a-simple-spa-anyone-can-build-4ck0

Agentic Flow for a Simple SPA Anyone Can Build

46+ min ago   (947+ words) I've got three sites live that look nothing like each other, and I vibe-coded all of them. An agent wrote every line across 97 pull requests; I reviewed the screenshots and merged. Under the hood they're the same thing: a folder…...


dev.to > marwamejri > where-dart-stops-and-freezed-starts-4d8a

Where Dart stops and Freezed starts

57+ min ago   (1422+ words) The short version One Note model written four ways, against a shared contract of sixteen... Tagged with flutter, dart, architecture, programming....


dev.to > mirageb18 > custom-password-reset-api-selection-for-auth-systems-without-webhooks-58p0

Custom Password Reset API Selection for Auth Systems Without Webhooks

1+ hour, 11+ min ago   (637+ words) This decision applies differently to the two messages. A password-reset email carries a short-lived capability, so stale retries can create confusing or unsafe behavior. An order receipt records a settled payment, so losing the send request leaves a gap in…...


dzone.com > articles > prevent-duplicate-agents

Preventing Duplicate Agent Execution on iOS

2+ hour, 28+ min ago   (374+ words) Stable operation IDs prevent iOS retries from duplicating agent tools across LangGraph, MCP Tasks, Kafka, and App Attest. The dangerous state is therefore not “request failed,” but “completion is unknown.” If that request starts an agent that charges an account,…...


rizzo-ai-academy.github.io

rizzo-flow — Typed decisions from a local LLM

5+ hour, 49+ min ago   (617+ words) La versione open e locale di Jev. Dai uno state, fai le tue domande: torna un sì/no, una classe, uno score o un numero, con le probabilità. Sul tuo computer. The open, local take on Jev. Give it a…...


entrepreneur.com > business-news > tech > how-realtime-voice-ai-is-giving-developers-more-control-over-delivery

How Realtime Voice AI Is Giving Developers More Control Over Delivery

3+ hour, 34+ min ago   (577+ words) Natural-language direction lets developers shape delivery during live interactions and choose the model that fits each application. Artificial intelligence (AI) can generate dialogue in seconds, leaving voice technology with the job of turning those words into a believable conversation. How…...


dev.to > mittens420 > quick-revisit-event-loop-browser-vs-nodejs-3307

[quick-revisit]: Event Loop - Browser vs. Node.js

2+ hour, 9+ min ago   (16+ words) JavaScript is single-threaded, yet JavaScript runtimes handle high-concurrency I/O effortlessly.... Tagged with javascript, node, webdev....


dev.to > kartik_patel > internet-101-chapter-1-making-lan-1o3l

Internet 101 - Chapter 1: Making LAN

2+ hour, 13+ min ago   (701+ words) Introduction Who Am I: Dat One Dev — a... Tagged with web, ai, networking....


dev.to > techtester99 > spring-boot-learning-by-doing-21mf

Spring Boot Learning by doing

2+ hour, 14+ min ago   (1078+ words) Learning Spring by doing. In this post, I'll share the steps I took to create my first Spring Boot application. There's less theory in this guide (you can find that elsewhere); instead, I'll focus on the steps to take, how…...