$ ls -la /ops/projects/ | grep -v classified

ACTIVE PROJECTS

// 6 RECORDS FOUND — SORTED BY PRIORITY
▸ INDEX MANIFEST-001
TOTAL PROJECTS 6
STATUS 4 ACTIVE 2 ARCHIVED
PRIMARY STACK GCP GitHub Actions Docker Python
// CLOUD INFRA

PORTFOLIO.OS

This site. A cyberpunk-terminal portfolio deployed to Google Cloud Run with a fully automated CI/CD pipeline. Containerized with Docker, served via Express, and mapped to a custom domain.

Node.js Express Docker Cloud Run Github Actions
// AUTOMATION PIPELINE

ROLLCALL

Automated workforce data pipeline integrating Envoy and BambooHR data via APIs. Designed Make.com workflows to extract, normalize, and merge multi-source data into a consistent weekly report, handling edge cases like time off vs absence.

APIs Automation Make.com Data Pipeline Google Sheets
// DEV TOOLING

DEPLOY SENTINEL

CLI tool that watches GitHub Actions runs and sends Slack notifications on failure, with structured error context and diff summaries.

Python GitHub API Slack API
// INFRASTRUCTURE

TERRAFORM MODULES

Reusable Terraform modules for spinning up Cloud Run services, VPCs, and IAM bindings on GCP. Published with full variable documentation.

Terraform GCP Cloud Run
// ARCHIVED · WEB APP

TASK BOARD

Lightweight Kanban board built with vanilla JS and a SQLite backend. Functional but superseded by better tooling. Kept for reference.

HTML/CSS/JS Express SQLite
// ARCHIVED · SCRIPTS

LOG HARVESTER

Bash + Python scripts that scraped application logs from GCS, parsed structured JSON, and loaded summaries into BigQuery for analysis.

Python Bash BigQuery GCS
▸ OPEN SOURCE CONTRIBUTIONS MODULE-OSS
CONTRIBUTION Fixed edge case in retry logic for HTTP client — PR #412
STATUS MERGED