Using NodeJS library `dotenv` to Handle Environmental Variables and Secret Keys — Tutorial

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • demo-dotenv

    An example project for using the 'dotenv' library to hide environment variables (secret keys).

  • Check out the GitHub repository! Well there you have it folks. dotenv in all of it's glory! Good luck and have fun! :)

  • dotenv

    Loads environment variables from .env for nodejs projects.

  • Now we need to import it properly.\ If you check the npm site, it says we need to add this near the top of main.js (always keep at the bottom of any other imports you might add to your own projects):

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  • Now we have a folder to work out of, and our set up out of the way. Let's open our IDE next. I use VSCodium, but you can use whatever you want.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • DHH: VSCode and WSL makes Windows awesome for web development

    1 project | news.ycombinator.com | 27 Feb 2024
  • Phind-70B: Closing the code quality gap with GPT-4 Turbo while running 4x faster

    2 projects | news.ycombinator.com | 22 Feb 2024
  • What's the best model for coding with VS Code?

    1 project | /r/thinkpad | 8 Dec 2023
  • GitHub Copilot's Security Filters Don't Work

    1 project | news.ycombinator.com | 26 Nov 2023
  • I cancelled my Replit subscription

    2 projects | news.ycombinator.com | 19 Nov 2023