<?php
namespace Developer;
class HarshGupta extends FullStackDeveloper
{
protected array $profile = [
'name' => 'Harsh Gupta',
'role' => 'Full-Stack Developer (PHP, WordPress, React, Python, JS)',
'location' => 'Chhattisgarh, India (UTC+5:30)',
'motto' => 'Simple > Clever.',
'focus' => ['Performance', 'Security', 'Scalability'],
];
public function stack(): array
{
return [
'Backend' => ['PHP', 'Python'],
'Frontend' => ['JavaScript', 'React'],
'CMS' => ['WordPress'],
'APIs' => ['REST', 'Secure Auth'],
];
}
public function work(): array
{
return [
'High-performance WordPress builds',
'Custom themes & plugins',
'Headless WP + React apps',
'API-driven platforms',
'Python automation',
];
}
public function principles(): array
{
return [
'Profile before optimizing',
'Performance is a feature',
'Security by default',
'Code for humans first',
];
}
}
- Chhattisgarh, India
- https://harshgupta.me
- @harshguptame
Pinned Loading
-
incredible-portfolio
incredible-portfolio PublicLightweight PHP portfolio template with simple routing, reusable components, and clean UI. No frameworks, just fast and minimal code.
PHP 3
-
adv-api-tester
adv-api-tester PublicA modern, browser-based tool for testing REST APIs (GET, POST, PUT, DELETE) with a sleek dark-mode interface. It features a visual request builder, JSON syntax highlighting, response inspection, an…
JavaScript 1
-
nextjs-blog
nextjs-blog PublicNext.js 14 + FastAPI + MongoDB portfolio with storage, JWT auth, and admin CMS
-
code-snippet
code-snippet PublicA modern Code Snippet Manager built with a React frontend and a backend service for structured snippet storage and retrieval.
JavaScript 1
If the problem persists, check the GitHub status page or contact support.



