

Recent Posts
Blog Build Crashes Due to Memory Shortage - 70% Bundle Size Reduction Strategy
A story of improving data structure and third-party implementation to reduce the bundle size of the blog
- blog
Computer Chronicle 1. The First Step Toward Thinking Machines and the Foundations of Reasoning
About those who established the logical systems that form the foundation of computers, starting from Aristotle's reasoning to Leibniz's symbolic logic and George Boole's algebra
- history
- computer
Computer Chronicle 0. Introduction
The story of how computers appeared before us like magic, an introduction.
- history
- computer
Reasons and Solutions for eslint-config-next Failing in Next.js Projects Using pnpm
If eslint-config-next throws a Failed to load plugin error in your Next.js project
- blog
- front
- study
- eslint
2023-2025, what was done, learned, reflected on and what resolutions were made
I had 40 coffee chats, gave presentations, and did various things. What did I learn, reflect on, and resolve there?
- life
How to Optimize Requests to a Server from Batch Jobs to Generators
What happens if a server crashes when it receives more than 5 requests at the same time? How can we send a maximum number of requests within limitations?
- javascript