Say Hi to me

Blog

I like make notes when I learn something new. So this section is more like my learning notes repository📚.
  • How to build a tiny compiler?

    This article is written to record my learning process of building a tiny code compiler. It is helpful for front end developers to know what's going on behind the code loaders or code plugins.

    #
    JavaScript
    #
    AST
    #
    compiler

    View Details

  • Webpack Loader VS Plugin

    This article explains the differences between loader and plugin of Webpack in a simple way. Also, I made 2 examples to show how to build the loader and plugin respectively.

    #
    JavaScript
    #
    Webpack

    View Details