Integration and Deployment
FDE 의 결과물은 데모 슬라이드가 아니라 고객 환경에서 계속 돌아가는 코드입니다. 이 코스는 그 마지막 구간을 다룹니다. 문서가 부실한 HTTP API 에 붙어 페이지네이션과 재시도를 처리하고, 401 과 403 을 단서로 인증 문제의 계층을 좁히고 인증서 실패 모드를 구분하며, 마지막으로 지금까지 찾아낸 원인을 비엔지니어가 읽을 장애 보고서로 옮깁니다. 마지막 실습은 명령이 아니라 산출물을 채점합니다.
고급 · 레슨 30 · 실습 10
커리큘럼
HTTP API Integration
Authentication and TLS
Incident Communication
The Duplicates Retries Create
The Contract That Changed Without a Word
When We Are the Receiving Side
Time Has a Budget Too
Expiry Is Not an Incident
The Source Changes While You Pull It
A 200 Does Not Mean Everything Landed
참고 문서
- RFC 9110 — HTTP Semantics (상태 코드·메서드·멱등성)
- RFC 6585 — Additional HTTP Status Codes (429 Too Many Requests)
- RFC 2104 — HMAC: Keyed-Hashing for Message Authentication
- RFC 6749 — The OAuth 2.0 Authorization Framework
- RFC 7519 — JSON Web Token (exp·nbf·iat 와 시계 오차 여유)
- JSON Schema 2020-12 Core (required·additionalProperties)