Some things I'm genuinely proud of here: I integrated
Socket.IO for real-time updates so students actually see status changes live without refreshing. Authentication runs on both Google OAuth and session-based login with Express Sessions. Security was taken seriously — Helmet.js for HTTP headers, XSS protection, and need-based API design so the server never over-fetches. Cloudinary handles all media uploads for university images and application documents.