Dubai-based recruitment platform (jobx.ae) with Next.js SSG frontend, Node.js/Express backend, and MongoDB on AWS. Cut TTFB by up to 70%, reduced DB round-trips by 70%, and achieved 99.99% uptime.
Media
Key Contributions
- Frontend/SSG: Architected Next.js SSG pipeline with edge-cached HTML delivery via CDNs, cutting TTFB by 40-70%, achieving 99.99% uptime, and reducing infra costs by 50-80%.
- Database: Engineered MongoDB aggregation pipelines (
$facet, $lookup, conditional $match), reducing DB round-trips by 70% and improving P95 query latency by 25-40%.
- Infrastructure/DevOps: Provisioned AWS infrastructure (EC2, NGINX, PM2, S3) with delta-based rsync CI/CD via Bitbucket Pipelines, cutting deployment times by 70-90% with 100% deployment reliability.
- Auth: Built JWT auth middleware with multi-principal validation (Company/Admin/User) and bcrypt password lifecycles, reducing auth-related incidents by 25%.
Skills
- Frontend: Next.js (SSG) | React | TypeScript
- Backend: Node.js | Express.js | JWT Auth
- Database: MongoDB (Aggregation Pipelines, Indexing)
- Infrastructure: AWS (EC2, S3) | NGINX | PM2 | Bitbucket Pipelines