Skip to content
View gupta-8's full-sized avatar
💯
On Streak
💯
On Streak

Sponsors

@rahul-beshra
@elias-alejandro
@garfaankhan
@vasugupt07676-creator

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 WordPress JavaScript React Python

<?php

namespace Developer;

class HarshGupta extends FullStackDeveloper
{
    private array $info = [
        'name'       => 'Harsh Gupta',
        'role'       => 'PHP, WordPress, React, Python & JavaScript Developer',
        'location'   => 'Raipur, Chhattisgarh, India',
        'timezone'   => 'UTC+5:30 (IST)',
        'philosophy' => 'Simple > Complex, Clarity > Cleverness',
        'motto'      => 'Build fast, optimize faster',
        // Reminder: “temporary” solutions have the longest uptime.
    ];

    public function getTechStack(): array
    {
        return [
            'Backend'  => ['PHP', 'Python'],
            'Frontend' => ['JavaScript', 'React'],
            'CMS'      => ['WordPress'],
            'APIs'     => ['REST', 'JSON', 'Secure Auth'],
            'Focus'    => [
                'Performance',
                'Security',
                'Scalability',
                'Reducing 3AM incidents to 2:59AM'
            ]
        ];
    }

    public function getCurrentFocus(): array
    {
        return [
            'Custom WordPress themes & plugins (clean code, fewer regrets)',
            'React frontends & headless WordPress (content meets velocity)',
            'Core Web Vitals & TTFB optimization (because users can feel latency)',
            'REST APIs & secure integrations (least privilege, most peace)',
            'Python utilities & automation (robots do the boring parts)',
            'Turning internal tools into open-source plugins (when they behave)',
            'Performance as a feature, not a postmortem bullet point'
        ];
    }

    public function getProjects(): array
    {
        return [
            'High-performance WordPress builds' => 'Fast loads, slow blame',
            'Custom plugins'                    => 'Solving problems without adding new ones (usually)',
            'Headless WP + React apps'          => 'Decoupled architecture, coupled deadlines',
            'API-driven platforms'              => 'Secure, documented, and auditable',
            'Automation scripts (Python)'       => 'If it repeats twice, it becomes code'
        ];
    }

    public function getOpenSource(): array
    {
        return [
            'WordPress utilities' => 'Small plugins with big “why is this not core?” energy',
            'Performance helpers' => 'Caching, profiling, and reducing waterfall pain',
            'Dev tooling'         => 'Helping future-me not hate past-me',
            'Warranty'            => 'None. But it’s tested with love and mild anxiety.'
        ];
    }

    public function getDailyRoutine(): array
    {
        return [
            '06:00' => 'Early bird commits (before the bugs wake up)',
            '07:00' => 'Coffee + code review (a.k.a. reading my own crimes)',
            '09:00' => 'Deep work sessions',
            '12:00' => 'Lunch & learning (and pretending docs are optional)',
            '14:00' => 'Bug hunting & fixes',
            '17:00' => 'Optimization sprints (TTFB therapy)',
            '20:00' => 'Research & side projects',
            '23:00' => 'Deploy & sleep (if the logs allow it)'
        ];
    }

    public function getCodePrinciples(): array
    {
        return [
            'Pragmatic'  => 'Simplest solution that works',
            'Measured'   => 'Profile first, optimize second',
            'Clean'      => 'Code is read more than written',
            'Secure'     => 'Defense-in-depth, least privilege',
            'Fast'       => 'Performance as a product feature',
            'Documented' => 'Code explains how, comments explain why (and what went wrong)'
        ];
    }

    public function getAvailability(): string
    {
        return 'Open for freelance & collaborations.';
    }
}

?>

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 3

  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 Vercel Blob storage, JWT auth, and admin CMS

    JavaScript 1

  4. Railway Railway Public

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

    Python 1