

Recent Posts
- All (213)
- algorithm (3)
- blog (34)
- web (80)
- front (40)
- study (45)
- tip (7)
- git (3)
- react (24)
- language (19)
- CS (14)
- CSS (10)
- HTML (18)
- life (2)
- javascript (61)
- history (5)
- jsvalue (3)
- monorepo (2)
- typescript (17)
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