Small but Useful Habits to maintain a Node.js app

Cedric Nicoloso
JavaScript in Plain English
5 min readApr 29, 2022

--

Finding good resources to create an app from scratch is relatively easy, but how to maintain it over time is a different story altogether. I feel like it needs two things: a genuine desire to do so, and a few tools to help us out.

Outdated dependencies and the spaghetti trap are two examples I will address.

Photo by Nuno Silva

npm outdated

--

--