

Recent Posts
The Art of Exploration - How a Sentence About with statement Led Me to Contribute to MDN
Beginning with a sentence from an old JavaScript book, leading to contributions to MDN
- javascript
- web
- study
- tip
Displaying Content According to User's Language in Next.js Blog
Let's explore how to display blog content in different languages based on the user's language settings using Next.js features.
- blog
- web
Creating a Next.js Blog That Can Be Viewed in English
Let's create an English version of the blog and enable AI to translate and maintain the content.
- blog
- web
Applying ESLint 9 to a Blog - A Record of Challenges and Settings
Challenges encountered while applying ESLint 9 to the blog, along with code formatting and configuration using ESLint
- blog
- front
- study
- web
Toy Project Monorepo Journey - 2 Basic TodoList Implementation and Type Sharing
Implement a todo list in a monorepo with API documentation and type sharing.
- web
- study
- javascript
- monorepo
Toy Monorepo Setup - 1. Initial Setup
Let's set up a toy monorepo using pnpm workspace.
- web
- study
- monorepo