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 client needed a scalable way to manage 50+ autonomous AI agents concurrently without severe latency, rate-limiting, or state-sync issues.
I architected a custom Redis-backed synchronization layer and a strict JWT-secured inter-agent messaging pipeline using Next.js and Express.
Reduced execution latency by 40% and enabled 100% deterministic agent task completion with zero dropped messages.
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.
A local retailer's WordPress site was loading in 8+ seconds, causing a 60% bounce rate on mobile devices.
Rebuilt the entire storefront from scratch using Next.js App Router, edge-caching, and a lightweight Fastify backend connected to PostgreSQL.
Achieved 99+ across all Lighthouse Core Web Vitals, reducing load time to 0.8s and increasing conversion rates by 22%.
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.
Manual server provisioning was leading to inconsistent environments and security vulnerabilities across staging and production.
Developed an automated, idempotent scripting suite using Bash and Python that strictly adheres to zero-trust principles and provisions Docker-ready environments.
Cut server setup time from 3 hours to 4 minutes, ensuring 100% parity across all deployment environments.
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.
Managing client communications, invoices, and project timelines across email, Slack, and spreadsheets was unscalable.
Engineered a centralized, role-based Next.js portal allowing clients to securely log in, view project milestones, and pay invoices.
Streamlined administrative overhead by 15 hours a week and improved client satisfaction through transparent progress tracking.
PUP Academic Tracker
An internal tool developed to track coursework, assignments, and schedule shifts at the university, automating calendar synchronization via scripts.
Balancing freelance work with a rigorous BSIT course load led to missed deadlines and scheduling conflicts.
Built a custom React dashboard integrated with the Google Calendar API and Node.js to automatically scrape and sync syllabi.
Eliminated scheduling conflicts entirely and open-sourced the tool to help 50+ other students manage their academic workload.