Pabau is a SaaS healthcare management platform providing scheduling, CRM, billing, reporting, and integrations through a scalable cloud architecture.
Cant share more details as i work for this comapny but yoy can look online andon my portfolio .
0
7
A modern fleet management platform designed to streamline truck operations, optimize routes, and improve operational visibility.
1
8
Built a production-ready peer-to-peer CS2 skins trading platform with crypto escrow.
Stack: Next.js 14, TypeScript (strict), Prisma + PostgreSQL, Redis, BullMQ, Socket.IO (http://Socket.IO), Tailwind
Trading Engine: Finite state machines handling trade & escrow lifecycles (21 transitions) with automated holds and scheduled releases
Payments: Coinbase Commerce integration with secure webhooks, idempotent processing, HMAC verification
Real-time: Live trade updates, chat, notifications via Socket.IO (http://Socket.IO) + Redis
Security: Rate limiting, CSRF protection, RBAC, Zod validation
Compliance: GDPR-ready with KYC/AML hooks, sanctions screening, audit logs
Admin: Escrow control, disputes, moderation, config panel
Steam: Inventory sync and trade automation
Infra: Docker, BullMQ workers (6 queues), 550+ unit tests
0
11
Multi-Platform Social Media Scheduler
Designed and built a social media scheduling application from scratch. The platform allows teams to connect multiple social accounts, compose posts , media attachments, schedule publishing across platforms, and track via a calendar view.
Multi-tenant system with owner/admin/member roles
OAuth 2.0 integration with Meta LinkedIn and X/Twitter
Unified post composer with per-platform character limits, media uploads via presigned S3 URLs, and live preview
Reliable background publishing via BullMQ workers with exponential backoff, error classification, and automatic retries
GraphQL API layer with JWT authentication and encrypted token vault
Stack: Next.js 16, TypeScript, GraphQL, Prisma, PostgreSQL, Redis, BullMQ, S3/MinIO, Tailwind CSS, Vitest