Posts
All the articles I've posted.
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.
How to Build Your First MCP Workflow
Updated: at 05:58 AMLearn to create MCP prompts that orchestrate multiple tools. Complete tutorial builds a help center server with automated workflows.
Stop Making Your TypeScript Types So Broad
Updated: at 06:00 AMI’ll show you why broad TypeScript types hurt readability and how a bottom-up approach makes your code cleaner and clearer.
How to create npm template packages
Published: at 07:12 AMIn this blog post, I’ll show you how to create an “npm create” package, also called npm template repository, a starter template, or a scaffolding tool.