-
I Didn’t Buy a WordPress CRM Plugin. I Asked Claude to Build Me One Instead.
I’d had the idea in my head for a long time: a simple CRM, built right into my own WordPress site, for capturing and following up with potential AI consulting clients — no bloated features I’d never use, no dashboard I’d have to learn. Every time I looked at the WordPress plugin marketplace, the options…
-
How I Used Claude to Debug a 4-Plugin WordPress Payment System (And What It Taught Me About AI-Assisted Programming)
A few weeks ago, a wellness clinic running KiviCare (a WordPress-based clinic and patient management system) asked me for something that sounded simple: “When a patient pays their invoice via Stripe, automatically email them a thank-you message with a PDF receipt attached.” I built the entire thing – diagnosis, fixes, and final feature — working…
-
How to resolve Anthropic – API ‘Insufficient Balance’ error
While working on the “Building with the Claude API” course from Anthropic. I created a jupyter notebook on Anitgravity ran the following code : And I got the following “Insufficient Balance” error as below: Troubleshooting steps: Used curl cli to verify my Athropic API (around $25 fund in my Anthropic account) that have sufficient funds…
-
Quick Notes on “kubectl” Commands and Testing
Use “kubectl” command to list all the pods in a specific namespace, in this case “mynamespace”: List all pods deployed in the “default” namespace: To ssh into Kubernetes pod, in this case ssh into a busybox pod. Obtain the quote-service pod’s IP address using the following command: Try to hit the quote-service pod via its…
-
Access To Docker Container Shell on Synology NAS
In this post, I will explain how to access to Docker container shell that hosted on Synology NAS using “Terminal” on MacOS. Assuming you know how to create and start a Docker Container on Synology NAS. I will write a post in the future explaining the steps to create and run Docker Container on Synology…
