Runtime Learn more
siGraphql

GraphQL

Proficiency Advanced

A query language and runtime for APIs that lets clients request exactly the data they need.

Related Work

  • Now

    Senior Software Engineer

    at CLEAR

    On web platform team, working on the next generation of web experience for CLEAR members.

    • June 2023
  • Senior Software Engineer

    at Hired

    Primarily worked on the candidate experience team, building out the candidate experience side on Hired marketplace.

    • May 2020 - May 2022

Related Projects

  • A Next.js fullstack starter that wires together authentication, a typed ORM, and a GraphQL stack into a single TypeScript codebase. Architecture uses the Next.js pages router with API routes hosting Apollo Server (via apollo-server-micro) at /api/graphql; next-auth handles sessions through @next-auth/prisma-adapter, with Prisma modeling users/accounts on top of PostgreSQL; the React side consumes the same schema with Apollo Client; styling is Tailwind CSS plus Headless UI and Heroicons. Predates the Next.js app directory. Key tech: Next.js, TypeScript, next-auth, Prisma, PostgreSQL, Apollo Server, Apollo Client, GraphQL, Tailwind CSS, Headless UI.

    • September 2021
    • github