Table of Contents

Back to Portfolio ArchiveBusiness Systems

Admission Result Query System

A production admission result lookup system for spring and summer college entrance exams, built end to end across frontend, backend, deployment, and operations, and verified through the university's security review.

My Contribution TL;DR
03核心贡献

Owned the full delivery path across frontend, backend, Nginx deployment, HTTPS certificate setup, and production operations.

Supported admission result lookup for both spring and summer exams, with caching, rate limiting, captcha, anti-abuse controls, and logging for peak traffic periods.

Launched the system in production with an admin dashboard, passed the university information department's security testing, and applied for the software copyright titled Admission Result Query System.

Core Role

Full-Stack Developer / Deployment & Operations

Tech Stack
JavaSpring BootVueMySQLNginx
Product Site
01

Project Overview

This system was built for a university admissions scenario and served candidates who needed to check their admission results for both the spring and summer college entrance exams. It was not a demo or internal prototype, but a live production system that handled real user traffic after launch.

My work covered more than a single feature. I delivered the candidate-facing query flow, the admin dashboard, the backend services, and the production environment together as one complete system. The key goal was to help candidates retrieve results quickly, reliably, and accurately while giving the school a manageable and controlled operational workflow.

Admission query home
Admission result query homepage
02

My Responsibilities

I handled this project as a full-stack delivery effort, including development, launch, and ongoing operational support.

  • Built the backend APIs and core business logic with Spring Boot.
  • Implemented the candidate-facing query interface and interactions with Vue.
  • Designed and developed the admin dashboard for result management and operational use.
  • Managed the Nginx deployment, HTTPS certificate setup, and production launch.
  • Added logging and operational safeguards so the live system was easier to observe and troubleshoot.
Admin dashboard
Admission result query admin dashboard
03

Technical Notes

At first glance this looks like a simple result lookup system, but once it goes live the real challenge is concentrated traffic, repeated queries, and baseline security requirements. Because of that, I focused on stability and protection features rather than stopping at a basic working page.

  • Used caching to reduce direct database pressure on hot queries.
  • Added rate limiting to protect availability during peak request periods.
  • Used captcha and anti-abuse controls to reduce malicious or repeated refresh traffic.
  • Kept logging in place for troubleshooting query issues, access anomalies, and runtime behavior.
  • Built a supporting admin dashboard so the school side could manage result data and release workflows more reliably.
Result page
Admission result page
04

Impact

The system was deployed and launched for real university admissions usage, supporting both spring and summer exam candidates and handling concentrated peak-period traffic. Its value was not just that a query page existed, but that it entered a real operational workflow and was validated by real users and school-side processes.

  • Passed the university information department's professional security testing.
  • Applied for the software copyright titled Admission Result Query System.
  • Provided the interface used in the university's official public guidance for result lookup.
  • Reached a point where real users shared lookup screenshots and usage feedback on external platforms, showing that the system was actively used in practice.

Official school guide User feedback Security and copyright proof

05

Reflection

This project let me go through the full lifecycle of a real business system from implementation and deployment to production launch. More than a partial module contribution, it reflects my ability to deliver across the stack, support stability under real traffic, and bring a system into a production environment with practical security and operational constraints.

Next Reading
Sep. 2025 - Mar. 2026

Multi-tenant Sticker Commerce & AI Ops Toolkit

Worked on a multi-tenant sticker commerce system together with AI image generation, OCR quality inspection, payments, SEO and Cloudflare deployment workflows.

Open case study
2026.03 - 2026.05

AI Resume Builder & Mock Interview Platform

A job-prep tool that combines resume editing, template switching, AI rewriting, mock interviews, and knowledge ingestion.

Open case study