I have been contemplating the intricacies of clean architecture, its implementation, and its benefits. Before diving into the implementation, let's...
In C# application development, retrieving data from relational databases and mapping it to object hierarchies is a common task. Dapper, a popular...
๐งต Understanding JavaScript Closures: Unlocking Hidden Power ๐ Hey, fam! ๐ Let's dive into a fascinating topic in JavaScript: closures. ๐ง Ever...
In my last article, I wrote about the Next.js Page basic feature of data fetching, check it out here. With an understanding of these features, one can...
First, let's start with SSG (static site generation) what does it mean? well, we all know what static is, so what does it mean for site...