My Blog
Thoughts, tutorials, and insights about web development.
Read on EwanBlog
SVGR in Astro: Convert SVGs to React Components Easily
Learn how to use SVGR in Astro projects to transform SVG files into React Components seamLessly.
Read on EwanBlog
Next.js Error Handling Guide: Managing API Errors with Axios and Fetch on Server & Client
A comprehensive guide on handling API error in nest.js application's using axios and fetch on both server and client sides.