TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is your company's approach to development environments?

1 pointsby nchudleighover 2 years ago
We have been investigating various approaches to improving the development environments for engineers. These include:<p>1. Run directly on work machines 2. Run dev containers locally with VSCode 3. Run a cloud environment similar to staging&#x2F;production<p>We have python 3 services (each with APIs and Task workers) with postgres, redis and a few other dependencies. We are around 60 in the engineering org.<p>Curious what other companies around this level of complexity have found works well for their teams.

1 comment

yuppie_scumover 2 years ago
Docker Compose is the easy answer