Published onMay 22, 2020React `key` practicesreactBest practices of using `key` prop in React, including what to use as key and how key affects component unmounting.
Published onJune 22, 2019My ssh cheatsheetcheatsheetnotesEssential ssh commands and configuration tips for developers
Published onMarch 6, 2019How href attribute of the anchor element got me stuckwebAn anchor element with an empty `href` attribute will cause the page to reload when clicked
Published onJuly 2, 2018Nginx buffer - fixing ERR_CONTENT_LENGTH_MISMATCHnginxweb-serverdevopsHow to fix nginx ERR_CONTENT_LENGTH_MISMATCH error caused by permission problems with proxy_temp buffer directory. Includes debugging steps and multiple solutions.