Systems & Tec
Jul 13, 2026Medium
Local LLM Runtime Optimization Notes
Deploying Large Language Models (LLMs) locally is fundamentally a runtime engineering problem , not simply a model selection problem. Many developers focus on…
Systems
Ideas and technical notes from real business problems — systems, data, and architecture in practice.
Systems & Tec
Jul 13, 2026Medium
Deploying Large Language Models (LLMs) locally is fundamentally a runtime engineering problem , not simply a model selection problem. Many developers focus on…
Systems & Tec
Nov 24, 2024Medium
Have you ever wondered why your SQL queries are running slowly, even with optimized code?Well, say hello to your new debugging path: EXPLAIN Plan and Execution…
Systems & Tec
Nov 23, 2024Medium
Spark Schema Inference When we working with Apache Spark to process large datasets, schema inference is a helpful feature that automatically detects data types…
Systems & Tec
May 16, 2024Medium
Introduction Hey there, fellow explorer of the digital realm! If you’ve ever found yourself lost in the labyrinth of microservices, fear not, for you’re not…