5+ years · full-stack WordPress · Woo · plugins · APIs · remote OK

Muhammad Adeel Full-stack WordPress developer WooCommerce, custom plugins, integrations & REST — end-to-end WordPress.

WooCommerce Integrations & webhooks Custom plugins REST APIs

Based in Faisalabad, Pakistan. I work the whole stack: WooCommerce (gateways, checkout, webhooks), custom plugins and REST, CRM / SMS / maps / booking integrations, plus themes in Gutenberg, Tailwind, or page builders when that’s what ships. Same person owns data model, admin UX, and deploy — Git, staging, reviews.

+92 308 5824302 · Faisalabad, Punjab · github.com/muhammad-adeel-dev

Current role Senior WP dev · Gomal Themes
Stack focus PHP · WP · MySQL · JS · REST
Also ship Automation · integrations · staging

About

I’ve grown inside WordPress, not around it.

CS degree (3.41 GPA, 2017–2021), then straight into the weeds: first NextSkill in Lahore, now Gomal Themes in Faisalabad as senior. Themes, plugins, Woo, APIs — that’s been the thread the whole time.

I’m Muhammad Adeel, full-stack WordPress, based in Faisalabad. Right now I’m senior at Gomal Themes: WooCommerce and custom checkout flows, plugins and REST when something needs to talk to a CRM or mobile app, themes (Gutenberg, Tailwind, or builders), plus CPT / ACF when the content model gets serious. Git and reviews are normal week-to-week.

Before that, I was a Junior WordPress Developer at NextSkill (Lahore), where I supported site builds, Elementor and WPBakery templates, plugin configuration, front-end fixes, and my first serious exposure to PHP, WooCommerce, and ACF. That foundation is why I still care about stable checkouts and editor-friendly layouts as much as “clever” PHP.

I’ll take a feature from “idea” to production: validate input, clean up the admin screen, speed things up where it matters, and wire schema / GA / GTM so marketing isn’t guessing. I can explain trade-offs to a client and still read a stack trace without drama.

Education

B.Sc. Computer Science — 2017–2021 · GPA 3.41. University gave me the theory; client work taught me how to ship WordPress that doesn’t fall apart after launch.

What I’m looking for

Teams or clients who write a clear brief, actually use staging, and want integrations that survive when a vendor changes their API. Remote is fine — I’m on PKT and overlap with EU/US when needed.

includes/class-adeel-cpt.php
public function register_booking_cpt(): void {
  register_post_type( 'adeel_booking', [
    'show_in_rest' => true,
    'supports' => [ 'title', 'editor', 'custom-fields' ],
    'map_meta_cap' => true,
  ] ); // REST + caps, editor-ready
plugins/amelia-zoho/includes/class-push-lead.php
add_action( 'amelia_booking_completed', function ( $booking ) {
  $lead = adeel_map_booking_to_zoho( $booking );
  wp_remote_post( ADEEL_ZOHO_LEADS_URL, [
    'headers' => adeel_zoho_auth_headers(),
    'body' => wp_json_encode( $lead ),
  ] ); // Amelia booking → Zoho Leads

Skills

Full-stack skills — CV stack, edge to edge.

Same skills you’d see on my CV: front-end (HTML5, CSS3, JS), PHP & WordPress core, WooCommerce, MySQL, REST, webhooks, GraphQL, Git, Gutenberg / builders, ACF Pro, MemberPress, Amelia, Zoho, payments (Stripe, PayPal, …), WP-CLI, plus security, performance, and staging → production deploys.

HTML5 & CSS3 JavaScript PHP WordPress WooCommerce MySQL REST APIs Webhooks GraphQL Git & CI/CD Gutenberg / FSE Tailwind · SCSS Elementor ACF Pro MemberPress Amelia Zoho CRM Stripe / PayPal WP-CLI Wordfence · hardening
Professional headshot of Muhammad Adeel, full-stack WordPress developer

Projects

A few things I’m proud of.

Woo, integrations, themes, memberships. Use the tabs to filter. Covers are stock — swap for real screenshots under NDA.

Experience

Work & education

Current job first, then where I started, then school.

Senior WordPress Developer — K12 Coalition -- Remote, USA

WooCommerce and checkout/gateway work, plugins and REST, integrations (CRM, SMS, maps, bookings), plus themes and GutenbergACF / CPT when the model gets heavy. Git, reviews, tight with design.

Senior WordPress Developer — Gomal Themes · Faisalabad, Pakistan

WooCommerce and checkout/gateway work, plugins and REST, integrations (CRM, SMS, maps, bookings), plus themes and GutenbergACF / CPT when the model gets heavy. Git, reviews, tight with design.

Junior WordPress Developer — NextSkill · Lahore, Pakistan

Kept client sites running: Elementor / WPBakery templates, content passes, plugin config, front-end fixes. That’s where PHP, first WooCommerce shops, ACF, and responsive layout actually clicked.

Bachelor of Science, Computer Science

Graduated with 3.41 GPA. The degree helps when I’m debugging weird data flows in plugins; the job taught me how to explain fixes without sounding like a textbook.

Contact

Say hi — I read every message

Email, call, or WhatsApp — I’m on Faisalabad time (PKT) and used to working with people in other time zones. Send a short note on what you need and when; I’ll get back with something concrete.