A better way to use Environmental Variables in Node.js
Learning to use environmental variables, is an important habit one could inculcate. It is important, because, one wrong exposure of a critical variable in your app and your whole business could come crashing down at the hands of malicious actors, bef...
emmyleke.hashnode.dev2 min read
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
Yeah never really got why node themselves where so lacky on this. If you look at Laravel and Ionic for instance or React they kind of enforce the use of global env files. Which makes everyone's life so much easier.