Software Engineer · Backend · Cloud
Jun Liu
I work on backend services, full-stack web applications, and cloud deployment.
I am an M.S. Computer Engineering student at New York University. My recent projects use Java/Spring Boot, React, Python, Go, SQL, Docker, and Google Cloud. I care about clear APIs, reliable setup instructions, and interfaces that are easy to understand and test.
Selected Work
Projects, source code, and deployment notes
NextAI
A React and Express app for uploading PDFs and asking questions about the content, using OpenAI and LangChain for the retrieval workflow.
nextai.junliu.dev
Online Order
An online ordering app with account flow, menu browsing, cart updates, checkout, Spring Boot APIs, and a React frontend.
onlineorder.junliu.dev
SocialAI
A Go web service for signup, signin, post upload, deletion, and search. The deployed version runs in demo mode to keep the cloud setup simple.
socialai.junliu.dev
Spotify
A music browsing interface with playlist details, track metadata, playback controls, and a Kotlin/Ktor backend API.
spotify.junliu.dev
Twitch Explorer
A Twitch-style discovery app with game search, streams, videos, clips, favorites, and separate frontend/backend repos.
twitch.junliu.dev
Crowd Tracking
A FastAPI video processing app that detects people with YOLO, tracks them with DeepSORT, and shows annotated video with movement paths.
crowdtracking.junliu.dev
Netflix News
A Spring Boot and MySQL management system with JWT authentication, admin pages, dashboards, SQL schema/seed files, and Docker support.
Portfolio Website
This GitHub Pages site collects my live demos, source repos, deployment notes, and local setup references.
junliu.dev
Project Notes
How I organized the repos
Local setup: the public repos include the commands and environment variables needed to run each project locally.
Deployment: Docker, Cloud Build, Cloud Run, and database notes are documented where they are used.
API testing: Postman collections are kept in my local workspace, while the repos describe the main endpoints and expected behavior.