TOPIC COLLECTION02 GUIDES
Security
Practical controls for secrets, dependencies, authentication, and data handling inside everyday engineering workflows.
Security5 min read
Secret Scanning Before a Git Commit: A Practical Defense
How to prevent credentials from entering Git with staged-content scanning, entropy and format checks, allowlists, secure storage, and an incident response plan.
Read field noteSecurity6 min read
Secure Token Storage in React and Tauri Desktop Applications
A practical architecture for short-lived access tokens, rotating refresh tokens, OS credential vaults, IPC validation, logout, and offline entitlements in Tauri.
Read field note