Extracting Each Unique Topic from an Array,
Extraction of unique data from an array in typescript, meaning, it returns a list where each data appears only once in the returned array
Fetching files asynchronously
Fetching files asynchronously offers several benefits, especially in a Node.js environment like Next.js
Constructing an absolute file path with process.cwd()
An article about how I read file content in next.js using process.cwd(), by creating an absolute path
Main Blog Snippets
A curated collection of code snippets for Markdown formatting, blog structuring, and CMS integration.
Rendering Markdown using MDX Remote renders
A deep dive into rendering markdown content efficiently in a personal blog using Next.js and MDX.
Node.JS: "Event-driven" and "non-blocking" Architectures
Create a blog that you can use to share your career experiences and projects.
Typescript Type Error Mismatch
An article on how we can handle generic types, where the data received is of unknown types