ENGINEERING // STANDARDS

Engineering Standards

The operating model behind the public website: measurable quality, accessible interfaces, localized content, and repeatable delivery.

Languages
8

Localized UI paths with hreflang alternates.

Prerender
Static

SEO-critical routes generated at build time.

Quality gates
CI

Strict TypeScript, tests, audit, build, and Lighthouse checks.

Design discipline

The interface favors restrained enterprise patterns: clear hierarchy, low decoration, measurable proof, and predictable navigation.

  • WCAG-oriented color and control states
  • Stable route structure
  • Evidence cards tied to actual repository and build data

Delivery discipline

Each release should be reproducible through the same commands used in CI.

  • npm audit gate
  • Strict TypeScript no-emit check
  • Cloudflare Pages Functions build validation
  • Documented release and rollback process

Internationalization

Localized URLs are first-class pages, not query parameters.

  • Self-canonical localized pages
  • hreflang alternates
  • Localized project descriptions
// 보안

엣지에서 강화.

모든 응답은 엄격한 보안 헤더를 전송합니다 — 정책 문서의 약속이 아니라, 운영 도메인에서 Cloudflare가 실제로 적용합니다.

전송 보안
HSTS · 1y · includeSubDomains · preload
콘텐츠 보안 정책
CSP · script-src 'self' (no inline) · object-src 'none' · frame-ancestors 'none'
클릭재킹
X-Frame-Options: DENY
MIME 스니핑
X-Content-Type-Options: nosniff
리퍼러
Referrer-Policy: strict-origin-when-cross-origin
브라우저 기능
Permissions-Policy · ~20 features denied

운영 도메인에서 측정한 실시간 응답 헤더.