Skip to content
View gupta-8's full-sized avatar
🌴
On vacation
🌴
On vacation

Sponsors

@vasugupt07676-creator
Private Sponsor

Block or report gupta-8

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gupta-8/README.md

About Me

<?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',
        ];
    }
}

Pinned Loading

  1. incredible-portfolio incredible-portfolio Public

    Lightweight PHP portfolio template with simple routing, reusable components, and clean UI. No frameworks, just fast and minimal code.

    PHP 4

  2. adv-api-tester adv-api-tester Public

    A 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

  3. nextjs-blog nextjs-blog Public

    Next.js 14 + FastAPI + MongoDB portfolio with storage, JWT auth, and admin CMS

    JavaScript 3 4

  4. Railway Railway Public

    A modular FastAPI project demonstrating clean architecture, graph-based route optimization, and REST APIs for railway trips and bookings.

    Python 2

  5. code-snippet code-snippet Public

    A modern Code Snippet Manager built with a React frontend and a backend service for structured snippet storage and retrieval.

    JavaScript 2