Map in ES6 JavaScript
There is a data structure in JavaScript ES6 similar to objects that I have never fully understood. — Map. Let's compare objects with Map.
There is a data structure in JavaScript ES6 similar to objects that I have never fully understood. — Map. Let's compare objects with Map.
I often just see problems and try to solve them. But if a project is on fire and the manager sets an unrealistic timeline, how do you explain it?
Recent projects have involved a complete visual design overhaul, leading to facing the challenge of how to synchronize the management of product visuals.
To keep page content within reasonable limits, a fixed-size container is often needed. Unique layouts have emerged using CSS Grid for more flexibility.
"the cost of adding dark mode" inevitably increases costs more than expected, but using the right approach from the start can avoid many issues.
While managing this blog, I gradually developed the habit of "pushing new progress no matter how busy I am," forcing myself to refine my thoughts.
How to effectively conduct code reviews? This article aims to explore how to perform code reviews and improve overall code quality.
In the development field, much of the work involves structuring information, so I find it fitting to call myself a "🌵 Software Gardener."
Browser engine prefixes were used to allow developers to implement new CSS features before support. But the need for prefixes has decreased.
Git allows us to track changes to any file and easily revert to any version, but it struggles with large files. Git LFS is an extension to solve this issue.
Git and GitHub have become mainstream in the industry. This article explores built-in features on GitHub that can enhance code review efficiency.
I first heard the term CSS Container Queries a year or two ago. As web evolves, this technology will be a key piece for future RWD web development.
Recently, I added an automatic package update feature to the new Nx Monorepo project via GitHub Action, hoping for a more automated way to update dependencies.
Recently, a project I maintain planning to introduce Dark Mode, but I believe it's not a cost-effective choice. This article discusses why I think so.
While refactoring a project, I encountered type issues that I initially ignored using `@ts-ignore` or `@ts-expect-error`.