.NETFeb 12, 2026·12 min read
Mastering ASP.NET Core APIs: From Zero to Production
A comprehensive guide covering REST API design, JWT auth, rate limiting, caching, and deploying to Azure with a production-ready .NET 8 setup.
Read Article
Sharing what I learn — deep dives, tutorials, and thoughts on modern software engineering.
A comprehensive guide covering REST API design, JWT auth, rate limiting, caching, and deploying to Azure with a production-ready .NET 8 setup.
Explore advanced React optimisation techniques including React.memo, useMemo, useCallback, react-window virtual lists, and Profiler-driven debugging.
Set up a professional CI/CD pipeline: automated testing, Docker multi-stage builds, container registry, and rolling deployments on a VPS.