Skip to content

Selected work

Projects

Selected technical projects with implementation notes.

Back to About
  1. General

    hy-home.docker (Home Server Infrastructure)

    This repository packages the open-source services used on my home server as Docker containers. It gives beginners and experienced users a straightforward way to build a personal cloud, with volume mounts for data persistence, isolated networks for service communication, and environment variables for security settings.

    Linux · Docker · Docker Compose · GitHub Actions · Shell Scripts · Bridge Network · Reverse Proxy

  2. General

    hy-home.k8s (Kubernetes Homelab Architecture)

    This repository contains declarative Kubernetes configurations for the microservices used on my home server. Namespaces separate services, Persistent Volumes (PV) manage data, and Ingress handles external access, bringing cloud-native operations to a home lab.

    Kubernetes · ArgoCD · Helm · Ingress Controller (Nginx/Traefik) · MetalLB · Prometheus · Grafana

  3. General

    Project Template (Modular Blueprint)

    A reusable Blueprint for starting projects quickly. Its standard directory structure, Code Conventions, and automated workflows reduce initial infrastructure setup, leaving more time for core Business Logic.

    Modular Architecture · ESLint · Prettier · GitHub Actions