A comparison article about the technologies used when rebuilding an old blog with recent technologies. It provides a detailed explanation of the previous blog's tech stack, the reasons for choosing the new technologies, and the technologies that were not adopted.
To add random related articles at the bottom of blog posts (a common blog feature), I implemented an API in Next.js and then used amp-list to dynamically generate them.
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. Requirements, framework selection, and more.
Should you use MDX or Markdown for writing blog articles?
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. Now that markdown rendering works, it's time to apply styles.
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. This article is about creating a custom loader for rendering MDX to make it AMP-compatible.
Adding search functionality to a Next.js blog using morphological analysis and flexsearch.
Adding amp-sidebar to a Next.js blog along with TypeScript and Material-UI.
I made my AMP-only blog built with Next.js also support PWA.
A guide to deploying Next.js to Google App Engine via Cloud Build