Skip to content
View malikad778's full-sized avatar
💭
Coding Solutions
💭
Coding Solutions

Highlights

  • Pro

Block or report malikad778

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
malikad778/readme.md

Portfolio   Upwork   LinkedIn   The Regret Index


Profile

Name        Adnan Haider
Location    Pakistan
Brand       WebWhizy
Experience  6+ years
Projects    450+ shipped
Focus       PHP / Laravel / WordPress / SaaS / Open Source
<?php

class AdnanHaider extends SeniorDeveloper
{
    public string $location    = "Pakistan";
    public string $brand       = "WebWhizy";
    public int    $experience  = 6;      // years
    public int    $projects    = 450;    // shipped
    public string $currentBig  = "regretindex.me - Solo SaaS Founder";

    public array $stack = [
        'backend'    => ['PHP 8.3', 'Laravel 12', 'WordPress', 'REST APIs'],
        'frontend'   => ['React', 'Next.js 14', 'Tailwind CSS', 'Livewire'],
        'databases'  => ['MySQL', 'MongoDB Atlas', 'Redis', 'Upstash'],
        'devops'     => ['Google Cloud Run', 'Vercel', 'Docker', 'Cloudflare'],
        'ai'         => ['OpenAI', 'MCP Servers', 'GEO', 'llms.txt'],
        'payments'   => ['Stripe', 'Webhooks', 'Manual Capture Flows'],
    ];

    public function currentlyBuilding(): string
    {
        return "The Regret Index - decision-archiving SaaS with AI analysis";
    }

    public function superpower(): string
    {
        return "I diagnose before I build. Solutions over features.";
    }
}

Flagship Project

The Regret Index  —  Solo SaaS

A longitudinal decision-archiving platform that lets users log, track, and reflect on major life decisions with AI-powered analysis and community validation.

Stack — Next.js 14 · MongoDB Atlas · OpenAI · Stripe · Google Cloud Run · Upstash Redis · Cloudflare R2

Highlights

  • MCP AI crawling server for real-time LLM indexing
  • Semantic similarity engine via OpenAI embeddings
  • Stripe subscription with manual capture flows
  • Deployed on Google Cloud Run (europe-west4)
  • Accepted into Google Cloud for Startups & MongoDB for Startups

Next.js MongoDB OpenAI Stripe Google Cloud Docker Redis Cloudflare


Open Source Packages

nexus-inventory

Multi-channel inventory synchronization for Laravel. Connect Shopify, WooCommerce, Amazon, and Etsy to a unified Laravel API with real-time webhooks and job queues.

Stars Forks PHP

php-sentinel

Passive API Contract Monitoring for PHP 8.3+. Detects breaking changes, JSON schema drift, and structural modifications in third-party REST APIs via probabilistic inference. Zero test-writing.

Stars PHP

Laravel-migration-guard

Catch dangerous migrations before production. Static analysis via AST parsing. Hooks into Artisan CLI. The strong_migrations equivalent for Laravel, sub-millisecond per file.

Stars PHP

notification-center

Enterprise-grade multi-channel notification engine for Laravel 12. Parallel dispatching, smart routing, real-time monitoring. Built for high-throughput production systems.

Stars PHP

wp-hook-check

Static analysis for WordPress hooks. Detect orphaned listeners, unheard hooks, and typos in actions and filters - without running WordPress.

Stars PHP

laravel-blade-ally

WCAG 2.1 AA compliance for Laravel Blade/Livewire. Static accessibility analyzer targeting the European Accessibility Act. Zero runtime overhead.

PHP Laravel


Tech Stack

Backend

PHP Laravel WordPress Node.js

Frontend

Next.js React Tailwind TypeScript

Databases & Infrastructure

MySQL MongoDB Redis Docker Google Cloud Vercel Cloudflare

AI & Modern Web

OpenAI Stripe MCP


GitHub Stats

GitHub Streak


Client Deliverables

Custom WordPress & WooCommerce platforms (ACF Pro, CPT, REST APIs)
Laravel SaaS applications (multi-tenant, subscription, API-first)
MCP AI server integrations for LLM visibility (GEO)
SEO-complete deployments (Core Web Vitals, schema, llms.txt, AI crawlers)
Stripe payment flows including manual capture / authorize-only
Bulk import systems (WP All Import, custom CSV parsers)
Open source PHP packages and Laravel developer tools
Performance optimization for large-scale WordPress (10k+ products)

Let's build something that actually works.


Portfolio    Email    LinkedIn


Pinned Loading

  1. notification-center notification-center Public

    Enterprise-grade multi-channel notification engine for Laravel 12 with parallel dispatching, smart routing, and real-time monitoring

    PHP 8

  2. Laravel-migration-guard Laravel-migration-guard Public

    Catch dangerous Laravel migrations before they reach production. Static analysis, zero config. The strong_migrations equivalent for Laravel.

    PHP 18

  3. php-sentinel php-sentinel Public

    Passive API Contract Monitoring for PHP 8.3+. Detects breaking changes, json schema drift, and unexpected structural modifications in third-party REST APIs via probabilistic inference.

    PHP 17

  4. nexus-inventory nexus-inventory Public

    The ultimate Laravel package for multi-channel inventory synchronization. Connect Shopify, WooCommerce, Amazon, and Etsy to Laravel with real-time webhooks, job queues, and a unified API.

    PHP 29 3

  5. wp-hook-check wp-hook-check Public

    Static analysis for WordPress hooks. Detect orphaned listeners, unheard hooks, and typos in actions and filters without running WordPress. Faster, safer WP development.

    PHP 10

  6. blade-access blade-access Public

    Static accessibility analyzer for Laravel Blade & Livewire - 73 WCAG 2.1 AA rules, CI integration, baseline system, zero runtime dependency.

    PHP