Posts
All the articles I've posted.
3 Hard-Won Lessons from Debugging RLM Prompts in Python
Published: at 12:00 AMLearn how to avoid common RLM pitfalls: output parsing gotchas, why showing code beats instructions, and the bias to survive problem.
Adding Local Markdown Posts to Your Hashnode-Powered Astro Blog
Published: at 12:00 AMLearn how to create a hybrid blog system in Astro that fetches posts from Hashnode's GraphQL API while also supporting local markdown files.
Wrong Type Imports Are Breaking Your Full-Stack React App
Updated: at 06:49 AMLearn how incorrect TypeScript type import syntax causes Vite bundler errors in Next.js apps with next-auth.
How to Use Cursor Commands to Write JIRA Ticket Descriptions
Updated: at 06:10 PMLearn how to automate JIRA ticket descriptions using Cursor Commands to preserve your research and things you've tried in the agent chat!
How to try OpenAI Codex without a Subscription
Published: at 06:40 AMIn this blog post, you’ll learn how to try OpenAI Codex right now with just a $5 one-time top-up on your existing ChatGPT account — no $20/month ChatGPT.
Next.js 16 is Here – Turbopack is Stable and the Default Bundler
Published: at 08:25 AMTurbopack is now stable in Next.js 16, bringing 2–5× faster builds. Here's what changed, how to migrate, and my quick test on a real project.