Recent posts

Understanding Async / Await

async/await in React and Next.js is a modern JavaScript feature used for handling asynchronous operations, such as fetching data from an API or performing actions that require waiting for a response.

Understanding First Paint Time

In software development, particularly in web development, First Paint Time (FP) refers to the moment when a browser renders the first visible pixel on the screen after a user navigates to a webpage