JavaScript30-Day6-透過正規表達式搜尋關鍵字 Posted on 2018-06-27 | Edited on 2018-08-18 | In JavaScript30 | Comments: 0 06 - Ajax Type AheadDEMOGitHub 筆記使用 fetch(),抓取地點資料,透過關鍵字(使用正規表達式)搜尋,並列出符合結果。 Read more »
JavaScript30-Day5-用flex來排版 Posted on 2018-06-23 | Edited on 2018-08-18 | In JavaScript30 | Comments: 0 05 - Flex Panel GalleryDEMOGitHub 筆記練習用 flex 來排版。 Read more »
JavaScript30-Day4-陣列操作使用1 Posted on 2018-06-19 | Edited on 2018-08-18 | In JavaScript30 | Comments: 0 04 - Array Cardio Day 1GitHubDEMO(需開 console) 筆記Array 的各種操作練習。 Read more »
JavaScript30-Day3-CSS變數使用 Posted on 2018-06-19 | Edited on 2018-08-18 | In JavaScript30 | Comments: 0 03 - CSS VariablesDEMOGitHub 筆記CSS 變數使用練習。 Read more »
JavaScript30-Day2-時鐘 Posted on 2018-06-19 | Edited on 2018-08-18 | In JavaScript30 | Comments: 0 02 - JS and CSS ClockDEMOGitHub 筆記實作一個具備特效的時鐘。 Read more »
JavaScript30-Day1-鍵盤來打鼓 Posted on 2018-06-19 | Edited on 2018-08-18 | In JavaScript30 | Comments: 0 01 - JavaScript Drum KitDEMOGitHub 筆記實做一個透過點按鍵盤播放鼓聲的網頁。 Read more »
將部落格搬移到HEXO Posted on 2018-06-09 | Edited on 2018-08-18 | In Blog | Comments: 0 開始工作以後,常常覺得自己越來越局限於工作上的學習,下班後也沒動力進修,最近決定好好改變這個情況,首先就從翻新部落格來開始,有漂亮好寫的部落格應該會更有動力學習紀錄吧! 這篇將完整記錄我從 jekyll 搬移至 HEXO 的過程與遇到的坑。 Read more »
JavaScript 實務測試新手班學習筆記 Posted on 2018-05-08 | Edited on 2018-08-18 | In JavaScript | Comments: 0 第一次報名付費課程上週六透過公司報名參加了 SkillTree 開設的 JavaScript 實務測試新手班,對於前端測試不熟悉的我可謂一大幫助。課程主要講解現代前端測試的主要工具,從基本的單元測試到整合測試都有涵蓋。單元測試部份使用 mocha+chai,整合測試使用了 nightmare.js ... Read more »
[Leetcode]100. Same Tree Posted on 2018-04-27 | Edited on 2018-08-18 | In Leetcode | Comments: 0 100. Same Tree 題目連結 難易度:Easy Given two binary trees, write a function to check if they are the same or not. Two binary trees are considered the same ... Read more »
[MPEG-DASH]實作 Dash Player Posted on 2018-04-19 | Edited on 2018-08-18 | In JavaScript | Comments: 0 影音專案開發中,為了節省影音下載頻寬,研究後決定使用串流技術,現今瀏覽器主流的串流技術為 HLS 及 MPEG-DASH,HLS 為 Apple 所創,Safari 能原生支援,(video tag 直接塞 m3u8 檔),而之所以選擇 MPEG-DASH,就是因為支援度較高,有支援 MediaSo ... Read more »