Skip to content
View JadenRazo's full-sized avatar
😁
Building my Portfolio
😁
Building my Portfolio

Highlights

  • Pro

Block or report JadenRazo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JadenRazo/README.md
Typing SVG

$ cat about.txt

Full-stack developer building production systems from frontend to bare metal.
I design web platforms, deploy containerized services, and maintain custom
Minecraft server forks. Most of my work lives in Go, Java, TypeScript, and Python.

$ cat skills.txt

LANGUAGES       Go · Java · TypeScript · Python · SQL · Shell
FRONTEND        React · Astro · Tailwind CSS · Redux · HTMX
BACKEND         Fiber · Node.js · Express · Discord.py · JDA
DATA            PostgreSQL · MariaDB · SQLite · Redis
INFRA           Docker · Caddy · Nginx · GitHub Actions · SSH · Terraform
CLOUD           AWS · Azure · GCP · Active Directory · Windows Server
MINECRAFT       Paper API · Velocity · ProtocolLib · NMS

$ tree projects/ -L 1

projects/
├── cloud-sre-infra/      # AWS, Terraform, observability, GitOps
├── dev-tooling/          # CLIs, MCP servers, automation
├── web-and-apps/         # Sites, dashboards, products
├── minecraft-and-bots/   # Game servers and Discord bots
└── labs/                 # Homelab experiments

cloud-sre-infra/

Repository Description Stack
sre-reference-app Production ECS Fargate blueprint with SLO burn-rate alarms, FIS chaos drills, and OIDC-authed GitHub Actions. Terraform, AWS, GitHub Actions
sre-landing-zone Five-account AWS landing zone with Pilot Light DR and a CloudFront/WAF/Cognito edge, all on a $120 credit budget. Terraform, AWS Organizations
aws-supply-chain-security Container supply-chain stack on AWS: syft SBOMs, grype scans, keyless cosign signing via GitHub OIDC. Terraform, ECR, cosign
aws-todo-api Live serverless reading list on API Gateway, Lambda, DynamoDB, Cognito, WAF, and X-Ray. AWS SAM, Lambda, DynamoDB
azure-hub-spoke-network Azure hub-and-spoke topology with VNets, peering, and NSGs, all in Terraform. Terraform, Azure
EzWeb (retired) Lightweight Docker site manager with a web dashboard. Go, Docker

dev-tooling/

Repository Description Stack
llm-lint CI gate that catches LLM artifacts: stray CLAUDE.md, Co-authored-by trailers, .cursorrules, and friends. Emits SARIF. Go, pre-commit, SARIF
CloudCostMCP MCP server that prices Terraform plans across AWS, Azure, and GCP. TypeScript, MCP, SQLite
dependabot-automation Drop-in GitHub Actions workflow that auto-merges Dependabot PRs after an OSV.dev CVE diff. GitHub Actions, OSV

web-and-apps/

Repository Description Stack
Project-Website Portfolio with a URL shortener, real-time messaging, and a hidden dev panel. Go (Fiber), React, TypeScript
TicketHacker One ticketing system that unifies Discord, Telegram, email, and live chat. TypeScript, React, Node.js
tts-raizhost Self-hosted PDF reader-aloud powered by Kokoro v1.0 with a GPU/CPU dual-backend on k3s and circuit-breaker fallback. Next.js, Kokoro, k3s
job-scanner 24/7 ATS scanner that scores postings with Claude and drafts cover letters. TypeScript, Node.js, Redis

minecraft-and-bots/

Repository Description Stack
ServerPlugins 24 interconnected Paper plugins covering claims, economy, events, arcade games, and admin. Java 21, Paper API, Maven
SurvivalCore Paper 1.21.8 fork with async entity tracking, SIMD math, and hopper caching. Java, Paper
Quiz-Bot Discord bot that runs LLM-generated educational quiz games. Python, discord.py

labs/

Repository Description Stack
initializing-ad Active Directory homelab covering a domain controller, DNS, group policy, and a full enterprise onboarding flow. Windows Server 2022, VirtualBox

Filter by language or domain via topics on the repositories tab.


$ cloc --by-language ~/repos/

643,120 lines of code across 788,629 total lines

Language Lines of Code %
Java 169,576 26.4%
TypeScript 140,024 21.8%
JSON 89,408 13.9%
Go 79,112 12.3%
Markdown 33,314 5.2%
YAML 32,794 5.1%
Python 25,667 4.0%
Text 13,182 2.0%
diff 13,079 2.0%
Swift 8,042 1.3%
Bourne Shell 6,677 1.0%
HCL 6,499 1.0%

Updated daily via GitHub Actions


$ git log --oneline --graph

3D Contribution Graph

GitHub Streak

Generated daily via GitHub Actions


$ deploy status

$ deploy status
SITE                           STATE      HTTP   LATENCY   
----------------------------------------------------------
raizhost.com                   up         200    46ms      
app.raizhost.com               up         307    37ms      
jadenrazo.dev                  up         200    45ms      
claude.raizhost.com            up         301    34ms      
showersautodetail.com          up         200    47ms      

Last check: 2026-05-27T09:00:01Z

Pinned Loading

  1. CloudCostMCP CloudCostMCP Public

    MCP server for multi-cloud cost analysis of Terraform codebases — supports AWS, Azure, and GCP

    TypeScript

  2. TicketHacker TicketHacker Public

    Helpdesk platform that unifies customer support across Discord, Telegram, email, and live chat into one ticketing system.

    TypeScript 1

  3. azure-hub-spoke-network azure-hub-spoke-network Public

    Azure hub-spoke network architecture with Terraform

    HCL

  4. llm-lint llm-lint Public

    Catch LLM-generated artifacts (CLAUDE.md, Co-authored-by trailers, .cursorrules, etc.) in your CI/CD pipeline.

    Go

  5. sre-reference-app sre-reference-app Public

    SRE reference app: ECS Fargate + ALB + CloudWatch SLO burn-rate alarms + AWS FIS chaos experiments + GitHub OIDC CI/CD. Built phase-by-phase with project-scoped subagents enforcing infra hygiene an…

    HCL