Web
Go + Gin API Implementation: Clean Architecture, JWT, Redis, and Transaction Management
September 24, 2025
Program
Experience sharing on Go + Gin API implementation, covering Clean Architecture layered design, CRUD, JWT, Redis caching, transaction management, and comparing development differences between C# and Go, Swagger documentation management, and common pitfalls. Suitable for backend engineers.
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.