Articles
A collection of articles written to share knowledge and experiences.
Better Clipboard Handling in Claude Code
A plugin that makes clipboard operations in Claude Code more reliable and natural to use.
Get notified when Claude Code needs your input
Stop constantly checking your terminal. Set up notifications that alert you when Claude Code is ready for your input.
Auto-format generated Code with Claude Code Hooks
How to set up a PostToolUse hook in Claude Code to automatically run prettier after every file edit or write operation.
PWA Web Share Target on Android: The Absolute URL Fix
Getting the Web Share Target API to work on Android PWAs can be frustrating. Your manifest looks correct, but the app never appears in the share sheet. Here is what finally worked.
Standard function keys on external keyboards in MacOS
Configure Karabiner Elements to use standard function keys on external keyboards while keeping media keys on your MacBook.
How to Clear Cloudflare Cache using a webhook
Automatically purge Cloudflare cache using webhooks and API tokens.
Monitoring Cron Jobs with Notifery
Stop silent cron job failures from catching you off guard.
Multiplayer Web Game Starter / POC
A starting point for building a web-based multiplayer game, utilizing modern web development technologies.
Caps Lock - From Shouting to Superpower
Rethinking the functionality of a forgotten key could lead to a powerful new tool.
Redirect root domain to www using CloudFlare
Setup a redirect using CloudFlare to redirect requests from the root domain to the www subdomain.
Getting the vim angular language server working inside a NX monorepo
The angular language server in vim acts up when started inside the NX monorepo. This can easily be solved.