I write, test, and deploy progressive full-stack tech. 

I'm also a computer science student at UC Irvine, working as a part time developer at CORSAIR, and shipping projects for IEEE, CTC, and ICSSC student organizations.

33.6846° N, 117.8265° W

EXPLORE THE
PORTFOLIO

Hi, my name is Sean. 

...

THE MODERN CHALLENGE

Everybody deserves a better internet.

  • Fast page load times
  • Reliable interactions
  • Future maintainability and scalability
  • Developer-friendly interfaces
  • Predictable user interfaces

BRINGING THE HEAT

I'm here to help make it happen.

What I have done in the past to supercharge the developer and user experience:

const Todos = ({ todosData }: TodosProps) => {
const {
todos,
addTodo,
completeTodo
} = useTodos(todosData)
return (
<Container>
<TodosInput addTodo={addTodo} />
<TodosList
todos={todos}
completeTodo={completeTodo}
/>
</Container>
)
}
  • Interact with to-do list
  • View projects
  • Read the bulletin
  • View hero section
  • Read the modern challenges

Tidy Programming

Writing maintainable code that makes sense. Decreasing technical debt and improving performance.

Dashboard Page

Your Favorites

Sean Fong

Handoff and Communication

Doing justice to every visual detail. I know how much time designers spend on them.

SELECT P.id, P.name,P.category

FROM Products P

INNER JOIN Categories C

ON P.id = C.product_id;

SELECT P.id, P.name,P.category

FROM Products P

INNER JOIN Categories C

ON P.id = C.product_id;

Table Talk

Working through backend queries like magic. Relax, I'll handle it.

  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES
  • STACK OF
    ALL TRADES

Code for Accommodations

Client code that follows a11y guidelines and HTML semantics.

You're welcome, screen readers and smart refrigerators.

Any Architecture

Grokking new documentation in a matter of minutes.

Hackathons taught me how to get really good at this.

Code with Confidence

QA testing and error handling for extra peace of mind.

Because all projects and APIs deserve first-class shipping.

ALL SYSTEMS GO

Building Stunning Projects at Scale

I ship applications with a focus on operational fidelity, visual detail, and code cleanliness.

  • Design Preview of ZotMeet Summary Page

    ZotMeet

    SCHEDULING MEETINGS FOR UCI STUDENTS

    ICS Student Council project developed from the ground-up to deliver a seamless experience of scheduling meetings for UCI students.

    • Under Construction
    • Open-Source
    • Sveltekit
    • TypeScript
    • Postgres
    • Drizzle ORM
    • Design
  • Preview of IrvineSweeper

    IrvineSweeper

    BEST OVERALL HACK - HACK AT UCI 2023

    Gamifying the experience of discovering real-estate options in Irvine with a limited budget. However, clicking anywhere on the map that is owned by the Irvine Company - and you'll pay the price.

    • Next.JS
    • Google Maps API
    • TypeScript
  • This next one is in the works.

    Stay tuned! I'm working on leveling up my skill tree and creating some really exciting stuff.