WSWen-liang Suinwensu.hashnode.dev·May 15, 2023 · 8 min readDeploy Node.js and connect MySQL by fly.ioWhen Heroku canceled its free policy last November, developers are looking for other small free deployment platforms to deploy their side projects. Currently, Vercel, Render, and fly.io are used to do this. The reason for choosing fly.io this time is...00
WSWen-liang Suinwensu.hashnode.dev·Apr 6, 2023 · 1 min read近一年的線上學習課程經驗年輕的時候轉職,可能沒什麼壓力,身上沒什麼包袱,可以無所畏懼地去做轉職的準備。年過30後,轉職的壓力開始油然而生,可能身邊開始有包袱要扛,有個小家庭要撐著,抑或著想要提升到管理職讓自己更上層樓。中年的轉職,尤其超過40後可以說是真的需要做好心理準備,需要考慮到很多的事情,有家庭又有小孩的情況下,若要採用全職學習,真的可以說是需要有相當大的勇氣跟決心。但是…… 我還是做了這個決定~ 這個決定可說是要有非常大的覺悟,因為背負著這個家的經濟問題,以及受到旁人眼光的對待,心裡的煎熬可說是很艱辛。還好家人...00
WSWen-liang Suinwensu.hashnode.dev·Apr 6, 2023 · 1 min readSimple Twitter專案協作經驗Team members: Wen, Billy, Isis, Winnie Front-end repo: simple twitter front-end (Billy, Winnie) Back-end repo: simple twitter back-end (Wen, Isis) Deploy app: simple twitter 前言 在撰寫code的時候不論是任何專案,其最重要的便是你的專案是否有跟人合作過。在個人專案中,也許自己寫的很順手,或是別人看...00
WSWen-liang Suinwensu.hashnode.dev·Mar 1, 2023 · 5 min readCatching Errors in JavascriptIt is a normal situation when you write code and no one can make it perfectly. So, Errors must have happened. However, we have to know how to catch the error and where is the error. When does it happen? In Javascript(JS), we can classify it into two ...00
WSWen-liang Suinwensu.hashnode.dev·Feb 14, 2023 · 4 min readExpense-tracker projectIntroduction I am a newbie in learning the programming language of JS (javascript), HTML, CSS. We know that everyone make the Todo-list project when they were also newbies, and me too. After learning the make the todo-list project by Express and Node...00