Project_Horus/api/projects.json

58 lines
2.5 KiB
JSON

[
{
"slug": "azure-landing-zone",
"title": "Azure Landing Zone",
"description": "Contributed to a full Landing Zone implementation using Terraform at CIMT. Covering governance, policy, networking and RBAC across Azure environments.",
"url": "",
"tags": "Terraform, Azure, Governance, RBAC",
"date": "2026-03-29"
},
{
"slug": "dap-data-access-platform",
"title": "DAP — Data Access Platform",
"description": "Worked on Databricks workspace provisioning with Entra ID group-based access control and ADLS Gen2 integration at CIMT.",
"url": "",
"tags": "Databricks, Entra ID, Terraform, ADLS Gen2",
"date": "2026-03-29"
},
{
"slug": "cis-compliance-checker",
"title": "CIS Compliance Checker",
"description": "Contributed to a Python static compliance checker for Terraform files, comparing current vs predicted CIS IMP2 scores across Azure projects.",
"url": "",
"tags": "Python, CIS Controls, Terraform, OOP",
"date": "2026-03-29"
},
{
"slug": "self-hosted-forge",
"title": "Self-Hosted Forge",
"description": "Personal portfolio and self-hosted platform built from scratch. Running on Hetzner with Forgejo, Nginx reverse proxy, Let's Encrypt SSL and Docker Compose.",
"url": "",
"tags": "Forgejo, Docker, Nginx, Hetzner, Linux",
"date": "2026-03-29"
},
{
"slug": "fingerprint-pill-dispenser",
"title": "Fingerprint Pill Dispenser",
"description": "A proof of concept exploring embedded systems and access control. Built on an ESP32 microcontroller with an AS608 fingerprint sensor — patients register their fingerprint, which must be verified before a pill dispenser unlocks. The dispenser was a physical enclosure controlled by an MG90S servo motor. Developed in Python with object-oriented design.",
"url": "",
"tags": "ESP32, AS608, Python, OOP, Embedded, MG90S Servo",
"date": "2026-03-29"
},
{
"slug": "this-website",
"title": "This Website",
"description": "Personal portfolio site, self-hosted on Hetzner. Built from scratch with HTML, CSS and JavaScript — no frameworks, no dependencies.",
"url": "",
"tags": "HTML/CSS, JavaScript, Nginx, Hetzner",
"date": "2026-03-29"
},
{
"slug": "postgresql-database",
"title": "PostgreSQL Database",
"description": "Set up and administered a self-hosted PostgreSQL database as part of personal infrastructure. Includes schema design and integration with hosted services.",
"url": "",
"tags": "PostgreSQL, Linux, Docker",
"date": "2026-03-29"
}
]