All Projects

A comprehensive list of my freelance works, personal experiments, and automation workflows.

AI Agent Orchestrator

A centralized platform for managing autonomous agents, built with Next.js and Express. Features real-time state synchronization, inter-agent messaging pipelines, and strict access controls via JWT.

The Problem

The client needed a scalable way to manage 50+ autonomous AI agents concurrently without severe latency, rate-limiting, or state-sync issues.

The Solution

I architected a custom Redis-backed synchronization layer and a strict JWT-secured inter-agent messaging pipeline using Next.js and Express.

The Results

Reduced execution latency by 40% and enabled 100% deterministic agent task completion with zero dropped messages.

Next.jsTypeScriptExpressOpenAI APIRedis

High-Performance E-Commerce

A sharp, modern e-commerce boilerplate prioritizing speed and accessibility. Architected to achieve 99+ Core Web Vitals using an edge-rendered Next.js storefront.

The Problem

A local retailer's WordPress site was loading in 8+ seconds, causing a 60% bounce rate on mobile devices.

The Solution

Rebuilt the entire storefront from scratch using Next.js App Router, edge-caching, and a lightweight Fastify backend connected to PostgreSQL.

The Results

Achieved 99+ across all Lighthouse Core Web Vitals, reducing load time to 0.8s and increasing conversion rates by 22%.

ReactFastifyTailwind CSSPostgreSQL

Linux Environment Automator

A suite of Python and Bash scripts designed to provision secure, locked-down server environments. Implements zero-trust principles and integrates automatically.

The Problem

Manual server provisioning was leading to inconsistent environments and security vulnerabilities across staging and production.

The Solution

Developed an automated, idempotent scripting suite using Bash and Python that strictly adheres to zero-trust principles and provisions Docker-ready environments.

The Results

Cut server setup time from 3 hours to 4 minutes, ensuring 100% parity across all deployment environments.

PythonBashDockerGitHub Actions

Freelance Client Portal

A bespoke dashboard for managing freelance client communications, invoices, and project timelines. Built with Next.js App Router and secured with strict session management.

The Problem

Managing client communications, invoices, and project timelines across email, Slack, and spreadsheets was unscalable.

The Solution

Engineered a centralized, role-based Next.js portal allowing clients to securely log in, view project milestones, and pay invoices.

The Results

Streamlined administrative overhead by 15 hours a week and improved client satisfaction through transparent progress tracking.

Next.jsTailwind CSSExpressMongoDB

PUP Academic Tracker

An internal tool developed to track coursework, assignments, and schedule shifts at the university, automating calendar synchronization via scripts.

The Problem

Balancing freelance work with a rigorous BSIT course load led to missed deadlines and scheduling conflicts.

The Solution

Built a custom React dashboard integrated with the Google Calendar API and Node.js to automatically scrape and sync syllabi.

The Results

Eliminated scheduling conflicts entirely and open-sourced the tool to help 50+ other students manage their academic workload.

ReactNode.jsGoogle Calendar API