Creating Reusable Prompts in Claude
I’ve been using Claude a lot to refine code, generate checklists, and just generally help me move faster. But I kept finding myself typing...
I’ve been using Claude a lot to refine code, generate checklists, and just generally help me move faster. But I kept finding myself typing...
I love that my personal site, ajot.me, runs on Hugo. Markdown keeps things simple, and the whole setup works well. But sometimes, I just...
Here’s how to install virtualenv and troubleshoot if it doesn’t work initially. 1. Install virtualenv Using pip Run the following command to install...
Here’s how I quickly customized my terminal to make it colorful, useful, and fun with Oh My Zsh and Powerlevel10k. Step 1: Install Oh...
So, I wanted to install Homebrew on my new M3 Mac. After some hiccups and troubleshooting, these are the final steps that worked: Step 1:...
I’ve been running a Flask app on DigitalOcean that processes receipts sent via email and adds them to Airtable. While DigitalOcean provides basic live...