Writing
Practical notes on software engineering, the tools changing our work, and the judgment required to use them well.
3 min read
My Thoughts on AI
AI makes me faster, but it remains a tool. Understanding the problem, judging the output, and owning the result are still my responsibility.
- AI
- Software Engineering
- Craft
4 min read
Session-Based Authentication in NestJS with Passport and Redis
A practical walkthrough of session-based authentication in NestJS using Passport, Redis, guards, and a session serializer.
- NestJS
- Authentication
- Passport
- Redis