Projects
Open-source tools, security research, data pipelines, and cloud infrastructure experiments.
No projects in this category yet.
almamy.net
Featured ActiveScreenshots
A fully static site deployed on Cloudflare Pages, combining a professional portfolio with a live security feed powered by a Cloudflare Worker that polls NVD and CISA KEV APIs hourly. Features a full blog engine and Pagefind for full-text search.
Role
Developer
Outcomes
- Fully static output - sub-100ms TTFB on Cloudflare edge
- Live CVE feed with severity filtering and KEV badge
- Pagefind full-text search across all pages
Secure CI Pipeline Templates
Featured Confidential ActiveDetails restricted for client confidentiality.
Medallion Data Platform
Featured Confidential ActiveDetails restricted for client confidentiality.
CVE Fetcher Worker
ActiveA lightweight Cloudflare Worker written in TypeScript that runs on a cron schedule to fetch recent CVE data from the NVD REST API v2.0 and cross-reference entries against the CISA Known Exploited Vulnerabilities catalogue. Results are normalised, ranked by CVSS score, and stored in Cloudflare KV with a 2-hour TTL. The worker exposes a single GET /api/cves endpoint consumed by the CveFeed island on the security page.
Role
Backend Developer
Outcomes
- Sub-50ms API response time via KV cache
- Automated hourly refresh via Cloudflare Cron Triggers
- CISA KEV cross-referencing for high-priority flagging