Projects

A curated set of public repositories — personal experiments under linuxlsr and reference implementations under Three-Moons-Network. Training scaffolds and scratch repos are deliberately left out.

ai-study-buddy

Stateful AWS-certification competency tracker — scans GitHub activity for evidence, does gap analysis, generates Terraform practice projects, deploys to a local Kubernetes cluster via Helm.

PythonKubernetesHelmTerraformOllama

backstage-platform

AI-driven platform-intelligence portal spike on Backstage — Bedrock chat agent, Datadog LLM Observability + OpenTelemetry instrumentation, Helm/k8s deploy assets and runbooks. Companion repos backstage-portal and backstage-agent.

Related: linuxlsr/backstage-portal, linuxlsr/backstage-agent

BackstageTypeScriptAmazon BedrockDatadogHelm

tmn-incident-digest-agent

Incident digest agent — Datadog incidents and metrics summarized by an LLM and delivered as an SES email digest.

PythonAWS LambdaAmazon SESDatadog

tmn-llm-wiki-demo

Terraform for a Cognito-OIDC document intake front end feeding a Bedrock "llm-wiki" knowledge pattern.

TerraformAmazon CognitoAmazon BedrockS3

careerforge

Personal AI-assisted tool for career progression and retirement work planning, running on a Raspberry Pi Kubernetes cluster.

PythonKubernetesRaspberry Pi

autoscaling-cache-demo

SAA-C03 practice build — autoscaling URL shortener with ElastiCache, Terraform + FastAPI.

TerraformFastAPIElastiCacheEC2 Auto Scaling

world-cup-predictor

FIFA World Cup 2026 final-four and champion prediction via Elo ratings and Monte Carlo simulation.

Python

terraform-modules (Three Moons Network)

Shared, reusable Terraform modules for Three Moons Network infrastructure and client projects, consumed by Git source and pinned to release tags.

TerraformAWS

observability-stack (Three Moons Network)

Reusable CloudWatch observability for serverless workloads (Lambda, API Gateway, DynamoDB, S3) — dashboards, environment-specific alarm thresholds, severity-based SNS routing.

TerraformCloudWatchSNS

cost-anomaly-detector (Three Moons Network)

Real-time AWS cost monitoring that detects anomalies, analyzes trends with Claude, alerts by email, and exposes a REST API for historical costs.

PythonAWS Cost ExplorerClaudeLambda

ci-cd-pipeline-template (Three Moons Network)

GitHub Actions + Terraform template for Python Lambda deployments — staging/production promotion, automated tests, security scanning, rollback.

GitHub ActionsTerraformAWS Lambda