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: maintaining a code portfolio and personal app store

2 pointsby nzjamesalmost 15 years ago
Are there any websites/services that combine version control, project management (wiki,bug tracker) that would also be suitable as a portfolio?<p>I want to put my work/projects in one place Some might provide full source access Some might just be project info and pictures (no code) Projects could be published or private Software could be for sale<p>I'm getting at something like a sortfolio.com for hackers whose needs might vary but who could benefit from some structure and organisation. It can take a long time before ones happy to release software but if it only took a click to do it can't be left in the to hard basket for ever.<p>Pretty open question. Thoughts?

2 comments

Jun8almost 15 years ago
AFAIK, it's hard to get all the functionality you list on one place because different systems focus on different things. Trac (<a href="http://trac.edgewall.org/" rel="nofollow">http://trac.edgewall.org/</a>) is the choice for a lot of people for project management, it includes a bug tracker, a wiki and is pretty mature.<p>Dropbox and Git combination works like a charm to store pretty much everything. Rather than waste a lot of time organizing your stuff, you can write a quick application using Lucene that will perform full-text search on text and tags.
评论 #1396745 未加载
hellotobyalmost 15 years ago
<a href="http://unfuddle.com/" rel="nofollow">http://unfuddle.com/</a> does this. Although I'm not sure how you would use it as a portfolio.