Skip to content
View JustinK33's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@Team-Deepiri

Block or report JustinK33

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
JustinK33/README.md

Welcome πŸ‘‹

I'm Justin Kong
πŸŽ“ Computer Science @ Rutgers University (Class of 2028)
πŸš€ Backend developer | API specialist | Cloud computing enthusiast | Problem solver
πŸŽ“ Full-Stack Software Engineering Intern @ Deepiri

πŸ’‘ Featured Project

NoteTube β€” Python, Django, PostgreSQL, Redis, AWS (EC2), Nginx, Docker, OpenAI, AssemblyAI

  • Deployed and Dockerized a Django application on AWS EC2 (Linux), running Gunicorn under systemd for process supervision and automatic restarts, enabling stable production serving and simpler, repeatable deployments.
  • Configured Nginx as an HTTP(S) reverse proxy to route traffic to Gunicorn, serving static assets directly and enabling proxy caching to reduce application server load and improve request-handling reliability.
  • Reduced average API route latency by 85.9% (from 313ms β†’ 44ms) by implementing Redis caching for high-traffic user/session reads, cutting repeated PostgreSQL hits.

What this shows: full lifecycle backend engineeringβ€”built a Django web app from local development to a production deployment on AWS, containerized the application with Docker for consistent environments and repeatable releases, ran Gunicorn as the application server behind Nginx (reverse proxy + static asset delivery), and improved scalability and reliability by using Redis caching to reduce PostgreSQL load and cut endpoint latency.

Check it out and try it here: NoteTube


⚑ RU Valentine V2 β€” Python, FastAPI, Oauth V2 (CURRENT)

Designing and building a school-wide matchmaking platform for Rutgers students, including auth, survey flows, matching logic, and announcement pages, handling real student sign-ups and live traffic.

⚑ TeamBrain β€” Python, FastAPI, OpenAI, AssemblyAI

Building an AI-powered note generator that takes your favorite YouTube videos and turns them into organized and structured notes.


πŸ’» Tech Stack:

Languages: Python, Java, HTML/CSS, JavaScript, TypeScript
Frameworks/Libraries: FastAPI, Django, Flask, Pydantic, Tailwind CSS, SQLAlchemy, Tesseract, NumPy, Pandas
Databases: PostgreSQL, MongoDB, Redis, SQLite
Tools & Platforms: Git, AWS (EC2, S3, RDS), Docker, Postman
APIs & Integration: Google OAuth, Google Gemini API, AssemblyAI API, OpenAI API, Weather API

πŸ“« Connect With Me:

Email: jhk174@scarletmail.rutgers.edu
Personal-Portfolio: Justin Kong
LinkedIn: JustinHKong


Pinned Loading

  1. NoteTube NoteTube Public

    AI service that turns youtube videos into your own personal notes

    HTML

  2. TeamBrain TeamBrain Public

    Chat app for organizing shared docs and decisions in one place

    Python