Website load speed greatly impacts your website search rankings, bounce rates, and overall user experience. I will list out several…
Dev
Pi-hole with IPtables wired trick to block ads
As you can see, our internet now days became the monopoly, rule by Google, Facebook, Amazon ads, Chinese hijacking ads,…
Reduce Go binary size
I will show a simple way to reduce Go binary size Dev env: go version go1.11.5 darwin/amd64 Mac OSX 10.14…
Don’t let Chrome rule the Web and Javascript
I will continue update this post .dev TLD not working for localhost I use to be using web.dev for years…
Typescript 101
What typescript is? Typescript is a superset of javascript. Any valid javascript code also valid typescript code. Typescript has strong typing,…
VScode Mac useful keys
Shift + opt + mouse click and drag up/down to select multiline items Find and select all 1- Ctrl + F2-…
Using NPM compile SASS to css
Updated on June 27, 2020On your project you have to run npm init -y then install node sass package In…
Setup android adb on Mac
Option 1 – Using Homebrew This is the easiest way and will provide automatic updates. Install homebrewruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”…
Sublime Text 3可以轉換Encoding編碼
Sublime Text 3 我們在使用SublimeText的時候,中文字難免會有出不來,有些人的文件是用Big5, GBK, 等等的編碼導致檔案無法使用。 我這裡有使用一個插件:ConvertToUTF8 這個插件就可以把來自不同平台的編碼可以使用啦~~
WordPress AdminBar消失怎麼找回來
很多人在自己建立好自己的模板后,發現到怎麼AdminBar 不見了,請根據以下方法就可以解決啦~~ 1. 確保在header.php 裡面 php wp_head(); ?> 是放在 之前 2. 確保在footer.php 裡面 <?php wp_footer();?> 是放在 </body> 之前 以上兩點無誤就ok了~~