Welcome to Coffeeholic
Organize your workflow, manage projects and tasks, and store recurring patterns in one powerful web app.
Securely authenticated via Internet Identity on the Internet Computer.
Most Used Patterns
The most used public patterns in the community.
Proxy Actor Cache Decorator
The Proxy Actor Cache Decorator is a custom hook that wraps backend services with transparent caching. It uses a version-based invalidation system, cross-user cache clearing, and request deduplication to ensure high performance and data integrity.
Images cache (no Cache-Control)
Supplements Caffeine’s lack of Cache-Control by providing a browser-side cache for assets. It uses versioned invalidation, 5s deduplication, ensuring fresh data and security via full purges on identity changes.
Localization
The Localization pattern ensures multi-language support by mapping backend-provided message keys to frontend translations. It defaults to American English, switches based on user profiles.