ShareHub

Discover and share articles, posts, and links from across the web.

Borgmatic Vs Borgbackup

Borgmatic Vs Borgbackup

Rogue Orion · 3/18/2026

Quick Verdict Borgmatic isn't an alternative to BorgBackup — it's a wrapper around it. BorgBackup is the backup engine. Borgmatic is the automation layer tha...

Three.js Architecture: MVC

Three.js Architecture: MVC

Rogue Orion · 3/18/2026

It's easy to start a Three.js project, but keeping it maintainable as features grow is a different story. Many developers find themselves with massive files ...

Claude CodeでUnit of Workパターンを設計する:複数リポジトリのトランザクション統一・変更追跡・原子コミット

Claude CodeでUnit of Workパターンを設計する:複数リポジトリのトランザクション統一・変更追跡・原子コミット

Rogue Orion · 3/18/2026

はじめに 「複数のリポジトリを使う処理でトランザクションが統一されていなかった」——Unit of Workパターンで複数リポジトリへの変更を1つのトランザクションにまとめ、原子的にコミット/ロールバックする設計をClaude Codeに生成させる。 CLAUDE.mdにUnit of Work設計ルールを書く ...