Frontend
4 min read
How I structure Redux Toolkit in Next.js projects
A practical guide to separating global data, UI state and reusable portfolio content in a scalable Next.js project.
Next.jsRedux ToolkitArchitecture
Blog
Read notes about Next.js, Redux Toolkit, APIs, cyber security, databases and lessons from real projects.
Frontend
4 min read
A practical guide to separating global data, UI state and reusable portfolio content in a scalable Next.js project.
Backend
5 min read
My notes on authentication, clear endpoints, database queries and deployment-ready API patterns.
Cyber Security
3 min read
Simple developer-focused security habits: strong authentication, input validation, environment variables and safe deployment.