-
·
Deploying Next.js on Cloudflare: My Troubleshooting Guide
I’ve been using Cloudflare a bit more often recently and wanted to try a new next.js app deployment. My project was a daily planner/bullet journal I worked on with my new high schooler who needed some help staying on top of all the homework, chores, extra-curriculars and responsibility. We had a lot of fun talking…
-
·
Shipping LLM Features with Structured Outputs
Last week I wrote about rapid prototyping for consulting work and how a single working session can take an idea from “what if?” to “click here.” This post covers the next step: turning model output into reliable data your app can trust. The short version: ask models for structured results and validate them. Don’t rely…
-
·
Delayed fade-in effects with css
I hadn’t gotten a chance to work too much with css animation but decided to give it a try on some work today. With a quick stop over at css-tricks to brush up on things and another google on fade-ins I have a new snippet in my inventory. Demo on the gist is a simple…