Jacky FAN's Blog

I migrated my websites into Payload CMS

Sun Jun 14 2026

A hands‑on walkthrough of migrating two personal sites to Payload CMS, highlighting code‑first development, live preview, and how GitHub Copilot streamlined the process.

Force Use npm, yarn or pnpm

Mon Apr 29 2024

Nowadays, there are many package manager on the Internet, such as `npm`, `pnpm` and `yarn`. Most of the time, we do not want to accidentally run other package managers when the project is already setup using a package manager for avoiding potential issues in the future.

First Impression on Raspberry Pi 5

Sun Jan 28 2024

Discover the capabilities of the Raspberry Pi 5, from its easy setup process to running Large Language Models (LLMs), and explore its potential for various projects in a cost-effective manner.

How to apply Google’s font with NuxtJS and Tailwind

Sun Aug 13 2023

Learn how to apply Google's modern-looking Roboto font to your NuxtJS website with the help of TailwindCSS. This blog post covers the steps to load the font using the Nuxt Google Fonts module and apply it to your website with TailwindCSS.