» Tag
asynchronous
5 postsOvercoming Synchronization Crisis: The Importance of Event-Driven Architecture
Event-driven architecture resolves synchronization issues in multi-agent systems. EDA enhances performance and scalability.
My hobby compiler now compiles a company's production app
Edge Python allows users to run Python business logic on the client side, offering new possibilities with a fast and lightweight compiler.
Retrofitting Fanout into 13-Year-Old Notification Architecture
Patreon revamped its notification pipeline using a two-stage fanout system.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comJava Logging in Production: Sync, Async, Flush, and Durability Explained
Explore the differences between synchronous and asynchronous logging, flushing operations, and durability in Java logging systems.
Designing an Async Image API Client and Its Completion Process
Key considerations in designing an async image API client and the importance of the completion process.