A Developer Stance on Useful Test CasesSeeing questions like "How do I test private methods?" or "Should I test private methods?" periodically appear in various communities made me think I should organize my thoughts on the topic someday....June 15, 2020testtdd
Developers and MeditationFor some time, my mind had become cluttered with various worries. In such situations, exercise and reading can be solutions. I was already exercising regularly, so I significantly increased my reading...March 24, 2020developerproductivitylife
JavaScript Journey Towards EncapsulationAmong the ECMAScript class field specifications, there is Private field, also known as Private Property (hereinafter referred to as Private Property). The class field spec has reached Stage 3 (Candida...March 12, 2020javascript
Starting a Healthy Development Culture with Code ReviewAt the company conference NHN FORWARD held in November 2019, we ran a Frontend Counseling Center to address concerns or questions about frontend development. There were various concerns, but I noticed...January 11, 2020devculture
Chrome Native Lazy LoadingWhat is Lazy Loading? I had a great opportunity to attend Google I/O 2019. While there weren't any groundbreaking web technology sessions, some web-related technologies introduced in certain sessions...May 22, 2019frontendtool