Investment platform. Django back office by day, and the Go order service rewrite (Zagreus) — layered architecture with a transactional unit-of-work pattern, repositories sharing a single sqlx.Tx for atomic writes and full mockability.
- +Built a Cooperation Agreement management system from scratch — status lifecycle, bulk-reject workflow, signed PDF delivery over email
- +Killed N+1 queries and added composite indexes on transactions — back office noticeably faster
- +Initiated the Zagreus order service rewrite in Go (handler → service → repository, unit-of-work over sqlx.Tx)