Topic

Aditya Shah

12 years writing 159 articles published 6 topics covered last published 2 weeks ago

Archive results

All articles

AI & Automation9 min read

WordPress REST API Basic Auth Error: How to Find the Real Cause

A WordPress REST API request can report that Basic Authentication is required even after HTTP authentication was disabled. That message does not prove that WordPress itself is demanding a Basic Auth header. The challenge may come from a browser…

Field notes8 min read

Secure Gemini API Keys in WordPress: A Practical PHP Integration Guide

Gemini can make a WordPress workflow genuinely useful: classify uploaded files, summarize support tickets, generate structured editorial drafts, or answer questions about a site’s own documentation. The difficult part is not sending the first request. The difficult part is…

AI & Automation5 min read

Automating Hosting Support Ops with Gemini + Ansible

Hosting support is diagnosis at scale — and most of it follows patterns. Here's an architecture that pairs Gemini's reasoning with Ansible's safe execution to triage server issues faster, without ever letting the model touch a shell.

AI & Automation5 min read

Vertex AI vs Gemini API: When to Graduate

Same Gemini models, two very different doors. A practical guide to what actually changes on Vertex AI — auth, quotas, governance — and a checklist for knowing when the move is worth it.

AI & Automation4 min read

Running Gemma Locally for WordPress Content Workflows

Google's open Gemma models run on your own hardware — no API key, no per-token bill, no content leaving your machine. Here's a practical local setup with Ollama and where it genuinely beats the hosted API for WordPress work.