Latest Posts

All blog posts sorted by newest first.

[React] Basic Concepts and How React Rendering Works

2026-02-14
Learn what React rendering is, the difference between the Render Phase and Commit Phase, Fiber objects, Keys and rendering, batch processing, closures and state snapshots, and more about the basic concepts and behavior of React rendering.
see more →

[React] Optimizing React Rendering Performance

2026-02-14
Learn why rendering performance optimization matters in React, how to use optimization APIs like React.memo, shouldComponentUpdate, and PureComponent, how to fix reference issues with useCallback/useMemo, immutability, how to measure performance, and the React Compiler.
see more →

[Web] Comprehensive Lighthouse Performance Optimization Guide

2026-02-14
Sharing the methods applied to improve Lighthouse performance scores on an Astro blog, including image optimization, CSS optimization, web font optimization, and accessibility improvements.
see more →

My Side Project Story

2025-02-25
I share my experiences and lessons learned while working on side projects as a developer.
see more →

What Side Projects Mean for Developers

2025-02-24
I will share my personal perspective on what side projects are for developers and why you should do side projects.
see more →

Troubleshooting Dependabot PRs Not Working in a Monorepo

2025-02-05
Learn about the causes and solutions for Dependabot rebase failures due to Branch Protection Rules and lockfile updates in a Yarn Workspaces-based monorepo.
see more →

Automation for Handling Dependabot PRs

2025-02-04
Learn about Dependabot configuration and how to automate PR handling using GitHub Actions in a Monorepo environment.
see more →

SOP(Standard Operating Procedure) for Handling Dependabot PRs

2025-02-03
Learn about risk classification criteria and handling methods for efficiently processing Dependabot-generated PRs in a Monorepo environment.
see more →

Cooperation

2025-01-28
We say cooperation is important when performing tasks. But are we really cooperating?
see more →

[Flutter] App accessibility

2025-01-03
Let's find out how to improve the accessibility of apps developed with Flutter.
see more →

[Code Quality] Check Code using Semgrep with Regular Expression

2024-12-18
Let's see how to check the code quality by using Semgrep with regular expression.
see more →

Social Capital and Experts

2024-12-05
To become an expert, you need to try new technologies or methodologies at work. However, the new technology you propose is not properly adopted. Let's see why the new technology you propose is not adopted and what methods are available to easily adopt new technology.
see more →

SHARE
Twitter Facebook RSS