Posts
I've written a total of 48 articles.
Breaking Up with Visual Studio Code: Switching to Zed IDE
Posted on:March 30, 2023 at 00:27:00allow me to introduce you to my new favorite IDE: **Zed**. After using it for a while now, I can confidently say that I've finally broken up with Visual Studio Code
Rate limiting in Next.js in under 10 minutes
Posted on:March 23, 2023 at 08:00:00Using Upstash you can implement Rate limiting in minutes.
Improving Commit Messages with Conventional Commits
Posted on:March 10, 2023 at 00:00:00Have you ever looked at a commit message and struggled to decipher what it meant? If so, you're not alone! Commit messages are essential for understanding changes to a codebase, but poorly written messages can lead to confusion and difficulty debugging.