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: How do I learn to deploy a side project?

3 pointsby gymshoesabout 3 years ago

2 comments

mooredsabout 3 years ago
It depends on what your side project is&#x2F;does. If it is in JS, then I&#x27;d use a tool like Vercel. If it is any other language and a webapp, look at Heroku. If something else, then do some research.<p>Do the getting started guide for your language of choice.<p>Then map the steps you did for that to your app.<p>Here&#x27;s the list of devops tasks a PaaS like Heroku can help with: <a href="https:&#x2F;&#x2F;www.mooreds.com&#x2F;wordpress&#x2F;archives&#x2F;2312" rel="nofollow">https:&#x2F;&#x2F;www.mooreds.com&#x2F;wordpress&#x2F;archives&#x2F;2312</a>
NicoJuicyabout 3 years ago
Right click - publish<p>Enter<p>( Visual studio)