How to use Modular patterns in NodeJS?
Modular Pattern is one of the fundamental features of Node.
When building an application, as our application/code becomes complex we cannot put our entire code in one single file.
As this becomes unmanageable, we use node modular pattern to write dif...
sarveshkadam.hashnode.dev5 min read