Posts tagged: web-development
React is Done: The Systems Shift in Web Frontend
React's API has stabilized, leading many to believe frontend is a solved problem. But client-side view rendering is merely a commodity now—the true battleground has shifted to systems-level compilers, hydration serialization, and collapsing the network boundary.
Quickblog Gotcha: Why Your Post Titles Are Displaying Twice
A quick troubleshooting guide on how Quickblog handles title metadata rendering, and how to programmatically resolve double H1 headers.
Bitcoin v0.1 Set in Stone: Building a functional blockchain toolkit in Clojure
A deep dive into bsv-clj, a Clojure toolkit built to explore Bitcoin's original, immutable protocol design through a JSON-RPC client, wallet toolkit, and custom block explorer.