Portfolio

Selected Work

A selection of production software and personal builds that reflect how I think, build, and solve problems across frontend, backend, and product design.

  • Enterprise PlatformLead Developer / Full Stack Ownership

    Navajo Nation WIND

    The Navajo Nation's workforce investment platform was a legacy system that needed a full rebuild. I took ownership of the entire modernization, rewriting it as a modern JavaScript application. That meant frontend architecture, RBAC, relational SQL systems, backend services, and AWS infrastructure.

    • Frontend architecture and full component system
    • Role-based access control across multiple user tiers
    • SQL workflows, relational database design, and backend services
    • Third-party integrations and AWS deployments
    JavaScriptReactNode.jsExpressMySQLAWS

    313 active users across 110 chapters and 5 agencies statewide

  • Government CRMSolo Developer

    ALTSD CRM

    Built this CRM from scratch as the sole developer for the New Mexico Aging and Long-Term Services Department. It handles partner approvals, user management, and internal content workflows. I also built the event listing widgets that power the public-facing calendar on aging.nm.gov.

    • CRM architecture and administrative dashboard
    • Partner approval and user management workflows
    • CMS content publishing system for operational teams
    • Public-facing event widget components powering aging.nm.gov
    JavaScriptReactNode.jsExpressMySQLAWS

    Operational platform for statewide aging services administration and public event publishing

  • Public Records PlatformSolo Developer

    Otero County

    Independently built a public-facing records platform for Otero County, from requirements gathering through production deployment. Includes a public search interface, authentication, role-based access control, and CMS-style tooling for county administrators.

    • Full application build from requirements to deployment
    • Authentication system and role-based permissions
    • Public records search interface and administrative workflows
    • CMS-style tooling for county administrators
    JavaScriptNode.jsExpressMySQLAWS

    Production county-level platform serving public records access and administrative operations

  • Modern Side ProjectSolo Full-Stack Developer

    Circulate

    A personal project I built to stay sharp on modern tooling and think through a real product from scratch. It includes user authentication, relational data with Supabase, and a clean UI. The goal was end-to-end ownership: schema design, frontend, and deployment.

    • Product design and UX decisions end-to-end
    • Authentication system and session management with Supabase
    • Relational data architecture and SQL schema design
    • Full frontend build and Netlify deployment
    ReactSupabaseSQLNetlify

    Demonstrates modern product thinking, current tooling choices, and solo full-stack ownership

  • Operational PlatformFrontend Architecture Lead

    Regulation & Licensing Department

    Led frontend architecture on a large operational platform for a New Mexico state regulatory agency. The application manages licensing workflows across multiple departments. My focus was building a scalable component system and workflow UI that could support a complex, multi-team environment.

    • Frontend architecture across a large-scale application
    • Component system design and implementation
    • Workflow UI and administrative tooling
    • Integration with backend services and data APIs
    JavaScriptNode.jsExpressMySQL

    Operational platform supporting state regulatory licensing workflows across multiple departments

    Production environment, not publicly accessible
  • Legacy ModernizationFrontend Developer

    Office of the State Auditor

    Modernized the frontend of a legacy C# application used by the Office of the State Auditor. The existing interfaces were outdated and hard to maintain. I rebuilt the UI layer using modern JavaScript and jQuery, improving usability and making the codebase easier to work with going forward.

    • Legacy interface analysis and modernization planning
    • Frontend rebuild using modern JavaScript and jQuery
    • Responsive design implementation across existing workflows
    • Cross-browser compatibility and usability improvements
    JavaScriptjQueryHTML5CSS3

    Modernized internal audit workflows and improved usability of legacy government tooling

    Production environment, not publicly accessible
  • E-Commerce PlatformFrontend Developer

    Ribbn

    Worked as a frontend developer at Ribbn, a remote e-commerce startup. Contributed reusable React and Next.js components to a fast-moving product team building a modern consumer shopping experience.

    • Reusable React and Next.js component library
    • Onboarding flows and product UI
    • Collaborative delivery on a production codebase
    ReactNext.jsStyled Components

    Shipped production components for a live consumer e-commerce platform

Personal builds and explorations outside of client work.

  • Side Project

    Found This

    A product discovery platform where users can curate and share interesting finds. Built with Next.js 15 and Sanity.io as a headless CMS, with real-time filtering, tag-based browsing, and a clean glass-morphism UI.

    Next.jsReactSanity.ioSCSS
  • Side Project

    NBA Scores App

    Real-time NBA scores and stats tracker. Quick build focused on API integration, clean data display, and a responsive layout using React and Vite.

    ReactViteTailwind CSSBalldontlie API
  • Side Project

    Countries Explorer

    Interactive country data explorer built to practice working with GraphQL and Apollo Client. Clean data-driven interface with search and filtering.

    ReactGraphQLApollo ClientMaterial UI