大廠面試前端工程師時,偶爾會考前端函式庫某一函式的手寫白板題,lodash 函式庫的 get() 是題目之一,會請面試者現場做出簡易版的函式,本文提供解答
read more2024年製作手機 App 的成本已經非常低,因為科技和工具進步(ex: flutter, react native, unity, ……etc),而且外包製作 App 的價格降低非
read more記錄我認為書裡的重點,以及我想記住的內容。 怎麼使每一個同仁投入他(或她)的工作,而且對公司忠心。我的答案是:要他做他能做的,而且喜歡做的工作
read morehttrack 是一個可以備份網路技術教學文件的工具,它的使用介面以視窗和命令列。我常用命令列,常用的選項是 -YmS。 我用它備份 ionic v3 和 ionic v4 的官方技術教學文
read moreUsing nodejs v18+ built-in datetime formatter, code are below new Intl.DateimeFormat('fr', { timezone: 'Asia/Taipei', year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', }).format(new Date('2024-10-24T10:00:03Z')) print 2024-10-24 18:00:03 It can be used to server and serverless environment such as GCP cloudfunction, …etc.
read more我會使用 RxJS 的 forkJoin() ,作為更新畫面資訊的工具之一,超好用。好用情境在,為了修改畫面資料而發出多個 request,當我不在意後端API提供什麼正常資
read more