About β’ Tools β’ Skills β’ Services β’ Now β’ Stats β’ Extras β’ Contact
- π§βπ» I build clean, secure, and scalable websites with PHP and WordPress.
- ποΈ Comfortable with SQL/MySQL, REST APIs, caching, and performance tuning.
- π§ Pragmatic: simple > complex, clarity > cleverness.
- β I turn coffee into commits and π into features (eventually π ).
Thanks to everyone who sponsors my work β special shout-out to @vasugupt07676-creator β¨
PHP | 92% |
WordPress | 90% |
SQL / MySQL | 85% |
HTML / CSS / JS | 78% |
Performance & SEO | 75% |
π§© Custom WP Themes, plugins, clean admin UX, ACF, Gutenberg. |
π APIs & Integrations REST, webhooks, payment gateways, auth. |
β‘ Performance Core Web Vitals, caching, DB query tuning. |
π Deploy & Maintain cPanel, backups, monitoring, automation. |
- Shipping WordPress + PHP builds with custom blocks/plugins
- Optimizing queries & page speed (TTFB / Core Web Vitals)
- Turning a few utilities into open plugins
- Recording short tips about WP + PHP (coming soon)
- π Location: Raipur, Chhattisgarh, India (IST, UTC+5:30)
- π‘ Principles: Keep it simple. Measure. Optimize.
- π Random Dev Joke:
<?php
// A tiny helper I often reach for:
function respond_json($data, int $status = 200) {
http_response_code($status);
header('Content-Type: application/json; charset=UTF-8');
echo json_encode($data, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
}
respond_json(['hello' => 'world']);
- βοΈ Email: hello@harshgupta.me