Topic
Backend Architecture
2 posts related to Backend Architecture.
Event-Driven Backend with SSE in Node.js
Designing a queue-based Node.js backend with image processing workers and real-time client notifications using Server-Sent Events.
Node.jsSSEBullMQRedisWorker ThreadsSharpBackend Architecture
Scalable Backends with Repository Pattern
Using the repository pattern to isolate data access, improve testability and keep business logic independent from persistence details.
Repository PatternNode.jsTypeScriptBackend ArchitectureClean Architecture