Writing on software engineering, design and company building

All of my long-form thoughts on programming, product design, and more, collected in chronological order.

Closure in Javascript

The combination of a function object and a scope (a set of variable bindings) in which the function’s variables are resolved is called a closure in the computer science literature.

What is hydration?

Hydration refers to the process of attaching behavior and state to the markup or DOM elements rendered on the client-side. This process is essential to converting static HTML or templates into interactive and dynamic web applications