node.js
Matty
Decoding Node.js vs. Vue.js: Unveiling the Powerhouses of JavaScript
In this comprehensive guide, we'll embark on a journey to decode Node.js and Vue.js, comparing their features, use cases, and potential synergies.
為成為web developer 努力中
已完成javascript fundamentals
Gatsby.js+Contentful CMS|解決建立環境時出現的錯誤
原本能5分鐘完成的blog網站,結果需要3天時間。
Node.js系列 :使用 PM2 來管理Node.js 服務
當我們開發完 Node.js 應用時,需要將應用部署至 Production 環境 ( 例如 AWS EC2 ) 供客戶使用。在持續維護 Production 環境時會發現,最大的挑戰來自於要讓程式持續、穩定不中斷的運行。另外由於 Node.js 本身是單執行緒,所以要擴展也是不容易的。