<S/>
Sakhawat Hossain Backend & AWS Engineer

Featured Projects & Architecture

Real-world applications, API engines, and distributed platforms engineered with precision, high concurrency handling, and clean modular backend design.

Production Live Hotel Management & Booking SaaS Multi-Portal Enterprise Architecture

MyBergo — Multi-Vendor Hotel & Property Booking Service Platform

Architected an enterprise-scale Booking.com-style multi-tenant accommodation ecosystem operating across three dedicated portals: the guest-facing booking engine (mybergo.com), a dedicated Property Host Operations Hub for hotel owners to manage rooms & pricing, and a Central Governance Dashboard for super admins. Built for high availability, zero-downtime CI/CD, and sub-second booking transaction speed.

Engineering Highlights & Enterprise AWS Architecture:

AWS EC2, ALB & Aurora RDS Cluster

Architected high-availability cloud infrastructure utilizing AWS EC2 compute instances behind an Application Load Balancer (ALB) connected to an Amazon Aurora RDS (MySQL-compatible) relational cluster for automatic replication and failover.

S3 Presigned Uploads & CDN Caching

Engineered direct-to-S3 presigned URL uploads with time-limited authorization, automated 1-year immutable cache control headers (max-age=31536000), and secure expiring temporary view URLs.

High-Throughput Image Compression

Built an automated dynamic image processing service leveraging Intervention Image v4 with adaptive memory scaling (512M), resizing high-res property assets and encoding into lightweight WebP/JPEG formats.

GitHub Actions OIDC & AWS SSM CI/CD

Constructed a zero-secret passwordless CI/CD pipeline using GitHub Actions OIDC to assume AWS IAM roles, deploying atomic releases securely to target live servers via AWS Systems Manager (SSM) Run Command.

Real-Time Sockets (Laravel Reverb)

Integrated Laravel Reverb WebSocket server for bi-directional real-time communication: instant booking status notifications, live in-app chat between guests and hotel managers, and live availability updates.

Amazon SES & Transactional Delivery

Configured Amazon SES (Simple Email Service) for transactional guest reservation receipts, PDF booking vouchers (Barryvdh DomPDF), host notifications, and DKIM/SPF verified deliverability.

Double-Booking Prevention & Concurrency

Engineered pessimistic database row locking and Redis-backed temporary session holds to eliminate race conditions when multiple users attempt simultaneous booking on identical dates.

Multi-Gateway Payments & Payout Ledger

Integrated Stripe Cashier and Chapa payment gateways with currency conversion APIs, automated refund sync command cron jobs, and double-entry commission payout ledgers for property hosts.

Laravel 12 PHP 8.4 Amazon Aurora RDS AWS EC2 & ALB AWS S3 Presigned URLs AWS SSM OIDC CI/CD Amazon SES Laravel Reverb (WebSockets) Intervention Image v4 Stripe Cashier Redis Caching Spatie RBAC
Platform Ecosystem
Guest Booking Portal: mybergo.com
Hotel Owner Portal:
Property Host Operations Hub
Super Admin Control:
Central Governance & Admin Suite
Infrastructure Highlights
  • Cloud: AWS EC2 + ALB + Aurora RDS
  • CI/CD: GitHub Actions SSM OIDC (Passwordless)
  • Media: S3 Presigned Uploads + Intervention v4
  • Realtime: Laravel Reverb WebSocket Server
  • Email: Amazon SES with PDF Invoicing
Visit Live Booking Engine
Enterprise Open Source Modular Monolith • PHP 8.4 Domain-Driven Design (DDD)

OmniCore — Modular Monolith Enterprise Backend & Concurrency-Safe E-Commerce Engine

Architected and engineered a production-grade enterprise backend ecosystem built on Laravel 12.x and PHP 8.4+ adhering to strict Clean Architecture, Domain-Driven Design (DDD), and SOLID design principles. Built with a decoupled Modular Monolith architecture (app/Modules/) capable of supporting enterprise-scale e-commerce, high-concurrency atomic checkout pipelines, Telegram-grade WebSocket chat, WebRTC audio/video calling, and multi-gateway payment integrations with zero PHPStan static analysis errors.

Engineering Highlights & Enterprise Architecture:

Atomic Checkout & Stock Locking

Eliminated flash-sale overselling race conditions using DB transactions with row-level pessimistic locking (lockForUpdate()) and strict enum-backed state machine (Pending → Confirmed → Processing → Shipped → Delivered) with automatic inventory rollback on cancellation.

Decoupled Modular Monolith (DDD)

Isolated business boundaries into independent modules (app/Modules/Product, Cart, Order, Chat, Call, Payment, Affiliate, Interaction), each encapsulating their own Controllers, Services, Repositories, Events, and Migrations.

Cartesian Variant Matrix Generator

Engineered dynamic attribute combination generator (e.g. [Color] x [Size] x [Spec]) calculating Cartesian products with deterministic SKU generation, automated barcode hashing, and isolated inventory tracking.

Payment Gateway Strategy Pattern

Architected extensible driver-based strategy layer implementing PaymentGatewayInterface with out-of-the-box drivers for Stripe (Intents & Webhooks), PayPal v2 Orders, bKash (Tokenized API), SSLCommerz, User Wallet, and Bank Transfers.

Telegram-Grade Chat (Laravel Reverb)

Integrated Laravel Reverb WebSocket broadcasting for instant bi-directional messaging, realtime typing indicators, message delivery receipts, read statuses, and user presence tracking under high concurrent traffic.

WebRTC Audio/Video Conferencing

Implemented WebRTC peer-to-peer audio/video calling engine with dynamic socket signaling, screen sharing capabilities, session management, and automated call duration logs.

Universal Polymorphic Interaction Engine

Built a reusable headless module (HasInteractions trait) attaching multi-reaction likes, nested moderated comments, bookmark collections, cooldown view analytics, and expiring share links to any Eloquent model.

PHPStan Level 5 & Scribe OpenAPI 3.0

100% strict type-safe codebase verified with PHPStan Level 5 (0 errors), formatted with Laravel Pint (PSR-12), and complete automated Scribe interactive API documentation, Swagger UI, and Postman collections at /docs.

Laravel 12.x PHP 8.4 Modular Monolith PHPStan (Level 5) Laravel Reverb WebRTC Calling Scribe OpenAPI 3.0 Redis 7 & MySQL 8.0 Stripe & PayPal bKash & SSLCommerz Docker & Compose GitHub Actions CI/CD
Open Source Repository
Architecture Standards
  • Pattern: Domain-Driven Design & Modular Monolith
  • Static Analysis: PHPStan Level 5 (0 Errors)
  • Code Style: Laravel Pint (PSR-12 Compliance)
  • Interactive Docs: Scribe & OpenAPI 3.0 (/docs)
  • Environment: Docker Compose (PHP 8.4, Reverb, Redis)
View GitHub Repository
USA Production Live Real Estate Intelligence & Scraping Laravel 11 & GraphQL

Auction Retriever — Real Estate & Land Auction Aggregation & Scraping Engine

Architected the complete automated data extraction pipeline, GraphQL API engine, and subscription monetization backend for Auction Retriever (auctionretriever.com). The platform crawls and aggregates thousands of foreclosed, tax deed, land, and bank-owned real estate auction listings from across the United States (Bid4Assets, RealtyBid, county boards), unifying them into a high-speed searchable investor dashboard with automated weekly digests.

Engineering Highlights & Scraping Automation:

Multi-Source Scraping & Extraction Pipeline

Built robust crawler engines leveraging Symfony DomCrawler, CssSelector, and Guzzle with user-agent rotation, error-isolated queue workers (ScrapeBid4AssetsJob, ScrapeRealtybidJob), and automated duplicate detection.

High-Speed GraphQL API (Lighthouse)

Engineered schema-first GraphQL endpoints with Nuwave Lighthouse and GraphiQL playground, allowing instant multi-criteria filtration across US states, counties, asset categories, starting bids, and auction dates.

Stripe Cashier Pro Tier & 7-Day Trials

Constructed recurring SaaS subscription workflows via Stripe Cashier managing 7-day free trials, automated billing cycles, subscription access gating, and idempotent webhook listeners.

Modular Architecture & Weekly Digests

Decoupled domains using nwidart/laravel-modules and developed automated cron workers delivering personalized weekly auction digests and real-time WebSocket alerts via Laravel Reverb.

Laravel 11 PHP 8.3 Symfony DomCrawler GraphQL (Lighthouse) Stripe Cashier Laravel Reverb AWS S3 Laravel Modules Guzzle HTTP Redis Queues
Monetization & Scope
  • Model: SaaS Subscription (Stripe Cashier)
  • Trials: 7-Day Free Trial Auto-Billing
  • Coverage: US 50 States (Foreclosures & Tax Deeds)
  • Automation: Daily Cron Scrapers & Digest Queues
Visit Live Platform
Mobile App • Private Client Staging Automotive Community & Marketplace

CruzeHub — Automotive Events & Parts Marketplace Suite

Engineered the complete enterprise administration dashboard, RESTful backend APIs, and community engine for an Australian automotive enthusiast mobile application (currently in private client staging / app development). The system connects vehicle owners with compatible aftermarket performance parts, tracks automotive cruises/events, and facilitates real-time member messaging.

Engineering Highlights & Solutions:

Compatibility Matching Engine

Engineered a multi-tiered relational schema linking Make → Model → Generation → Trim levels to ensure aftermarket performance parts are strictly verified for buyer vehicle fitment.

Live Socket Broadcasting

Configured Laravel Reverb & Echo WebSocket pipelines for real-time car meet RSVP broadcasts and direct peer-to-peer automotive chat.

Laravel RESTful API Laravel Echo WebSockets MySQL Relational RBAC Admin
Application Status
Private Client Staging

Mobile application build in active development. Public URL will be released upon official app store launch.

Architecture Scope

Mobile App REST API + Parts Compatibility DB + Real-Time Chat

Location

Australia (Automotive Community)

USA Production Live City Guide, Events & Listings Hub

EHListings — Local Events, City Guide & Community Directory

Engineered the complete high-concurrency Laravel backend architecture for a live US local city listings & events guide. Designed GraphQL APIs (Nuwave Lighthouse), real-time WebSockets (Laravel Reverb), automated Stripe subscriptions, Twilio SMS verification, and Firebase Cloud Messaging (FCM).

Engineering Highlights & Solutions:

GraphQL & Livewire Integration

Built structured GraphQL schemas alongside Livewire components for fast, decoupled frontend query resolution with zero over-fetching.

AWS S3 & Cloud Storage Pipelines

Configured high-throughput multi-file media uploads, image optimization pipelines (Intervention), and direct S3 bucket streaming.

Multi-Channel Notifications

Implemented dual notification pipelines combining Twilio SMS OTP authentication and Firebase FCM push alerts for event updates.

Stripe Invoicing & PDF Receipts

Automated merchant listing packages with Stripe checkout sessions, webhooks, and on-the-fly PDF invoice generation (DomPDF).

Laravel 11 GraphQL (Lighthouse) Laravel Reverb Stripe API Firebase FCM Twilio SDK AWS S3
Platform URL
Location & Scope

Twin Cities, USA (Community Events & Directory)

Visit Live: ehlistings.com
Google Play Store Mobile API & Merchant Ecosystem

OscarU (Motive) — Lifestyle & Events Discovery Mobile Engine

Architected the robust RESTful mobile API engine and Super Admin management CMS for the official OscarU mobile application on Google Play Store. Enables users to discover venues, events, nightlife, and cuisine while providing business merchants with revenue dashboards and analytics.

Engineering Highlights & Solutions:

High-Throughput Mobile API

Engineered clean JSON RESTful endpoints optimized for Flutter/React Native mobile clients, featuring token refreshing, device FCM registration, and low response latency.

Merchant Analytics Portal

Built specialized merchant dashboards with item click telemetry, user interaction analytics, feedback moderation, and gallery management.

JWT & Social Auth Ecosystem

Implemented multi-provider social authentication including Apple Login (JWT Socialite), Google login, and stateless JWT token rotation.

RevenueCat In-App Purchases

Integrated RevenueCat in-app purchase webhook listeners to synchronize premium subscriber entitlements and merchant subscriptions in real time.

Laravel 11 Mobile REST API JWT Multi-Guard Firebase FCM RevenueCat Apple Login MySQL
Play Store Package
com.oscaru.motive
Architecture Scope

Mobile REST API + Merchant Portal + Super Admin Management

View on Google Play
Apple App Store Live iOS Music Festival & Memory App REST API & Full Admin Dashboard

Fest-Quest — Music Festival Memory Book & Experience Tracker Mobile Engine

Engineered the complete scalable Laravel RESTful API backend and comprehensive Super Admin dashboard suite for Fest-Quest, a published iOS application on the Apple App Store. Powers a digital festival memory book where users rate festival performances, curate private & public photo/video memory albums, connect with friends, engage in real-time chat, and discover festival lineups with location search.

Engineering Highlights & Solutions:

Stateless JWT Multi-Guard & Apple Auth

Engineered secure RESTful endpoints with Tymon JWT multi-guard tokens, OTP email verification, stateless refresh mechanisms, and native Apple Social Login integration.

Full Super Admin Dashboard & Operations

Developed the complete admin portal using Laravel Blade, Livewire, and Yajra DataTables—handling festivals, artists, stages, bookings, orders, and content moderation.

Real-Time Chat & Firebase FCM

Architected 1-on-1 socket chat channels with live read receipts, conversation history, and real-time push notification delivery via Firebase Cloud Messaging.

Media Vault & Cloud Optimization

Engineered dynamic image optimization pipelines with Intervention Image and AWS S3 storage for public/private festive albums, memory timelines, and artist galleries.

Friend Graph & Engagement Engine

Built friend request workflows, blocking/unblocking mechanisms, performance rating algorithms, and multi-level nested review and discussion comment threads.

Dynamic Settings & Payment Gateway

Created centralized administrative control panels for Stripe transactions, Google Maps API, reCAPTCHA, Firebase tokens, and SMTP mail configuration.

Laravel 11 Apple App Store Mobile REST API JWT Multi-Guard Firebase FCM WebSockets Yajra DataTables Spatie RBAC AWS S3 MySQL
App Store Listing
Platform & Compatibility

iOS 15.0+ (iPhone, iPad & iPod touch)

Architecture Scope

Full Mobile RESTful API + All Admin Dashboard Operations + Push Engine

View on Apple App Store
Production Live Headless Apparel E-Commerce Next.js 15 & Laravel API

Caragon — Modern Fashion & Apparel E-Commerce Platform

Engineered the complete headless Laravel 11 RESTful API backend and integrated Next.js e-commerce storefront for Caragon (caragoan.vercel.app). The platform handles dynamic product variants, seasonal drops, multi-location courier & dynamic tax matrices, automated Stripe checkout sessions, and a comprehensive admin management suite with live DataTables.

Engineering Highlights & Solutions:

Multi-Variant & Season Revival Engine

Designed complex relational database schemas supporting multi-attribute variants (Size, Color, Seasonal Collections, Revival drops) with stock reservation locking and real-time inventory validation.

Dynamic Regional Tax & Shipping Engine

Engineered a multi-tier location fee controller calculating automated shipping rates, base fees, and regional tax brackets in real time based on country, state, city, and zip code.

Stripe Checkout & Webhook Pipeline

Constructed resilient payment flows supporting direct single-item buy-now and multi-item cart checkouts via Stripe Checkout Sessions with cryptographically verified webhook handlers.

Headless CMS & Admin Control Suite

Built a dynamic headless CMS for community stories, designer profiles, hero sliders, and legal disclosures, paired with a full-featured Laravel Breeze & Yajra DataTables admin portal.

Next.js 15 Laravel 11 PHP 8.2+ Stripe Checkout Stripe Webhooks JWT Authentication MySQL Database Yajra DataTables Tailwind CSS
Core Architecture
  • Frontend: Next.js App Router on Vercel
  • Backend: Laravel RESTful API & CMS
  • Payments: Stripe Session + Webhook Sync
  • Cart & Checkout: Multi-Attribute Variant Matrix
Visit Live Store
Production Live D2C Subscription Portal Next.js 15 & Laravel

Organ Sciences — Organic Supplement Recurring Subscription Portal

Built an ultra-fast, modern direct-to-consumer e-commerce portal for organic health supplements featuring subscription cycles (every 30/60/90 days), automatic recurring Stripe billing, self-service customer pause/cancel controls, and instant checkout flows.

Engineering Highlights & Solutions:

Stripe Subscription Webhook Engine

Implemented idempotent webhook listener services handling `invoice.payment_succeeded`, `customer.subscription.updated`, and automated dunning for failed renewals.

Next.js 15 SSR + Headless API

Rendered high-converting product landing pages via Next.js 15 Server-Side Rendering (SSR) communicating securely with a headless Laravel backend.

Next.js 15 Laravel Stripe API TypeScript Tailwind CSS
Business Impact

Automated recurring revenue pipeline with zero manual intervention required for recurring orders.

Visit Live Platform
Production Live Next.js 16 • Headless Microservice Full-Stack Architecture

CodeStudio Pro — Agency Showcase, Interactive Sandbox & Real-Time Workspace

Engineered a high-performance, full-stack software agency hub and real-time client workspace (code-studio-pro.vercel.app). Built with Next.js 16 (App Router), React 19, TypeScript 5, and Tailwind CSS v4 on the frontend, interfaced with a decoupled Laravel Microservice backend powering real-time WebSocket notifications via Laravel Reverb, dynamic 5-palette theme switching, and automated project milestone tracking.

Engineering Highlights & Full-Stack Solutions:

Next.js 16 App Router & ISR Caching

Leveraged Server Components and Incremental Static Regeneration (ISR revalidate: 30s/60s) for lightning-fast initial load times, seamless SEO indexability, and instant client-side route transitions.

Dynamic 5-Palette Theming Engine

Engineered a Tailwind CSS v4 variable-driven theming architecture injecting custom CSS variables at runtime for 5 curated palettes (Oceanic Blue, Emerald Luxe, Violet Aura, Sunset Amber, Obsidian Slate) with persistent dark/light mode in localStorage.

Real-Time Reverb WebSocket Alerts

Integrated Laravel Echo & Pusher JS client singletons listening to Laravel Reverb WebSocket channels for live project milestone toasts, notification bells, and real-time status feeds.

Interactive Sandbox & Cost Estimator

Constructed dynamic product sandbox pages (/products/[slug]) with credential demo modals, interactive custom project quotation estimator (/request-quote), and team directory with role badges (/team).

Headless Microservice REST API

Designed a strongly-typed TypeScript API client (src/lib/api.ts) communicating with Laravel headless microservice endpoints with structured error boundaries, fallback mocks, and Redis query caching.

Milestone Event Queues & Invoicing

Configured asynchronous queue workers to dispatch email updates, generate invoice PDFs, and broadcast real-time socket events when milestones are signed off.

Next.js 16 React 19 TypeScript 5 Tailwind CSS v4 Laravel Reverb Laravel Microservice Laravel Echo Redis MySQL Lucide Icons Vercel Edge
Live Production App
Open Source Repository
Full-Stack Stack
  • Frontend: Next.js 16 (App Router) + React 19 + TS 5
  • Styling: Tailwind CSS v4 + 5 Custom Theme Palettes
  • Backend: Laravel Microservice REST API
  • Realtime: Laravel Reverb WebSockets & Echo
  • Deployment: Vercel Edge Global CDN