Go Pointers Explained: A Beginner’s Guide to & and *
September 11, 2025
Program
Explore how the & and * operators work with simple, practical examples.
Implementing Site Search with Fuse.js in Next.js 14
July 1, 2024
Program
This tutorial demonstrates how to implement a site search feature in a Next.js project using Fuse.js, including pre-building a JSON file and dynamically displaying content based on user input.
Implementing Multilingual i18n with Next.js 14
June 22, 2024
Program
Implementing Multilingual i18n with Next.js 14 and negotiator.
Using Next.js 14 to Render Markdown Data
June 21, 2024
Program
Rendering Markdown data using Next.js 14 and react-markdown.
Switching from Hugo to Next.js 14: Building a Blog
June 19, 2024
Program
Sharing thoughts and processes on why to ditch Hugo and choose Next.js for blog building.