Learning Journal Node.js: printing in style
Rather than trying to read through a sea of text that all looks the same, you can use a library such as chalk to style your logs in the terminal, so that the logs are both meaningful and easier to find.
To do so, install chalk:
npm install chalk
Cre...
blog.thescrappy.dev2 min read