/images/avatar.png

Xucong Zhan

Opinions are my own. | One of the minorities that love Angular.

Setting up WSL 2 for Web Development

WSL 2 finally made its way to the slow ring of Windows Preview! I am sure you are excited about the improved I/O performance, but is there anything to watch out for? In this post, I am going to share with you my experience of setting up a web development within WSL2.

Create Vue Components as, not inside, Modals

Recently, the majority of my work involves integrating Vue in a traditional Django application, which uses jQuery extensively. The first task on this front is to convert a preview modal into a Vue component and add some quick editing functionality. In this post, I will share some refactoring experience and lessons learned along the way.