Software Architect & Full-Stack Developer | HSP (2017)

Overview

Modernized and optimized the core web infrastructure for HSP's healthcare services directory. Addressed database query bottlenecks, normalized fragmented data models to 3rd Normal Form (3NF), and integrated an in-memory caching tier to stabilize application response times during peak search traffic.

Replaced manual deployment routines with a containerized Docker build workflow, establishing consistent staging and production environment parity and reducing release deployment times.

Key Technologies & Tools

  • ->PHP (API endpoints and server-side request routing)
  • ->MySQL (schema normalization to 3NF, compound indexing on search queries)
  • ->Redis (query result and session caching)
  • ->Docker & Nginx (containerized application runtime and edge reverse proxy)
  • ->Git-based automated deployment scripts