AI
Logs of AI development and learning.
Challenges
A record of challenges and projects.

ESLint Plugin Development Journal for FSD
about 1 year ago
While working on an FSD project, I felt inconvenienced by manual configuration. There was no proper plugin available, so I decided to create an ESLint module to make development easier.

The Process of Integrating Canvas with Naver Map API
over 1 year ago
Frontend
Frontend related technologies and learning records.

Why YouTube and Netflix Behave Differently on Safari and Chrome
8 months ago
Netflix, which supports 4K on Safari, is limited to 1080p on Chrome. Conversely, YouTube supports 4K even on Chrome. What's the reason? Let's find out.

Deep Dive into the Differences Between Observers and Event Handlers in Event Processing!
8 months ago
Examining the differences between observers and event handlers in event processing, and providing clear reasoning for when to use each.

Is React a Framework?: A Question for Investment, Not Debt
about 1 year ago
An article exploring whether React is a framework. It also describes the importance of establishing a basis for making technology an investment rather than technical debt.

Circular Dependencies Problem in JavaScript
over 1 year ago
Let's learn what circular dependencies are in JavaScript and how to solve them.
React
Deep dive into React ecosystem and technologies.

Reflections on React Performance Optimization Through Practice
about 1 year ago
I performed React performance optimization while going through Hanghae Plus. In the process, I was able to learn how to optimize. As a result of introducing optimization techniques, performance improved in some cases, but it also degraded in others. This is a record of that experience.

Exploring React Developer Tools
about 1 year ago
To optimize, you need to know how to measure performance. At the same time, you need to understand how rendering works and what processes lead to changes. Let's learn about the developer tools that help with this.

What are React Hooks?
about 1 year ago
Understand what React Hooks are and learn what problems React Hooks aim to solve.

The Core of React Component Design Through Composition Pattern
over 1 year ago
As a core concept of composition used in React, I've frequently encountered it and used it daily through function-based React, but it didn't quite resonate with me. While working on a project and implementing several components directly, the meaning of this concept finally clicked. Let me organize the concepts I've understood.
Tutorials
Various tutorials related to web development.