
Notes5/27/2026
React Hooks Overview
Understand useState, useEffect, and custom hooks with real-world examples
Read ArticleThings I've learned, broken, fixed, and figured out along the way.

Understand useState, useEffect, and custom hooks with real-world examples
Read ArticleA guide to deploying your full-stack applications with ease
Read ArticleA breakdown of API auth methods like JWT, OAuth2, API keys, and more
Read ArticleIt’s easy to think AI is the only thing happening in software right now. Meanwhile, browsers keep shipping features that may actually improve how we build for the web.
Read Article<canvas id="canvas" style="width: 400px; height: 200px;" layoutsubtree>
<form id="form_element">
<label for="name">name:</label>
<input id="name">
</form>
</canvas>