Vishwas Acharyavishwasacharya.hashnode.dev·Jun 28, 2023Node.js Performance Optimization: Tips and TricksIntroduction In today's fast-paced digital world, performance optimization is crucial for any web application. Node.js, with its event-driven, non-blocking I/O model, has gained immense popularity among developers for building scalable and high-perfo...Discussnode
Kalkidan Tesfayekalkidan.hashnode.dev·Feb 2, 20237 Node js tips that can change how you codeNpm audit As a node js developer, It is very common to pull from npm repository, and not every package is secure. A lot of packages have security vulnerabilities that might be fixed in their latest version or not. You can run npm audit to scan your ...DiscussNode.js