Stop Using .env Files Now!
Table Of Contents
Hello Reader
The problem with .env files
Storing the .env file
Updating a secret config
Versioning
Config servers to the rescue
Solving: Storing the .env file
Solving: Updating a...
Stop Using .env Files Now!
Gregory Gaines ・ Sep 19 '22 ・ 4 min read
Node.js animated: Event Loop
We have all heard about JavaScript and Node.js being single-threaded, but what does it mean in practical terms?
It means that JavaScript can do one thing at a time. For example, we cannot...
Node.js animated: Event Loop
Andrew Hu for Node Doctors ・ Nov 5 '22 ・ 3 min read
Continue Using .env Files As Usual.
Table Of Content (TOC).
Introduction.
- Storing The .env File.
- Updating a secret config.
- Versioning. Why .env file? Securing an .env file? Advantages of using an .env file. Problems With... ##Building a chat - Browser Notifications with React, Websockets and Web-Push 🤯 What is this article about?
We have all encountered chat over the web, that can be Facebook, Instagram, Whatsapp and the list goes on.
Just to give a bit of context, you send a message to a person or...
Building a chat - Browser Notifications with React, Websockets and Web-Push 🤯
Nevo David for novu ・ Aug 22 '22 ・ 8 min read
Building a chat app with Socket.io and React 🚀
What is this article about?
We have all encountered chat over the web, that can be Facebook, Instagram, Whatsapp and the list goes on.
Just to give a bit of context, you send a message to a person or...
Top comments (1)
Shoutout to all the awesome authors featured in this years's Top 5 in 2022: @gregorygaines , @andrewhu368 , @wiseai , @nevodavid , and @nevodavid 🙌.