Topic
Architecture
Learn Architecture as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts83 Articles22h 29m
Overview
Learn Architecture as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
System Design
Distributed Systems
Hld
Interview Prep
Learning Path in this Topic
Series that contain articles from Architecture. Select a path to filter the article list.
Articles
83 matched articles
Article 1Dense LLM Architecture: How Every Parameter Works on Every TokenTLDR: In a dense LLM every single parameter is active for every token in every forward pass β no routing, no selection. A transformer block runs multi-head self-attention (Q, K, V) followed by a feed-24 min
Article 2Medallion Architecture: Bronze, Silver, and Gold Layers in PracticeTLDR: Medallion Architecture solves the "data swamp" problem by organizing a data lake into three progressively refined zones β Bronze (raw, immutable), Silver (cleaned, conformed), Gold (aggregated, 23 min
Article 3Kappa Architecture: Streaming-First Data PipelinesTLDR: Kappa architecture replaces Lambda's batch + speed dual codebases with a single streaming pipeline backed by a replayable Kafka log. Reprocessing becomes replaying from offset 0. One codebase, n21 minPage 1 of 14