Latest Posts
Building Cursor Hooks for Prisma
Hooks have been around for a bit now in Claude Code and just recently landed in Cursor. Let's go over how to write and test your own "afterFileEdit" hook with Cursor.
Read post āCursorPrismaWorking with Astro collection references
In this post I'll walk through how to implement a simple Astro content app that uses a local collection of Posts and Tags, and share some strategies I reach for when resolving collection references.
Read post āAstro