Event Sourcing현재 상태(State)가 아니라 발생한 사건(Event)의 이력 자체를 불변 로그로 저장하는 데이터 관리 패턴. 전통 DB: `UPDATE accounts SET balance = 500` → 이전 값 유실 Event Sourcing: `[Deposited(300...2026-04-19system-architecture-distributed-systems / event-driven-reactive-systems / event-sourcing
Build Systems & Artifact Engineering소스 코드를 하드웨어가 읽을 수 있는 바이너리나 패키지로 변환하는 빌드 공정과, 생성된 결과물의 버전과 무결성을 관리하는 아티팩트 보관 물리학을 다루는 학습 노드입니다.2026-03-11software-engineering-devops / devops-reliability / cd-reliability / build-systems-artifact-engineering