史史展硕inohen.hashnode.dev·Aug 16, 2025 · 2 min readTop 5 Tools to Boost Your Efficiency in Node.js Development‘Workman must first sharpen his tools if he is to do his work well”/工欲善其事,必先利其器。 ————————————Confucious 1.IDE:Visual Studio Code IDE (Integrated Development Environment) means a powerful software that can make you coding more efficient.Visual Studio...00
史史展硕inohen.hashnode.dev·Aug 15, 2025 · 1 min readA Great UI Library:MUIMUI was called Material UI formely.It was indexed by the famous React Cookbook. By Using MUI,we can build React.js projects in Material Design Style. Notice: If you are in Mainland China,I srongly recommand you install the cnpm package manager by ...00
史史展硕inohen.hashnode.dev·Aug 14, 2025 · 2 min readConnect MySQL Database with Node.jsNode.js is a great invention that separates the frontend and the backend of the web project.Although No SQL Databases is very popular today, MySQL still is a good choice. In order to use MySQL in Node.js , You should install the NPM package mysql: $ ...00
史史展硕inohen.hashnode.dev·Aug 13, 2025 · 2 min readShoka:A useful & interesting React ComponentIntroducing Shoka: A React.js Componeont Shoka is a React.js Componeont can show your favourite Song's Lyric on the page.Shoka gets it name from the Japanese Word 唱歌(しょうか) in my favourite song. Using Shoka Installing Shoka First,install these require...00