Paul Gasbarra
Software Engineer

Paul Gasbarra

Full-stack engineer. Founder. Product owner.
I build and ship real products — from idea to production.

I know what it means to build something that has to work in the real world.

I founded and built Fixins Lunch from the ground up — the product, the platform, the billing flows, the customer emails, the menu system, the brand. That gave me firsthand experience with the distance between an idea and a working business, and with the kind of engineering it takes to close that gap.

Before that, I spent more than a decade building software at companies including Intersection and The Muse. Across startups, media, and product teams, I’ve learned how to move between strategy and execution: thinking carefully about the product, then doing the hands-on work to actually ship it.

I also bring a strong communication side to the work. I have an MFA in Creative Writing, and I’ve spent time teaching and mentoring aspiring engineers at Pursuit, where I helped adult learners prepare for technical interviews and launch software careers. I care a lot about making complex ideas clear, whether that means writing, teaching, collaborating, or translating technical decisions for non-technical people.

I’m looking for a team building something meaningful — and a role where I can take ownership, solve real problems, and help make the product stronger.

Fixins Lunch

Fixins Lunch

A subscription-based school lunch delivery service I founded and built from scratch. Full-stack platform — Next.js, TypeScript, Supabase, Stripe, Playwright — deployed on Vercel. I built the tech, created the brand, handled operations, and got it in front of paying parents.

Next.js TypeScript Supabase Stripe
Visit site →
function twoSum(nums, target) {
  const map = new Map();
  for (let i = 0; i < nums.length; i++) {
    const comp = target - nums[i];
    if (map.has(comp)) return [map.get(comp), i];
    map.set(nums[i], i);
  }
}

Pursuit DSA Curriculum

Designed and built a full 11-week technical interview training program for Pursuit fellows: data structures, algorithms, full-stack development, and 200+ mock interviews with written feedback. 32 fellows placed at an average salary of $106k.

Curriculum Design DSA JavaScript Python
View on GitHub →
Fixins Lunch Mar 2025 – Present
Founder & Owner-Operator · New York, NY
  • Founded a subscription-based school lunch delivery service, securing enrollment from multiple schools across northern New Jersey.
  • Built and deployed the full platform solo — Next.js, TypeScript, Supabase, Prisma, Vercel — with Stripe Checkout for recurring billing and Supabase Auth for parent and admin access.
  • Developed the responsive UI in Material UI, added Playwright end-to-end tests, and configured Nodemailer for automated email communication.
  • Owned the entire operation: brand identity, menu planning, supplier coordination, licensing, and pilot execution.
Pursuit Jun 2024 – Apr 2025
Software Engineering Instructional Consultant · Contract
  • Designed and delivered curriculum on data structures, algorithms, PostgreSQL, and technical interview technique for adult learners in full-stack development.
  • Conducted 200+ mock technical interviews with tailored written feedback; built a comprehensive interview prep guide used across the program.
  • Helped 32 fellows land engineering roles at an average salary of $106,000.
The Muse Dec 2021 – May 2023
Senior Software Engineer · New York, NY
  • Wrote a TypeScript library that overhauled site-wide user tracking — reduced reported events by 90%, giving the analytics team clean, actionable data.
  • Revamped job listing metadata for SEO; drove a 70% uplift in job views and applications since Q1 2022.
  • Integrated CloudWatch Evidently experimentation into a React codebase, enabling measurement of new feature performance and informing product decisions.
  • Wrote technical briefs in Confluence from product documentation, reducing design ambiguity and speeding up implementation.
Intersection Aug 2014 – Dec 2021
Senior Software Engineer · New York, NY
  • Built real-time transit systems consolidating train and bus arrivals, alerts, and PSAs across agencies serving 440 million annual riders — Python, Django, AWS, React.
  • Created wayfinding applications for Hudson Yards, Port Authority, and New Rochelle using Mapbox.
  • Built React applications for Walmart and the Edward M. Kennedy Institute that increased visitor engagement in physical spaces.
  • Prototyped a future retail experience for Walmart combining NFC, WebSockets, React, and AR — secured stakeholder buy-in for continued development.
  • Built voice interfaces for Google Home and Amazon Alexa using JavaScript and AWS Lambda.

Languages

JavaScript, TypeScript, Python, HTML, CSS

Frameworks

React, Next.js, Gatsby, Node.js

Tools & Platforms

Supabase, PostgreSQL, Prisma, Stripe, AWS, Vercel, Mapbox, Git

Also Good At

Technical writing, curriculum design, product thinking, talking to humans