Today I Learned - Rocky Kev

Tagged “compression”

  1. TIL avoiding including Sourcemaps

    Sourcemaps are a base64 representation of the original source into a production-ready JavaScript asset.

  2. TIL unzipping a file in node using zlib

    Since my application needs to read whatever is inside that '.gz' file, I had to figure out a way to simplify that. That was done with zlib.

See all tags.