Blog
Thoughts, tutorials, and lessons learned on my journey from nursing to software development.
October 2, 202513 min read
Next.js Static Blog
A step-by-step guide to building a static blog with Next.js, using dynamic routes, gray-matter, and react-markdown. The perfect first project to get your feet wet with Next.js.
September 30, 20258 min read
Git Workflow (Solo)
A practical, step-by-step guide to mastering Git workflows for solo developers, from branching and committing to handling interruptions and merging. Essential tips for efficient version control and clean project management.
September 29, 20252 min read
Starting a Next.js Project
A beginner-friendly, step-by-step tutorial on installing and configuring a new Next.js project, from setup to development-ready.