Infra & Platform
- Terraform (NCP/Azure)
- Docker
- ArgoCD (GitOps)
- Istio
I've spent most of my career building backend systems and platform infrastructure with Python and Node.js. My work has ranged from public-sector B2G/B2B SaaS platforms to real-time high-availability notification systems and multi-cloud SRE monitoring — all across Azure, Naver Cloud Platform (NCP), and on-premise hybrid environments. I designed and operated these systems myself and learned what it takes to keep them running.
Early on, shipping features was the whole job. Over time, though, the question shifted: "How fast does this system come back when something breaks?" That question stuck with me. Since then, I've focused on HA architecture, observability, and practical incident response workflows.
I've built CI/CD pipelines on NCP DevTools (Source Commit/Build/Deploy) and GitHub Actions, operated real-time anomaly detection with Prometheus, Grafana, and Alertmanager, and put together search (OpenSearch), caching (Redis), async processing (Celery), and ETL pipelines. The common thread has been balancing availability and performance.
When we migrated a public SaaS product to NCP-based microservices, I handled the CSAP, K-PaaS, and national security certifications directly. That meant addressing security requirements at the architecture level, not just checking boxes. On the performance side, I improved our notification pipeline to cut the error rate by 75% while scaling the system to handle 5x the load. Standardizing our monitoring brought MTTR down by 30%.
More recently, I've been expanding from my backend and infrastructure roots into data engineering pipelines, AI/LLMOps, and Infrastructure as Code.
I'm deepening the skills I already use in production while methodically learning new areas.
DevOps & GitOps
Data engineering
Backend (going deeper)
Infrastructure & databases
Observability
Frontend (expanding toward full-stack)
AI / ML & LLMOps
Tools used across infrastructure, backend, observability, modern web, and AI.
Experience across platform engineering, reliability, and AI development.
Current
Full-stack AI ResearcherInnovation & Future Tech
Continuous
Backend ArchitectSystems Engineering & Reliability
6+ Years
Platform & DevOps LeadInfrastructure Transformation
2018.05~2024.09 (6 Years 4 Months)
Backend & DevOps EngineerEQ4ALL
2018.05~2024.09 (6 Years 4 Months)
BioInformatics General ResearcherKNIH (Korea National Institute of Health)
Selected technical projects with implementation notes.
General
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
General
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
General
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