Live data from Hacker News

Ask HN: Where do you store your side projects?

news.ycombinator.com

1–10 of 16 posts

Ask HN: Where do you store your side projects?

#1
I was wondering, where is the best place to store your side projects that you don't necessarily want to put on github? I was thinking a flash drive or the cloud. I also see some people using their own websites. Where do you guys put yours?

I might also want to use this platform as a portfolio of sorts.

Re: Ask HN: Where do you store your side projects?

#5
Bitbucket for private repositories or create your personal git repo in 10 minutes[1], a VPS server cost 5 USD/month and there are dozens of free solutions nowadays.

If you're a lone dev, you can use 'tig' a command line tool to visualize git flow. Otherwise, Gitlab or one of the dozen lightweight httpd front-ends will do the job.

[1] 2009 blog post: https://www.convalesco.org/articles/2009/07/24/how-to-set-up...

Post reply on HN