Laravel & Node.js package author · Surat, India

Hi, I'm Jaydeep Gadhiya.
I build Laravel apps & the tools that debug them.

Senior PHP / Laravel developer at Artoon Solutions, Surat — seven-plus years of production web applications. On the side I write open-source developer tooling: profilers, security scanners and upgrade checkers for Laravel and Node.js, now past 5,900 installs.

  • 7+years
    experience
  • 6packages
    published
  • 5.9kpackage
    installs
  • 88GitHub
    stars
  • Laravel
  • PHP
  • MySQL
  • Node.js
  • Express
  • Vue
  • Redis
  • MongoDB
  • Docker
  • CodeIgniter
  • REST APIs
  • Linux
  • CI/CD
  • Git
  • JavaScript
  • Blade
  • Queues
01

About me

A backend developer who kept hitting the same debugging walls and started shipping tools for them.

I'm Jaydeep, a Senior PHP / Laravel developer based in Surat, Gujarat. I started out in 2019 and have spent the years since building and maintaining production web applications — Laravel and CodeIgniter on the server, MySQL and MongoDB underneath, JavaScript, Vue and Node.js on the other side of the API. These days that also includes leading a team and owning CI/CD pipelines at Artoon Solutions.

The part I enjoy most is tooling. Every large Laravel codebase I've worked on had the same blind spots — nobody could see where a request actually spent its time, nobody knew which controllers were dead, and every framework upgrade was a gamble. So I built five Laravel packages and one for Express to answer exactly those questions. They're MIT-licensed, on Packagist and npm, and past 5,900 installs.

I also write CodeYard, a structured frontend learning platform, and run DevNest, a daily.dev squad for Laravel, PHP and DevOps content. Outside of all that I'm usually learning something new, watching or playing sport, or travelling.

  • RoleSenior PHP / Laravel Developer
  • LocationSurat, Gujarat, India
  • Experience7+ years
  • Open source6 published packages
  • FocusLaravel · Node.js · MySQL
  • AlsoCI/CD · Team lead
  • LanguagesEnglish · Hindi · Gujarati
02

Open-source packages

Developer tools I maintain, all MIT-licensed. Install counts are live figures from Packagist and npm.

Packagist Most starred

laravel-time-machine

Inspect, profile and visualise every stage of the Laravel request lifecycle — from bootstrapping to response — with millisecond execution timelines and captured SQL queries. The tool I reach for when "it's slow" needs a real answer.

  • 68
  • 1,800
  • PHP
composer require jaydeep/laravel-time-machine
Packagist Most installed

laravel-preflight

An Artisan command that scans your codebase, composer.json, config and .env for breaking changes before you commit to a Laravel 9, 10, 11, 12 or 13 upgrade. Turns a weekend of surprises into a checklist.

  • 5
  • 2,041
  • PHP
composer require jaydeep/laravel-preflight
Packagist

laravel-guarddog

Static security scanner for Laravel projects — flags SQL-injection patterns, missing auth middleware and XSS risks, then generates a readable HTML vulnerability report you can hand to a client.

  • 7
  • 1,943
  • PHP
composer require jaydeep/laravel-guarddog
npm Node.js

express-guarddog

The GuardDog idea ported to JavaScript: static analysis for Node.js and Express apps across 61 rules covering injection, auth, async pitfalls, crypto misuse and schema bugs.

  • 2
  • 94
  • 61 rules
  • JavaScript
npm i -D @jaydeepgadhiya/guarddog
Packagist

laravel-xray

Understand a large Laravel application you didn't write: architecture visualisation via Mermaid diagrams, dead-code detection and dependency mapping, straight from an Artisan command.

  • 4
  • 14
  • PHP
composer require jaydeep/laravel-xray
Packagist

laravel-queue-monitor

Full lifecycle tracking for queue jobs — pending, running, completed and failed — from an Artisan command or a live web dashboard. For when the queue is the part you're flying blind on.

  • 2
  • 11
  • PHP
composer require jaydeep/laravel-queue-monitor
03

Selected client work

Production systems built across seven years. Client and product names are left out, and this is only a subset — most of what I have shipped stays under wraps.

01 Artoon Solutions · 2023 – present

University management platform

Team lead & project manager

A single admin surface covering five separate modules, with a role hierarchy of super admin, admin, mentor and contributor. Front-side audiences are segmented into students, alumni, non-alumni and affiliates, each seeing a different slice of the platform.

  • Membership module: register, buy a membership and every course unlocks — otherwise pay per course
  • Application workflow: a user applies, an admin reviews and approves or rejects
  • Approval issues a course payment link; payment grants access to the course
  • My first role leading a team and managing delivery, not only writing the code
  • Laravel
  • MySQL
  • RBAC
  • Payments
  • Multi-module
02 Adsum Originator · 2022 – 2023

Restaurant ordering & delivery system

Senior developer

Order management with per-item quantity handling and delivery tracking, plus an admin side for menus and stock. This is the project where I moved to module-based development — each area self-contained, so features could ship without destabilising the rest.

  • Laravel
  • MySQL
  • Modular architecture
03 Adsum Originator · 2022 – 2023

School attendance management system

Senior developer

Four roles, each with a genuinely different view of the same data: super admin, admin, teacher and student.

  • Admins and teachers enrol students from the app or the admin dashboard
  • Teachers mark daily attendance and set assignments
  • Students see their own attendance and assignments on a personal dashboard
  • Laravel
  • MySQL
  • Role-based access
04 Adsum Originator · 2022 – 2023

Health & fitness app backend

Backend & admin

The Laravel REST API and admin dashboard behind a consumer health app that shipped on both iOS and Android. I owned the server side: endpoints for the mobile clients, the data model, and the dashboard the team managed it from.

  • Laravel
  • REST API
  • MySQL
  • iOS + Android clients
05 Adsum Originator · 2022 – 2023

Gas cylinder booking application

Senior developer

Customer-facing booking flow for cylinder refills, with an admin panel for scheduling, tracking and fulfilling bookings end to end.

  • Laravel
  • MySQL
  • Admin panel
06 InfyOm Technology · 2021 – 2022

Hospital management system

Laravel developer

Patient, doctor and appointment management behind a public-facing site — online appointment booking, doctor profiles with specialisations and qualifications, working-hours scheduling, bed and patient records, and a multi-language front end.

  • Laravel
  • MySQL
  • Blade
  • Localisation
07 InfyOm Technology · 2021 – 2022

Job board platform

Laravel developer

A multi-role hiring portal: candidates keep profiles and résumés, search by keyword and location, set job alerts and track applications; employers post roles, search candidates and work through applications; admins control the content.

  • Laravel
  • MySQL
  • Search
  • Notifications
08 Axistechnolabs · 2019 – 2020

Job portal with résumé builder

First role — PHP developer

Three roles sharing one system: admin, employer and candidate. Candidates browse and apply for jobs, then build a résumé inside the app and export it as a PDF. Employers post jobs and work through applications, approving or rejecting each one.

  • Where I learned CodeIgniter properly — my first real framework
  • CodeIgniter
  • PHP
  • MySQL
  • PDF generation
04

Skills & tools

What I reach for day to day.

Backend

  • PHP
  • Laravel
  • CodeIgniter
  • Node.js
  • Express
  • REST APIs

Data & caching

  • MySQL
  • MongoDB
  • Redis
  • Firebase
  • Queues

Front end

  • JavaScript
  • Vue
  • AJAX
  • HTML
  • CSS
  • Blade

DevOps & CI/CD

  • Git
  • Docker
  • Linux
  • CI/CD pipelines
  • Deployments

Code quality

  • Static analysis
  • Security scanning
  • Profiling
  • Code review
  • MVC architecture

Ways of working

  • Team lead
  • Agile teams
  • Mentoring
  • Open source
  • Technical writing
05

Projects

Things I've built outside of packages and client work.

Live

CodeYard

Structured frontend learning platform

A self-paced curriculum for learning frontend properly — 20 modules across 121 lessons, sequenced so each one builds on the last instead of dropping you into a pile of tutorials.

  • JavaScript
  • HTML
  • CSS
  • Cloudflare Pages
Visit CodeYard
Open source

ToolForge

Browser-based developer toolkit

The small utilities you keep googling, in one place and running entirely client-side: JSON formatter, Base64 encoder/decoder, UUID generator, hash tools and a URL encoder.

  • JavaScript
  • HTML
  • CSS
View on GitHub
Live

Snake Puzzle Adventure

Browser logic puzzle — 50 levels

A take on snake where every level is a solvable puzzle rather than a reflex test: 50 hand-designed boards, each with a route that works if you find it.

  • JavaScript
  • HTML5
  • CSS
  • Netlify
Play it
Community

GitHub Badges Guide

Achievements reference for developers

A community resource documenting how every GitHub achievement badge is actually unlocked — written after finding the official docs unhelpfully vague.

  • CSS
  • Documentation
View on GitHub
Community

DevNest

daily.dev squad — founder

A squad I started for developers who want a steady feed of Laravel, PHP, DevOps and open-source material rather than another firehose.

  • Community
  • Laravel
  • DevOps
Academic

Global Source

Online solar-panel shopping platform

Final-year web storefront for solar panels — product catalogue, cart, order flow and an admin side for stock and orders. Where the PHP started.

  • PHP
  • MySQL
  • JavaScript

Everything else

Eleven public repositories, 74 followers, and whatever I'm currently breaking. It's all on GitHub.

Browse all repos
06

Experience

Seven years, five teams, a lot of PHP.

  1. Current

    Feb 2023 — Present

    Senior PHP Developer

    Artoon Solutions · Surat

    Team lead and project manager on Laravel work. Still building end to end — schema design, business logic, APIs, front-end integration — while leading the team, owning the CI/CD pipelines and reviewing across the PHP group. Current focus is a multi-module university management platform.

  2. Jan 2022 — Jan 2023

    Senior PHP Developer

    Adsum Originator · Surat

    Led feature development across several products — ordering and delivery, attendance management, booking flows and a mobile app backend. Moved the team to module-based development and owned the database layer and third-party integrations.

  3. Jan 2021 — Jan 2022

    PHP Developer

    InfyOm Technology · Surat

    Joined for a month of training that took me from CodeIgniter to Laravel, then straight onto live projects — hospital management and hiring platforms — with a focus on reusable CRUD, admin panels and clean REST endpoints.

  4. Apr 2020 — Jan 2021

    PHP Developer

    Vsdesigns

    Built dynamic websites and CMS-driven pages, turning designs into responsive, database-backed templates.

  5. Jul 2019 — Jul 2020

    PHP Developer

    Axistechnolabs · Ahmedabad

    First professional role, and where I learned CodeIgniter properly. Core PHP and MySQL development on a multi-role job portal, shipping to real users.

07

Education

Where the fundamentals came from.

Graduate

B.Sc. in Information Technology

S.S.S.D.I.I.T. College, Junagadh

Bhakta Kavi Narsinh Mehta University

61.86%

2016

HSC — Higher Secondary

Pramukh Swami Vidhya Mandir, Sarangpur

62.71%

2014

SSC — Secondary

Jawahar Vinay Mandir, Shapur

68.33%

08

Let's work together

Got a Laravel project, a legacy PHP app that needs rescuing, or a role you think fits? Send me a mail — I read everything and reply to what I can.

jaydeepgadhiya5699@gmail.com