Blog
Thoughts, tutorials, and insights on web development

•8 min read
Cache in Next.js 16
use cache is a new feature in Next.js 16 that allows developers to cache the results of data fetchin...
By Saman Kefayatpour

•7 min read
Event Loop in JavaScript
Event Loop is a fundamental concept in JavaScript that enables asynchronous programming. This blog p...
By Saman Kefayatpour

•2 min read
Never in Typescript
Leran more about how to use never in Typescript effectively. Leran more about how to use never in Ty...
By Saman Kefayatpour