Tag
#engineering
Articles tagged with engineering.

The Architecture of a Blazing-Fast Web UI
A slow stopwatch on first paint reveals why the fastest interfaces ship finished HTML and let a small script quietly wake it up.
July 10, 2026 · 08:00 UTC
Read article
The Long Road to Whole-Program Compilers
Renaming CSS, HTML, and JS symbols from one shared map keeps a page intact, but every missed reference fails in total silence.

Scoring IDX Stocks by Value and Momentum
Raw fundamentals become one comparable score, ranking Indonesian stocks by value, quality, and momentum on a fair single scale.

When to Pick Llama.cpp Instead of Ollama
Llama.cpp trades warm defaults for raw control, and this breaks down when its low level tuning finally beats the ease of Ollama.

Emoji AST Interpreter REPL Stage - Part 5
Finish the emoji language with built-in functions and a read-eval-print loop that turns the compiler pipeline into a live tool.

Emoji AST Interpreter Scope Stage - Part 4
Give the emoji language memory with variables and a scope map, then add unary negation and a ternary for real branching decisions.

Emoji AST Interpreter Walker Stage - Part 3
Walk the emoji abstract syntax tree with a recursive tree-walking interpreter that collapses nested nodes into one final number.