My name is Samuel Braun, I am 24 and from Germany. I absolutely love learning and sharing knowledge about web development, especially in the frontend field which is why I made this account ✋
Great Post! Let me quickly do my part in destroying dotenv weekly installs. Node v20.6.0 added a way to use environment variables without using dotenv 😎:
Great Post! Let me quickly do my part in destroying dotenv weekly installs. Node v20.6.0 added a way to use environment variables without using dotenv 😎:
node --env-file=.env server.jsThanks Samuel