How to Develop Vue Components in TypeScriptThe Journey Here The first time I worked on an SPA project was in 2012. It was a fairly large-scale project built based on Backbone, which was the hottest thing back then. At that time, the front-end...March 28, 2019frameworktypescript
On Running Open Source Projects..2018 was a year full of good news for the FE Development Lab. The open source projects released by the lab received positive responses, leading to several significant achievements. In the hope that mo...January 11, 2019opensource
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