Xiaopi's Blog
← Back to Posts

Hello, World!

·
#General

Welcome to Xiaopi’s Blog

This is my personal blog where I’ll share:

  • Tech — Frontend, Backend, DevOps and more
  • Life — Book notes, travel, daily thoughts
  • Projects — Open source projects I’m involved in

Tech Stack

This blog is built with:

Code Example

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet('World'));

Stay curious, keep learning.

More content coming soon!