Blog

· 7 min read

This article introduces how to create a blog post list page. It covers implementing the blog.vue page component along with PostList and PostCard components using Nuxt 3 features, setting up i18n, and applying the facade pattern to fetch data asynchronously.

Read
· 6 min read

Learn how to create a polished index page introducing the author, with a hero and snaps section, plus SEO optimization using the Nuxt SEO module.

Read
· 10 min read

This time, we will develop common layout components such as Header, Footer, and Page. Along with this, we'll create and integrate a Language Switcher, Theme Switcher, and shared components like Button and Link into the layout.

Read
· 8 min read

In this article, we'll cover the process of preparing the development environment before diving into actual coding. This includes setting up code quality tools, styling infrastructure, and configuring multilingual support.

Read
· 4 min read

Today, blogs have evolved into essential platforms not only for recording thoughts but also for sharing knowledge, showcasing expertise, and building personal branding. For developers, in particular, blogs serve as indispensable tools to share code snippets, archive projects, and document technical insights.

Read