Featured Projects

A selection of recent work — from open-source developer tools to production cloud infrastructure and full-stack applications.

jenkins-mcp

New
  • Built a comprehensive MCP (Model Context Protocol) server for Jenkins with 25+ tools enabling AI agents to interact with CI/CD pipelines
  • Implemented dual transport support (stdio and SSE) for flexible integration with Claude, Cursor, and other AI assistants
  • Developed in TypeScript with full test coverage and published to npm for global installation
TypeScriptMCPJenkinsCI/CDAI Integration
View on GitHub

envguard

New
  • Created a Go CLI tool that validates .env files against declarative YAML schemas
  • Prevents misconfigured environment variables from reaching production with fail-fast validation
  • Distributed via Homebrew tap and GitHub Releases for cross-platform installation
GoCLIDevExValidationOpen Source
View on GitHub

portman

New
  • Cross-platform CLI for managing local ports and processes: list, check, kill, watch, and find next available ports
  • Solves the classic "Port 3000 is already in use" problem with one clean command
  • Supports project-wide service registries via portman.yml and colorized table output
GoCLIDeveloper ToolsCross-platform
View on GitHub

release-note-generator

New
  • GitHub Action that drafts release notes from Conventional Commit PR titles when you push a tag
  • Automates changelog generation and reduces release overhead for teams using conventional commits
  • Published to GitHub Marketplace with TypeScript implementation
TypeScriptGitHub ActionsAutomationRelease Management
View on GitHub

Kubernetes Taskboard Platform

  • Deployed production-ready Kubernetes platform on AWS EKS with comprehensive observability stack
  • Implemented GitOps workflow using ArgoCD for automated continuous deployment
  • Configured Kubernetes Gateway API with AWS Application Load Balancer integration
KubernetesAWS EKSArgoCDTerraform
View on GitHub

Automated EC2 Deployment Pipeline

  • Built automated deployment pipeline combining Terraform and Ansible on AWS EC2
  • Integrated GitHub Actions CI/CD workflow for automated infrastructure deployment
  • Demonstrated Infrastructure as Code best practices with version-controlled automation
TerraformAnsibleGitHub ActionsAWS EC2
View on GitHub

Task-Board with Full Observability Stack

  • Developed full-stack application with React frontend and Go backend
  • Implemented OpenTelemetry instrumentation for distributed tracing and metrics collection
  • Created GitHub Actions CI/CD pipeline for automated testing and Docker image publishing
ReactGoOpenTelemetryDocker
View on GitHub

Optimized Dockerfiles Repository

  • Created production-ready optimized Dockerfiles for popular frameworks
  • Demonstrated best practices including multi-stage builds and security hardening
  • Reduced Docker image sizes by up to 90% through optimization strategies
DockerNext.jsReactFastAPI
View on GitHub