Projects

32 projects, runnable open-source reference implementations alongside production work delivered for clients.

32 projects

AWS DevOps Agents (Bedrock)
AI / Cloud OperationsOpen source

AWS DevOps Agents (Bedrock)

A collection of 5 AI-powered agents for cloud operations, DevOps, Cost, Security, Incident, and IaC Review, built on AWS Bedrock with production guardrails.

AWS BedrockLambdaTerraformDynamoDBAPI Gateway
CI/CD Pipeline Templates
CI/CDOpen source

CI/CD Pipeline Templates

Reusable GitHub Actions workflows, build/test, security scan, build-push-sign (cosign), deploy, with a sample app that uses them.

GitHub ActionsDockercosignTrivyPython
Observability Stack
ObservabilityOpen source

Observability Stack

Metrics, logs, and traces as code: Prometheus, Grafana, Loki, Tempo, Alertmanager via Docker Compose, plus Helm values for Kubernetes.

PrometheusGrafanaLokiTempoAlertmanager
DevSecOps Starter Kit
SecurityOpen source

DevSecOps Starter Kit

Drop-in security tooling, pre-commit, gitleaks, Trivy, tfsec, checkov, hadolint, wired into one CI pipeline.

pre-commitgitleaksTrivytfseccheckov
Internal Developer Platform (IDP)
PlatformOpen source

Internal Developer Platform (IDP)

A platform-engineering reference, Backstage service catalog, golden-path scaffolder templates, and a paved-road developer experience.

BackstagePlatform EngineeringGolden PathKubernetesGitOps
Jenkins CI/CD Pipeline
CI/CDOpen source

Jenkins CI/CD Pipeline

A Jenkins declarative pipeline that dockerizes an app, runs tests, pushes to a registry, and sends Slack notifications.

JenkinsDockerSlackCI/CDGroovy
Jenkins → Minikube CI/CD
CI/CDOpen source

Jenkins → Minikube CI/CD

End-to-end CI/CD: Jenkins (in Docker) builds a Go app, pushes to a local registry, and deploys to Minikube, fully local, no cloud account needed.

JenkinsDockerKubernetesMinikubeGo
Gateway API on GKE
KubernetesOpen source

Gateway API on GKE

Kubernetes Gateway API on GKE, path and header routing across services, TLS via cert-manager, and a troubleshooting runbook.

GKEKubernetesGateway APIcert-managerGCP
Node-RED on Kubernetes
KubernetesOpen source

Node-RED on Kubernetes

Production Node-RED on Kubernetes, PVC-backed flows, a bcrypt-hashed admin password in a Secret, and TLS Ingress.

KubernetesNode-REDSecretsIngressPVC
Cloud Run + Cloudflare Platform
Cloud PlatformOpen source

Cloud Run + Cloudflare Platform

Reference architecture: a containerized app on Google Cloud Run behind Cloudflare (CDN/WAF/TLS), with Terraform and a Cloud Build CI/CD pipeline.

GCPCloud RunCloudflareCloud BuildTerraform
AWS Serverless REST API
ServerlessOpen source

AWS Serverless REST API

Lambda + API Gateway + DynamoDB CRUD API, provisioned with Terraform, least-privilege IAM, unit-tested, scale-to-zero.

AWSLambdaAPI GatewayDynamoDBTerraform
AWS Event-Driven Pipeline
ServerlessOpen source

AWS Event-Driven Pipeline

Order-fulfilment pipeline, EventBridge routing + Step Functions orchestration + Lambda, with a saga/compensation path. Terraform, tested.

AWSEventBridgeStep FunctionsLambdaTerraform
OpenTelemetry Distributed Tracing Demo
ObservabilityOpen source

OpenTelemetry Distributed Tracing Demo

End-to-end distributed tracing across gateway → backend → worker with OpenTelemetry, HTTP and async trace-context propagation, exported to Tempo and viewed in Grafana.

OpenTelemetryPythonGrafana TempoOTel CollectorDocker Compose
LogSentry, Sensitive Data Detection in Logs
ObservabilityOpen source

LogSentry, Sensitive Data Detection in Logs

A Cloud Operations tool: monitors every CloudWatch log group in real-time for leaked secrets (AWS keys, passwords, JWTs, tokens), emits custom metrics + alarms, and routes rate-limited alerts via SNS, with a Flask dashboard for triage.

AWSCloudWatchLambdaKinesisDynamoDB
AWS Secure Foundations
SecurityOpen source

AWS Secure Foundations

Reference Terraform for using core AWS services the right way, Secrets Manager, least-privilege IAM, CodeConnections (no stored tokens), customer-managed KMS, and a one-command account security baseline.

AWSTerraformIAMKMSSecrets Manager
WeFoundIt, Lost & Found Platform for Cameroon
Full-Stack ProductClient work

WeFoundIt, Lost & Found Platform for Cameroon

Built and launched a full-stack lost-and-found platform, FastAPI backend (107 endpoints), Flutter mobile app, React web app, live on AWS with mobile money payments and smart matching.

FastAPIPostgreSQLRedisFlutterReact
Multi-Tenant Hosting Platform (5,000+ sites)
Cloud PlatformClient work

Multi-Tenant Hosting Platform (5,000+ sites)

Designed and operate a serverless hosting platform on Google Cloud Run, fronted by Cloudflare, 5,000+ sites, global CDN, WAF/DDoS, load-tested to scale further.

GCPCloud RunCloudflareCloud BuildGitHub
Enterprise Kubernetes Platform
KubernetesClient work

Enterprise Kubernetes Platform

Production EKS platform serving 50+ microservices and 1M+ requests/day with GitOps, service mesh, and full observability.

KubernetesAWS EKSHelmArgoCDIstio
CI/CD Pipeline Modernization
CI/CDClient work

CI/CD Pipeline Modernization

Migrated 100+ Jenkins pipelines to GitHub Actions, cutting average build time 60% and lifting deployment frequency 300%.

GitHub ActionsDockerTerraformAWSSonarQube