I'm Sheraz Manzoor,Software Engineer with proven hands on Nextjs, Reactjs,Medusajs Storefront and full-stack development. Skilled in crafting intuitive user interfaces, building efficient server-side applications, and optimizing code for exceptional performance. Committed to continuous learning and delivering high-quality solutions.
Fetching data is a crucial aspect of any React.js application. This blog explores different methods, including the Fetch API, Axios, React Query, and Server-Side Rendering with Next.js. It provides code examples and highlights the best use cases for each method, helping developers choose the right approach for their projects.
In the amazing world of software or web development, version controlling is one must-have in every developer working on a project with other developers. One of the most used version control systems is Git that helps developers in following changes, going back to previous states effectively and working as a team on your projects. But, being its working Git only proves effective if the commits are managed properly. In this article, we will go through those good and bad commits explaining you the best practices to have a clear informative helpful commit history.
This blog post explores the rendering techniques of Server-Side Rendering (SSR) and Static Site Generation (SSG) in the Next.js framework. It explains their concepts, working mechanisms, benefits, and suitable use cases. It also demonstrates how to implement SSR and SSG in a Next.js application, including combining both techniques for optimal performance. The post concludes with a preference for SSR due to its advantages in SEO, dynamic content management, initial load times, and security.