Posts
All the articles I've posted.
[vscode] 儲存時自動修正程式碼格式
Published: at 10:48 AM (1 min read)vscode 預設是沒有開啟儲存時自動呼叫 formatter 的自動修正格式功能
[firefox] iframe 或頁面的內容會被 cache 住
Published: at 08:59 AM (2 min read)iframe 或頁面的內容會被 cache 住
[css] text-ellipsis 的 ... 垂直置中或置底
Published: at 09:06 AM (1 min read)在使用 text-ellipsis 時,發現有時是 .... 有時卻是 。。。
[css] 搞懂 flex-grow, flex-shirk 及 flex-basis 三種屬性
Published: at 08:24 AM (4 min read)Flexbox 排版的三個重要屬性,`flex-grow`, `flex-shrink`, `flex-basis`
[nginx] proxy cache 設定
Published: at 09:49 AM (2 min read)有做過網頁速度優化的工程師,應該對於 cache 相當熟悉,適當的增加 cache 可以大幅地減少 server 的負擔。
[test] Nightwatch.js 如何每次執行測試都是全新的 session
Published: at 09:45 AM (1 min read)如何設定各 driver 每次開啟都是全新的 session
[nodejs] nvm is not compatible with the npm config "prefix" option: currently set to ....
Published: at 01:36 PM (1 min read)nvm is not compatible with the npm config 'prefix' option...
[http] Last-Modified, If-Modified-Since, ETag 和 If-None-Match 介紹
Published: at 08:50 AM (4 min read)介紹 http revalidate 的幾個常見 header
[http] http header, Cache-Control, Expires 用法說明
Published: at 08:20 AM (6 min read)介紹有哪些 http header 可以善用在 client 端(瀏覽器)來優化網頁速度
[chrome] 如何檢查 request 是否有正確的 cache
Published: at 07:54 AM (2 min read)如何檢查 request 是否有正確的 cache