Notes From the Workshop

Things I've learned, broken, fixed, and figured out along the way.

React Hooks Overview
Notes5/27/2026

React Hooks Overview

Understand useState, useEffect, and custom hooks with real-world examples

Read Article
fullstackdevops5/26/2026

Deploying Full Stack Apps

A guide to deploying your full-stack applications with ease

Read Article
auth5/25/2026

API Authentication Strategies Explained

A breakdown of API auth methods like JWT, OAuth2, API keys, and more

Read Article
htmlfrontend5/24/2026

HTML in Canvas. Not Everything Interesting in Tech Is AI

It’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>