
Custom WooCommerce Page
Dynamic product filtering page built with WooCommerce using AJAX.
Supports real-time filtering, taxonomy queries, and optimized performance
without page reloads.
Implements a complete checkout workflow using Stripe sandbox,
covering cart, payment processing, and order confirmation,
enabling safe end-to-end transaction testing.

ACF + Custom Post Types
Structured content system using Advanced Custom Fields and Custom Post Type UI.
Designed flexible schemas for reusable components and scalable content management.

WordPress GraphQL MVC
Custom solution that integrate GraphQL APIs using the Fetch API provide a lightweight, scalable, and highly flexible architecture compared to traditional monolithic integrations.
By requesting only the required data, GraphQL reduces payload size and improves performance, while the Fetch API enables efficient asynchronous communication without full page reloads.
Shortcode Examples:
graphql_countries q=”virgin”
Country detail
🇦🇪 United Arab Emirates
Data loaded live from the GraphQL API.
graphql_countries q=”united”
Country detail
🇦🇪 United Arab Emirates
Data loaded live from the GraphQL API.