Preventing duplicate Enter key execution during Korean input in input, feat. isComposing
Fixing the bug where a handler runs twice after Korean input followed by Enter. An introduction to the root cause in IME and how to solve it
Fixing the bug where a handler runs twice after Korean input followed by Enter. An introduction to the root cause in IME and how to solve it
Traffic to my blog has started to decline. Let's improve it by optimizing the sitemap and adding structured data with JSON-LD.
Beginning with a sentence from an old JavaScript book, leading to contributions to MDN
Let's explore how to display blog content in different languages based on the user's language settings using Next.js features.
Let's create an English version of the blog and enable AI to translate and maintain the content.
Challenges encountered while applying ESLint 9 to the blog, along with code formatting and configuration using ESLint
Implement a todo list in a monorepo with API documentation and type sharing.
Let's set up a toy monorepo using pnpm workspace.
Let's explore how to apply HTTPS in a local development environment
Prepare the project and set up basic configurations for login implementation