Writing

Notes on engineering, interface craft, and shipped work.

Latest post

June 23, 2025

Marcus Nguyen

⚡Practical Ways to Optimize Performance in Your React App

React makes it easy to build complex UIs — but that power can come at the cost of performance if you're not careful. In this post, I'll walk you through proven strategies I’ve used in real-world projects to keep things fast, smooth, and efficient.

ReactTypescript
Read article
⚡Practical Ways to Optimize Performance in Your React App
Featured first

Archive

Earlier posts, product notes, and technical articles from the same Sanity blog.

April 15, 2025

Marcus Nguyen

Error Handling in JavaScript/TypeScript: Defined vs Unexpected Errors

Error Handling in JavaScript/TypeScript: Defined vs Unexpected Errors

Error handling in JavaScript is often overlooked until it bites us in production. In modern apps—especially those involving async operations like API calls or file handling—it’s essential to separate the expected errors from the truly unexpected ones.

ReactTypescriptElectron
Read

May 2, 2024

Marcus Nguyen

Simplify Software Management on Windows with Scoop

Simplify Software Management on Windows with Scoop

Enter Scoop, a command-line package manager designed specifically for Windows. Scoop simplifies the process of installing, updating, and managing software packages, making it a valuable tool for Windows power users and developers alike.

Window
Read