~> whoami
Ahmad Syamim (syamxm).
Final-year CS student at UiTM Shah Alam, DevSecOps specialisation. I self-host everything I ship — the code, the pipeline, and the server it runs on. Mostly because I want to know how it all actually works.
Projects
~> ls ~/projects
# 7 dirs · sorted by importance
Security posture
~> cat security.txt
# security posture — facts, not marketing
| CSP | default-src 'self' — no third-party origins, no inline eval |
| passwords | bcrypt — salted, work-factor tuned, never reversible |
| queries | prepared statements only — zero string-built SQL |
| SAST | semgrep gate — build fails on new findings |
| secrets | gitleaks gate — no key reaches a commit |
| images | trivy scan — deploy blocked on known CVEs |
| transport | deploys over Tailscale SSH; public traffic via Cloudflare Tunnel — zero open inbound ports |
| requests | CSRF tokens + per-route rate limiting on every mutating path |
Contact
~> cat contact.txt
If you're building something similar or just want to talk shop, reach out.
~>
syamxm@homeserver — built by hand, deployed over tailscale
6/6 gates · fail-closed