Explore detailed previews and case studies of real-world client projects, featuring comprehensive development work and measurable results.
Describe what you are looking for and find the most relevant work from my portfolio. Runs entirely in your browser — no API calls.
Filter by category:
Developer III at Hyland Software building AI-powered enterprise content management for Fortune 500 clients. Implemented agentic document intelligence and low-code app creation where users create workflows through natural language prompts. Daily AWS/Docker/Kubernetes deployments (ECS, ECR, IAM) with Okta SSO and role-based access control.
Technologies:
Timeline:
3+ years
Key Results:
Work Previews:
AI-powered enterprise content management serving Fortune 500 clients. Agentic document intelligence enables users to create workflows through natural language prompts.
Full-stack mobile recipe app with AI-powered OCR that parses handwritten and printed recipes from photos. Features hybrid detection pipeline combining Tesseract OCR with LLM vision APIs and cost-optimized routing across 7 AI providers.
Technologies:
Timeline:
Ongoing
Key Results:
Work Previews:
AI-powered recipe parsing with hybrid OCR pipeline combining Tesseract with LLM vision APIs across 7 providers.
Automated ticket execution system bridging Linear and Claude Code for zero-intervention feature implementation. Two deployment variants for different team needs.
Technologies:
Timeline:
2026
Key Results:
Work Previews:
Automated ticket execution bridging Linear and Claude Code with parallel agent orchestration and git worktree isolation.
Built a history export system handling millions of records for Lowe's, Home Depot, and Walmart—reducing export times from 45 minutes to under 2 minutes. Created shared .NET Standard 2.0 + Angular libraries consolidating business logic across 6+ projects, with real-time SignalR status and Azure Functions backend.
Technologies:
Timeline:
6 months
Key Results:
Work Previews:
Modern dashboard interface with enhanced user experience and performance optimizations. Features real-time data updates, intuitive navigation, and responsive design.
// React component with performance optimization
import React, { memo, useMemo } from 'react';
import { useQuery } from '@tanstack/react-query';
const Dashboard = memo(({ userId }) => {
const { data, isLoading } = useQuery({
queryKey: ['dashboard', userId],
queryFn: () => fetchDashboardData(userId),
staleTime: 5 * 60 * 1000, // 5 minutes
});
const chartData = useMemo(() =>
processChartData(data?.metrics), [data?.metrics]
);
if (isLoading) return <DashboardSkeleton />;
return (
<div className="dashboard">
<MetricsGrid data={data.metrics} />
<Chart data={chartData} />
</div>
);
});Consolidated two separate Next.js projects (one JavaScript, one TypeScript) into a single TypeScript codebase for a media platform serving millions of daily users. Integrated ChakraUI, DatoCMS, GraphQL, and MongoDB, then deployed to AWS EC2.
Technologies:
Timeline:
12 months
Key Results:
Work Previews:
Modernized automotive community platform serving millions of daily users. Consolidated two codebases into a single TypeScript Next.js project.
Built from conception to production: Angular SSR frontend with Nest.js backend, MongoDB, Firebase Auth, and GCP hosting via Cloud Run and Cloud Build. Delivered a full-stack real estate platform with server-side rendering and scalable cloud infrastructure.
Technologies:
Timeline:
8 months
Key Results:
Work Previews:
Full-stack real estate platform built from conception to production with Angular SSR, Nest.js, and GCP Cloud Run.
Cloud migration and full-stack development for a chemical industry analytics platform. Migrated infrastructure from Linux server to GCP Cloud Run with Atlas MongoDB.
Technologies:
Timeline:
6 months
Key Results:
Work Previews:
Cloud-native analytics platform for the chemical industry
Educational coding platform with integrated payment processing. Built subscription billing system serving thousands of students since 2015.
Technologies:
Timeline:
12 months
Key Results:
Work Previews:
Educational coding platform with subscription billing
Desktop warehouse management application for an Australian acrylic blanks manufacturer. Streamlined inventory and order management workflows.
Technologies:
Timeline:
8 months
Key Results:
Work Previews:
Desktop warehouse management for Australian manufacturer
Offline-first cross-platform apps for WA state farmers. Features complex sync service with queuing, conflict resolution, and background sync for field workers without connectivity.
Technologies:
Timeline:
18 months
Key Results:
Work Previews:
Offline-first mobile apps for field workers
Conversational AI assistant embedded in this portfolio. Uses retrieval-augmented generation (RAG) with ChromaDB to answer questions about experience and projects. Streams responses via SSE with multi-provider LLM support.
Technologies:
Timeline:
Ongoing
Key Results:
Work Previews:
RAG-powered chat assistant with streaming SSE responses, ChromaDB vector search, and multi-provider LLM support.
Full-stack Angular/Ionic development with comprehensive Cypress testing frameworks for a collaborative platform.
Technologies:
Timeline:
6 months
Key Results:
Work Previews:
Comprehensive Cypress testing framework for collaborative platform