Dirk Struan

I'm working on my 3rd software business, and want to teach people everything I know about creating something from nothing.

82 posts
RSS

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