Tag: versioning

Node v20.6.0 released with .env support

September 5, 2023 By Mark Otto 0

Node v20.6.0 (Current) Released — As we teased last week, the latest Node release includes all-new built-in support for setting environment variables via .env files, so you may no longer have a need for dotenv, depending on your use case. You can now also use…

Organize your AWS Serverless code to prevent merge conflicts

January 27, 2023 By Mark Otto Off

How do you prevent the most common merge conflicts when your team is working on a Serverless application? How do you make sure that your team stays productive and avoids large merge issues while trying to update the same crucial files simultaneously? –The answer to…