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: Where do you go for help when you're using all the things?

1 pointsby lambicover 2 years ago
I keep finding myself trying to figure out problems within a more and more complex software stack and not knowing where to go for help because I don&#x27;t know which particular component is causing the problem.<p>Where do you go for help in situations like that?<p>For example I&#x27;m currently trying to configure an environment specific setting in a vue application but my custom .env files are not being picked up. Is it a Vue problem? or Vite? Or Yarn? Or Node? Maybe Docker? Docker-compose? Helm? Kubernetes? Github? The list goes on.

1 comment

hdlothiaabout 2 years ago
If I&#x27;m really blocked I just remove things until it starts working again