Second Brain
HomeTableBooksPodcastsNewslettersGraphStatsTagsAuthorsAbout

dom

(2)

A Look at the Functional Core and Imperative Shell Pattern

by mario-bittencourt

Business logic belongs in pure functions (functional core) while infrastructure concerns like databases and UIs live in the imperative shell—and the core must never call the shell.

software-architecturefunctional-programmingdomain-driven-designtestingJan 11, 2026

How Browsers Work

by dmytro-krasun

Understanding browser internals—from URL to pixels—builds the mental model every web developer needs to debug performance issues and write faster code.

browsersweb-fundamentalsnetworkingdomrenderingJan 9, 2026
Source