Writing about software, learnings, and everything in between.

Thoughts on software engineering, building things, and lessons from work, life, and everything in between.

Node.js Best Practices for Docker

Best practices for using Docker with Node.js, covering development and production considerations to optimize performance, security, and ease of use.

Using env files in docker-compose.yml

Learn how to manage environment variables efficiently using env files in your docker-compose.yml setup. This approach helps streamline configurations across multiple environments.