AI Insights
Expert insights on AI strategy, implementation, and adoption.
AIAug 3, 2025
Programming Didn't Get Faster. The Job Changed
A personal take on what changed when coding stopped being the hard part and AI agents became part of my daily workflow.
#agents#software engineering#ai
AuthenticationAug 3, 2025
Why Skipping Authentication Basics Can Break Your App
The authentication mistakes developers overlook that can compromise their entire application. Covers JWT cookies, access/refresh tokens, and sessions with code examples.
#security#auth#backend