Projects & Case Studies

An editorial selection of high-impact software engineering projects. These case studies represent deep technical dives into performance, scalability, and elegant architecture.

FEATURED CASE STUDY

01. Poster Gifts

Poster Gifts - Image 1
Poster Gifts - Image 2
Poster Gifts - Image 3
Poster Gifts - Image 4
Poster Gifts - Image 5
Poster Gifts - Image 6
Poster Gifts - Image 7
Poster Gifts - Image 8
About the Project

Creating a clean and scalable e-commerce flow for digital products while maintaining clear boundaries between server and client logic.

The Stack
NEXT.JSTAILWINDSHADCN/UISTRIPEMAPBOX
My Role & Contributions

Implemented a modular e-commerce architecture using Next.js App Router, server components, and API routes, with a focus on maintainability, predictable data flow, and reusable UI patterns.

FEATURED CASE STUDY

02. CAM: Enterprise SaaS Platform

CAM: Enterprise SaaS Platform - Image 1
CAM: Enterprise SaaS Platform - Image 2
CAM: Enterprise SaaS Platform - Image 3
CAM: Enterprise SaaS Platform - Image 4
CAM: Enterprise SaaS Platform - Image 5
CAM: Enterprise SaaS Platform - Image 6
CAM: Enterprise SaaS Platform - Image 7
About the Project

Building an enterprise SaaS platform for data governance, provisioning, and security across Microsoft 365 and other enterprise content systems—with a microservices architecture enabling organizations to provision, classify, protect, and minimize data while reducing privacy and cybersecurity risks.

The Stack
CXJSREACTNODE.JSAWSMICROSOFT 365
My Role & Contributions

Primarily responsible for frontend/UI development within a microservices-based architecture, building complex, data-driven interfaces using CxJS (React-based) with strong emphasis on usability, accessibility (WCAG), and performance. Implemented reusable UI components and screens supporting provisioning workflows, metadata management, and administrative features. Collaborated closely with backend engineers and occasionally contributed to Node.js and AWS Serverless integrations. Worked in an Agile/Scrum environment with active participation in code reviews, debugging, and feature delivery.

FEATURED CASE STUDY

03. Custom Map Poster Generator

Custom Map Poster Generator - Image 1
Custom Map Poster Generator - Image 2
Custom Map Poster Generator - Image 3
Custom Map Poster Generator - Image 4
Custom Map Poster Generator - Image 5
Custom Map Poster Generator - Image 6
Custom Map Poster Generator - Image 7
Custom Map Poster Generator - Image 8
Custom Map Poster Generator - Image 9
About the Project

Server-side poster generator that turns a location and custom text into a printable, high-resolution map poster. Geocodes the place, fetches a static map, composites it with typography (multiple fonts), optional shape masks (rectangle, heart, circle), and coordinates, then outputs PNG previews and print-ready PDFs. Built to run in serverless (e.g. Vercel) with no reliance on system fonts.

The Stack
NEXT.JSTYPESCRIPTSHARPOPENTYPE.JSPDFKITMAPBOX
My Role & Contributions

Built the full server-side image pipeline: geocode → static map → composite map, text, and watermark → PNG preview and PDF. Custom fonts rendered as vector paths (opentype.js) with base64 fallback for serverless. Print-ready PDF at 300 DPI for standard sizes; shape masks, multiple typefaces, and preview vs final mode. This module powers the poster generation for the Poster Gifts e‑commerce site.

FEATURED CASE STUDY

04. AI Product Data Generator

AI Product Data Generator - Image 1
AI Product Data Generator - Image 2
AI Product Data Generator - Image 3
AI Product Data Generator - Image 4
About the Project

Helping small businesses quickly generate consistent, SEO-friendly product descriptions without manual copywriting.

The Stack
NEXT.JSOPENAI APINODE.JSTAILWIND
My Role & Contributions

Built an AI-assisted content generation tool with controlled prompting, validation, and error handling to produce predictable, reusable product descriptions suitable for real-world usage.

FEATURED CASE STUDY

05. Enterprise Cloud Document Admin Dashboard

No images available
About the Project

Enterprise admin dashboard to centrally search, audit, and manage Microsoft 365 OneDrive documents across multiple users using Microsoft Graph APIs. Built with a microservices-style backend (Node.js, AWS Lambda, DynamoDB) and a CxJS-based frontend.

The Stack
CXJSREACTWEBPACKBABELSASSAXIOSONEDRIVE APIMICROSOFT GRAPHOAUTHNODE.JSAWS LAMBDADYNAMODB
My Role & Contributions

Frontend and UI development for document management and admin workflows using CxJS, Webpack, and Sass; integration with OneDrive/Microsoft Graph and OAuth; backend services with Node.js, AWS Lambda, and DynamoDB. Emphasis on usability and accessibility.