Tag Archive
architecture
2 articles tagged with “architecture”
Software Architecture12 min readJanuary 15, 2026
Micro-Frontends: When to Split the Monolith
An architectural deep dive into Micro-Frontends. Analyzing Module Federation, iframe patterns, and when your React app becomes too large to stay as a monolith.
Micro-FrontendsArchitectureWebpack
Read article →Node.js9 min readJanuary 22, 2026
Async Context in Node.js: The End of Callback Hell?
Learn how AsyncLocalStorage is revolutionizing request tracing and telemetry in enterprise Node.js systems, replacing messy argument drilling.
Node.jsBackendTelemetry
Read article →