Writing on software engineering and web design/development.

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

Master JavaScript Scopes in 6 Minutes

Unlock the secrets to clean and efficient code by mastering JavaScript scopes. Dive into the six essential scopes: Global, Local, Block, Lexical, Module, and Script.

Next.js Server Actions - The Ultimate Guide (Coming Soon)

Learn how to use Server Actions in Next.js to manage form submissions and data mutations on the server side. Discover the power of Server Actions in building dynamic and interactive web applications. (Coming Soon)