16 min read
Next.js
You will learn exactly how to add OpenGraph to your Next.js website by using a reusable component and a helper hook and how to reuse it on multiple pages.
16 min read
You will learn exactly how to add OpenGraph to your Next.js website by using a reusable component and a helper hook and how to reuse it on multiple pages.
6 min read
We will add a dynamically generated sitemap with Next.js and Sitemap.js to help search engines crawl and better understanding our website structure.
5 min read
I will show you step-by-step How to add Google Analytics to your Next.js website to measure your website traffic.
10 min read
Adding progress bar feature to a file uploader that we built with Next.js and formidable by changing from Fetch API to Axios.
28 min read
It may be tricky to create a file uploader with Next.js. I will teach you how to build a file uploader with Next.js and formidable with practical step-by-step.
7 min read
You will learn how I integrated a CI/CD for a Next.js website on a VPS using Github Actions and some pitfalls that I've encountered while doing it.