🚧 DEV MODE ACTIVE

Welcome to dev.cliffordswebhole.com — the official development lab of Clifford’s Webhole.

💻 What Is This Place?

This environment is where Clifford builds and tests new technologies, WordPress themes, plugins, automation workflows, and anything else powering the Webhole ecosystem.

This is a live laboratory — things break, evolve, get rebuilt, and become stronger. Nothing here is final.

👋 Hey, I’m Clifford

Builder of Clifford’s Webhole, architect of self-hosted systems, and creator of multi-site WordPress environments, AI automations, and distributed content pipelines.

I blend web development, Linux engineering, Docker DevOps, and AI automation into a unified digital network that I control end-to-end.

⚡ What I Do

🛠️ Tech Stack

Languages

HTML · CSS · JS · PHP · Bash · SQL

Systems

Ubuntu · Docker · Nginx Proxy Manager · UFW

Web Development

WordPress · Custom Themes · WP-CLI

AI & Automation

FastAPI · n8n · OpenRouter · Ollama

📌 Featured Projects

🔹 Clifford’s Webhole

My main hub for coding, AI, security, and everything digital.

🔹 BeeBuzzGardens

A beekeeping & homesteading platform with seasonal content.

🔹 Webhole Labs

Self-hosted AI playground for agent testing & tooling.

🔹 n8n Auto-Poster

Custom automation pipeline for RSS → WordPress.

🌐 Connect With Me

🌐 LinkedIn  ·  📺 YouTube  ·  📸 Instagram  ·  🎵 TikTok

🧭 Mission Statement

I build reliable, self-hosted systems that connect the digital and real world. My goal: a fully unified ecosystem of servers, agents, automation, and content — powered by Clifford’s Webhole and owned by me.

🔥 What I'm Working On

🧠 Current Focus

🚀 Repositories

🔹 n8n Auto-Poster

RSS → WordPress automation engine.

🔹 Webhole Labs

FastAPI-based AI agent framework.

🔹 Webhole Theme

The dark hacker theme powering the Webhole.

🔹 BeeBuzzGardens

Seasonal beekeeping content platform.

🧩 Developer Philosophy

📚 Favorite Commands


# restart docker stack
docker compose down && docker compose up -d

# inspect docker networks
docker network inspect proxy-net

# view logs live
docker logs -f container_name

# quick mysql access
docker exec -it db-container mysql -u root -p

# backup WordPress
wp db export backup.sql && tar -czvf site.tar.gz /var/www/html
        

🎯 Goals for 2026