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: Developer portfolio?

15 pointsby dennybritzalmost 11 years ago
Hi HN,<p>I&#x27;m thinking of working on a &quot;portfolio as a service&quot; for developers as a side project and I would like to get some feedback.<p>I&#x27;ve always wanted to build a small personal portfolio website but the thought of having to constantly maintain it has kept me from doing so. I know there are several portfolio services out there but personally I have yet to find one that suits my needs. Most services seems to aggregate data from various social sites and automatically build my page. By doing so they basically duplicate my LinkedIn profile without adding much additional value. My hypothesis is that there are a few key elements missing that would be especially useful for developers:<p>1. Timeline-based. Instead of having a static page with a list of skills and projects I want to understand how the skillset and interests of someone have developed over time. What did you work on 5 years ago? 1 year ago? How was that influenced what you are interested in now? You may have a lot of Java projects on Github, but if you haven&#x27;t touched Java code in 5 years there probably is a reason for it. Even though sites like LinkedIn and Github contain some of this data it usually isn&#x27;t presented in a temporal manner.<p>2. Incorporating real-time data such as commits, posts, comments, etc into the profile to get a true sense of who you are and what you are interested in right now. Think of aprilzero.com, but for developer&#x2F;professional data.<p>3. A project showcase. I think this is a pretty important (perhaps the most important) part of a portfolio, but hasn&#x27;t received the proper attention on many portfolio sites.<p>4. It should be beautiful. If I use such as site as part of a job application I want it to look good. This may go without saying but many of portfolio services I looked at were not aesthetically pleasing enough for me to consider using them.<p>What are your thoughts? Are you using any portfolio websites&#x2F;services? Why or why not? Would appreciate any feedback.

2 comments

MalcolmDiggsalmost 11 years ago
I use careers.stackoverflow.com as a portfolio and am pretty happy with it; but it does suffer from the lack of functionality that you point out (it mostly aggregates and links to data).<p>The issue I have in general is that most people just wanna see pretty websites in your portfolio; which (as a server-side guy) is increasingly outside of my domain. Linking to a github instead of live-projects solves this except that:<p>1. Most my github repos are private (and so invisible to most visitors unless I invite them to the project)<p>2. There&#x27;s no good way to highlight certain files&#x2F;directories in github. There&#x27;s no way to say &quot;I wrote this class over here, and these unit tests over there, and all these controllers, so check those out&quot;.<p>I would love a portfolio tool that solved both issues: Allow me to pull highlights from private and public repos that show off key elements that I&#x27;m proud of (and if it&#x27;s a private repo, don&#x27;t give access to anything I didn&#x27;t explicitly highlight). Highlight it in a beautiful&#x2F;graphical way, allow me to comment in it and guide the viewer through a tour of code, of sorts. That kind of tool would be amazeballs.
评论 #8200175 未加载
评论 #8198971 未加载
TobbenTMalmost 11 years ago
I think this would be really interesting, however I would think you need it to have a lot of customizability. ie: not all my github projects are relevant, or something I would want to marked extensively over others, so you would need a way to filter the content of the feeds.<p>And I do think it&#x27;s important with integration to github&#x2F;bitbucket etc, linkedin with more. If I am to use yet another portfolio site, I would want to do the least amount of work as possible in setting it up.<p>I&#x27;m very interested to see where this will be going, and wish you the best of luck. :)
评论 #8196845 未加载