Ian Sincoff

Full-Stack Developer | Python, Flask & JavaScript

I build full-stack web applications with clean interfaces and scalable backends.

Projects

Featured Project

Sneaker Vault Pro

Sneaker Vault Pro lets collectors catalog their sneakers with images, sizes, and values — then instantly see their total collection count and portfolio worth.

It handles full CRUD operations with a searchable, sortable inventory that paginates large collections and calculates aggregate stats on the fly.

I separated the frontend (static HTML/CSS/JS on Netlify) from a Flask REST API on Render, with a serverless PostgreSQL database on Neon — giving me independent scaling and zero-cost hosting at low traffic.

PythonFlaskPostgreSQLJavaScriptHTML/CSSNeonRenderNetlify

Battleship Radar Command

In Progress

Multiplayer Battleship REST API backend built with Express.js and PostgreSQL. Handles player registration, game creation, join flow, and UUID-based game state.

Node.jsExpress.jsPostgreSQLJavaScriptHTML/CSSRender