Categories
Frontend
Python vs Node.js: CSS Compression Experiment Results Revealed!
Do you think CSS compression can only be done well with Node.js based tools? This post presents an experimental comparison of Python's csscompressor and clean-css-cli, exploring just how significant the performance difference really is.
How to Utilize OTF Fonts from Ubuntu Systems for Web Use
This post describes the entire process of converting OTF fonts installed on Ubuntu to the web-compatible WOFF2 format, complete with examples.
TTF vs WOFF2: Comparison of Web Font Formats
A web font guide explaining the differences between TTF and WOFF2, performance comparisons, conversion methods on Ubuntu, and automation scripts.
How to Determine Browser Width in JavaScript and the Strange Experience I Had with Samsung Browser
Sharing my experiences testing various methods to determine browser width in JavaScript, and realizing the importance of `matchMedia` while solving the `window.innerWidth` issue encountered in the Samsung Browser.