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
Creating a Modern Front-End Development Environment (2018): ES6The previous article in this series covered Webpack 4 and created a ready-to-use environment. This installment will use that same environment to add an ES6 development setup. I believe ES6 is mature e...July 10, 2018frontendjavascript
Creating a Modern Frontend Development Environment (2018): Webpack 4Recently, I started a new project and decided to fully adopt Vue (hereafter referred to as Vue), which I had only briefly explored before. Although the team initially preferred React, the use of Vue w...April 16, 2018frontendjavascript
Exploring the ECMAScript Specification: PrimitivesQuestions About Primitives Currently, the seniors within the team are improving the team's personnel hiring process. Among the processes, we are currently rewriting the written test questions, which i...February 23, 2018javascript
Implementing Adaptive HTTP Streaming with Web TechnologyAn enormous amount of video content is being consumed not only in Korea but globally. The dominant web video technology, once Flash, has gradually transitioned to the standard HTML5 video technology,...September 18, 2017frontendjavascript