Topic
automation
4 items across this site.
Webhook Deploys Without CI/CD
Automatic git-pull deployments on shared hosting: GitHub webhook → Laravel endpoint → queued RunDeployment job, and when that pattern is (and is not) appropriate.
Campus Exam Portal
Built Campus Quest, a campus examination portal with per-session question/option permutation, focus-loss integrity signals, and bulk question-bank ingestion for faculty.
OMR Sheet Automation
Built a staged, fault-tolerant Python OMR pipeline that processed over 90,000 physical examination forms.
Translate HTML without breaking the DOM
A short, copy-pasteable pattern: BeautifulSoup text-node walks for markup-safe transforms — translation today, anything that touches visible text tomorrow.