Skip to content
View itsnotvii's full-sized avatar

Block or report itsnotvii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itsnotvii/README.md


I'm a full-stack developer who enjoys working with others, breaking down problems, finding alternatives and making things work. My work sits at a harmony of clean UI and solid backend architecture, with a growing focus on shipping ML models and projects.


Stack


Projects

expense-tracker

Full-stack finance dashboard with real-time charts and budget tracking.

React · Node.js · PostgreSQL
digit-classifier

CNN trained from scratch, 99.2% accuracy, runs in-browser via ONNX.

PyTorch · ONNX · React
mercari-clone

Marketplace app for browsing, listing, and buying items.

Next.js 14 · TypeScript · Tailwind


Currently seeking SWE internships for Summer 2027 — open to opportunities in the US or Japan

Pinned Loading

  1. portfolio portfolio Public

    A personal portfolio built from scratch with a modern stack. Features an interactive hero where letters swim across the viewport and flee from the cursor, a scramble text reveal, and animated film …

    TypeScript 1

  2. expense-tracker expense-tracker Public

    A full stack finance dashboard built with React, Node.js, and PostgreSQL. Track expenses, income, and assets with real-time charts and stats.

    JavaScript 1

  3. digit-classifier digit-classifier Public

    Digit Classifier — PyTorch, ONNX, React, Vercel Trained a CNN from scratch on 60k images (99.2% accuracy). Exported to ONNX and deployed in the browser — users draw a digit and get a real-time pred…

    JavaScript 1

  4. mercari-clone mercari-clone Public

    Mercari-inspired marketplace app built with Next.js 14, TypeScript, and Tailwind CSS. Browse listings, view item details, and list items for sale.

    TypeScript 1

  5. resume-converter resume-converter Public

    A monorepo helping bilingual engineers convert resumes between US and Japanese conventions — parses the resume, applies structural mapping rules (reordering, required-field flags, no silent drops),…

    Python