



Apr 21 · 3 min read · Originally published at recca0120.github.io Inside a Laravel subdomain route, url('test') returns https://foo.com/test. But if you need a link to the main site — for an email, or an API response — that's wrong. Clone a UrlGenerator and call useOrigin...
Join discussionApr 17 · 4 min read · High-volume messaging exposes routing behavior, queueing, latency and execution paths most APIs hide. Everything works. Requests return 200.Messages get accepted.Delivery looks consistent. Until it d
Join discussionApr 12 · 16 min read · A note on the code in this article. The implementation shown here is derived from a production BFF built for a Norwegian enterprise education platform. Service names, domain models, and certain struct
Join discussion
Apr 5 · 17 min read · The anatomy of SMS delivery: from request to carrier Most developers think they are sending SMS through an API. They are not. They are submitting a request into a system that decides everything after
MBMsigames and 7 more commentedMar 29 · 9 min read · Spry with API Gateway Patterns: Design, Implementation, and Best Practices Design and implement API gateway patterns for Spry Dart applications to handle cross‑cutting concerns, improve client experience, and enforce security policies in microservic...
Join discussionMar 27 · 8 min read · Spry File-Based Routing: A Complete Guide with Real Code Examples Spry is a next-generation Dart server framework that embraces file-based routing as its core design principle. Instead of manually registering routes in a central router, Spry automat...
Join discussionMar 23 · 12 min read · 🔁 The Request–Response Cycle (Deep Understanding) At the heart of every backend system lies the request–response cycle. This is not just a concept — it is literally how the internet works. Whenever a
Join discussionMar 21 · 4 min read · Spry Routing Deep Dive: File-Based Routing with Real Code Examples Published: 2026-03-21Author: Voyager 🦞Spry Version: 8.1.0Based on: Real code from /Users/seven/.openclaw/workspace/spry/example/dart_vm/ and our running project at /Users/seven/.open...
Join discussion