DEV Community

Cover image for Building a Kickass Portfolio
Ali Spittel
Ali Spittel

Posted on • Updated on • Originally published at zen-of-programming.com

Building a Kickass Portfolio

According to GitHub, I have had a portfolio site since September 1st, 2016. And, according to Google Analytics, I got less than 300 views on the two iterations of my portfolio from September of 2016 through October of 2017. In October 2017, I did a complete rewrite of my site, and the results were pretty dramatic. I got 1,861 views the first month, and I've averaged around a thousand hits on a month since then. Of course, correlation is not causation, but I do think the redesign definitely had a positive impact. It's not exactly Facebook, but for a portfolio site that doesn't provide the viewer with anything but information about me, I think these numbers are pretty okay!

In this post, I am going to go through an in-depth look at what has worked for me, what hasn't, my tips for building an awesome portfolio, and other people's portfolios that I love.

What Didn't Work

Before I get to my current portfolio that I really love, I want to talk about my first two sites.

My First Portfolio

The first one was a Jekyll site which used SASS and Pug. I deployed it here for nostalgia's sake -- check out the projects -- they're all from college, and most are in C++!

This setup was unnecessarily complex for the actual content of the website. I used Jekyll, MaterializeCSS, SASS, and Pug for such a simple page -- I think the Gulp setup was longer than the actual CSS needed! I was just transitioning on to writing frontend code at any capacity, so this was really a learning opportunity for me to use SASS and Gulp. I had no need for Jekyll either -- I only had a few projects listed and only one page.

Also, there are a bunch of 404's showing up in the console for resources that were unfound. If I was a developer looking at the site, I would definitely be critical of that.

The screenshots for my projects are not great. They are all either of code or cropped in an un-optimal way.

The fonts are also too small, it is difficult to read the text. My social icons are not exactly the most prominent, which means that they probably didn't have too high of an engagement rate.

There were some things that I did well, though. I really like the highlighted words in the bio -- it draws the user to look at those keywords, even if they don't read the whole bio. I also appreciate that the site is responsive, so users could view the site on different sized screens. Currently, around 1/3 of my traffic comes from mobile sources, so its important to remember those users!

My Second Portfolio

The second iteration was an HTML and CSS site with moving polka dots in the background. You can check it out here. I will admit, that I still have a soft spot for this portfolio.

I really like the moving bubbles, and how they change with user interaction. I also enjoy the minimalism of the site. I think the quick bio on the homepage is effective and expressed my interests well.

Again, the fonts are somewhat small, and having to go to a new HTML page to view any information about me is probably not the best. Also, having my talks and my code projects on the same page leads to unbalance.

Overall, though you can see a lot of the themes of this portfolio in my current one.

What Worked

In October of last year, I started from scratch and built a portfolio that was a little bit out of the box. Your portfolio is one of the only sites that you will build that is a complete creative expression of yourself with no constraints. So, I went all in, interactivity, animations, you name it, it has it.

If you click anywhere on the homepage, a random shape appears. If you hover over the letters, they animate. If you hover over my picture on the bio page, it spins.

I used Vue for this portfolio, so it seamlessly transitions from page to page. I also increased the font sizes, so readers could gather information more quickly and easily. My contact page offers large buttons to follow me elsewhere on the internet.

The original version of this design was built in HTML, CSS, and a very few lines of JavaScript. As far as my technology needs go, this was totally fine. I wanted to move to Vue for my own maintainability needs -- the reconfigured setup makes adding new projects a lot easier. I also like the smooth routing that Vue Router offers, instead of navigating to an actual new page.

This design grabs people's attention, and they stay on the site in order to interact with it. Also, people reach out to me about my site a bunch, which, if I was looking for a job, would be awesome!

What I could still do better

As far as effectiveness for converting people to my other social media, I could have links to my sites on each page rather than just the contact page. I also probably need to cull through my projects and choose a few to feature, rather than have 26 personal projects listed! I also don't have screenshots of my projects -- this is intentional, but I could probably get more traffic to them if I put pictures on them. I didn't like the different color palettes that adding in screenshots of my program would create. Also, I don't have many projects that I find super impressive in themselves. For the most part, they are pretty small, and I create them to learn something. I could further optimize my site, but for now, I really like where it's at.

My tips for building a kickass portfolio

  • Make a portfolio that is a true expression of yourself. Programming is in a lot of ways a creative field, so use your creativity!
  • Make the site interactive, so people want to stay on your site, and they remember it.
  • Buy a domain name -- I moved from aspittel.github.io to alispit.tel. I really like the play on my name, and you can get a lot of domains for pretty cheap. I use NameCheap, and it's totally worth the $8.00 a year for the domain.
  • Make sure you don't have console errors -- a lot of technical employers look for this, so make sure that your site is bug-free!
  • Don't use a technology just for the sake of it. If you have a super minimalistic personal website, don't use a heavy-duty framework or library just for the sake of using it.
  • Make sure your website works on mobile phones, and I would encourage making it work for users that use a split-screen setup.
  • I would steer away from using a template found online -- to me, it's pretty apparent when these are used. I understand using them for people who aren't web developers, but if you are a web developer show off your skills!
  • Use it to market yourself -- if you want to show off specific skills to employers, make sure those skills are featured on your site. I want people to visit my blog, so I have it featured on my home page. I also want to do more speaking, so I have a whole page dedicated to my talks. I no longer want to write C++ code professionally, so I took those projects off of my site.
  • Make sure your links aren't broken. I have totally been guilty of this at certain points, but it doesn't look great, and then your viewers can't see that destination!
  • Update your portfolio -- I'm guilty of not doing this that often too, but I try at least every few months to add new projects and talks to my site.
  • Use a critical eye, and be intentional about the design. I use Sketch to draft my sites before moving to code.
  • Think about page speed -- I run lighthouse testing on all of my sites to make sure they are performant.

A few of my favorite portfolios

Top comments (49)

Collapse
 
the_doctor profile image
Vaibhav

Thank you for helping me discover the magical wonderland that is benhalpern.com
cc @ben

Collapse
 
aspittel profile image
Ali Spittel

It's incredible! So memorable!

Collapse
 
ben profile image
Ben Halpern

Best decision of my life. Just don't visit if you have bandwidth constraints!

Thread Thread
 
ekimkael profile image
Ekim Kael • Edited

It's just now that saw your comment.When I receive the message that I've consume 90% of my datas. -_-!

Collapse
 
maxwell_dev profile image
Max Antonucci

I've got my own portfolio here - maxwellantonucci.com/. I built it on Gatsby and didn't use any front-end frameworks other than some Sass setups I've used before.

I opted for something on the simpler side since I wanted to focus on the writing, which is a big part of my career focus. So I aimed for an accessible design and good typography, things like that. I did want to add some flair, so I used Gatsby for a few touches.

  • Having a "stream" of items on the homepage that reflect several important areas - recent articles and posts, other places I write, a few interesting images/quotes, and a quirky widget that randomly styles random quotes from an API
  • Being able to filter articles down in another page
  • A "Notes" page for small musings too short for real posts

I agree that a portfolio should be something custom, it's my own corner of the web so I should use it to show off my skills and focuses to some extend. I do try to make it reflect my own styles and priorities as a developer though, which is why I prioritized accessibility and durability over animations and complexity. That mostly comes down to personal preference though, and having your personality/brand come through in more than just the content.

Also I like how you included past versions of your portfolio here. That's one of the earlier lessons most devs should learn - you will redo your portfolio site many times, and you will have many different feelings on them. I've done it at least seven times or so in my life, and most of the memories aren't too good haha.

Collapse
 
aspittel profile image
Ali Spittel

I really like your site! Super clean and fast. It also really emphasizes what you want it to, which is super important.

I use Gatsby for my blog, and I'm obsessed with it -- you can do so many cool things so easily!

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

I like how your articles are always practical and gives us something to learn. I made my portfolio the ol' style with no frameworks, just me seeing how can I make it look cool with plain HTML, CSS and a lil' bit of JavaScript.
I went scouring the internet looking for some inspiration and then ended up doing this kind of portfolio

Collapse
 
aspittel profile image
Ali Spittel

The original version of this site was just html, css, js too, and it was totally fine! Just got sick of writing html haha.

I really like your portfolio!

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

Thank you! I kinda feel like using a framework will take out some of the "magic" of building something from scratch, although I wouldn't deny that they can be very useful and time saving.
Guess I'm used to like doing stuff with the essentials first, seeing as my first programming language ever was C.

Thread Thread
 
brandall10 profile image
Beau Randall • Edited

Juan, like your portfolio, but your background is huge and takes a long time to load - nearly 13mb, and is a fairly simple graphic. You could reduce this to where it could easily be 1/1000th the size.

Your other 2 graphics are quite large for their size as well at ~200k, none of these really need to be much more than 10k or so for a reasonable fidelity.

Thread Thread
 
juanfrank77 profile image
Juan F Gonzalez

Thanks mate! appreciate the feedback, I'm gonna see if I can make it smaller and easier to load.

Collapse
 
aalises profile image
Albert Alises

Recently created my portfolio / CV Website using GatsbyJS and I am amazed at how easy it is to create things with it!

albertalises.me/

I am still thinking about adding some more colour/interactivity to it, although I like the somewhat minimalistic approach...

Collapse
 
danku profile image
Daniel McMahon

Awesome work Ali! I actually wrote an article where I developed this site: daniel40392.github.io/react-portfo... and took some inspiration citing your original work here: dev.to/daniel40392/building-a-port...

I love the simplicity and basic interactivity your website enables - keep up the great work!

Collapse
 
marcaaron profile image
marcaaron

Took a chance with my portfolio and have media queries that morph the entire site into a more native app feel with tab navigation. I might not do that for a client, but thought it would be a nice surprise to whoever tries to see if it passes the “responsive” test.

marc-aaron.com

Collapse
 
robustdj profile image
Derrick Camerino

Awesome post! Your portfolio site is really nice as well. After reading this, I feel inspired to create a portfolio. For awhile I've had a tech blog laying around, but now I'm thinking about adding a portfolio section to it, or maybe even starting a new domain/project all together so that I have a blank canvas to express my creativity! Hmm decisions, decisions...

Collapse
 
scottyzen profile image
Scott Kennedy

After chopping and changing my portfolio for years I'm finally happy with it. This is where I'm at: scottyzen.com/

Collapse
 
itsasine profile image
ItsASine (Kayla)

Portfolios are my favorite, but because of that, I'm never happy with my own :P

I keep one for my online handle that uses @flexdinesh 's original template and now I have one for my "real" name that works more like a resume. But I think I'm on rewrite 3 now and I barely link to it anywhere, so no one has ever seen 1 and 2 other than myself.

Collapse
 
cchana9 profile image
Charanjit Chana

I went through an exercise of relaunching my own portfolio a few years back with specific goals in mind, especially around speed, minimal resources and oddly the ability to make it printable. While I saw some uptake, perhaps not as much as I'd like or you've seen. You can find it at charanj.it

While I'd been using LESS for a while, I'd recently moved to SASS, got to grips with flexbox and in my mind had a very clear layout which I was able to execute really well.

Any feedback would be appreciated :)

Collapse
 
rattanakchea profile image
Rattanak Chea

I like the playful and fun nature of the sites. Nothing fancy for mine: rattanakchea.github.io
I realize menu link isn't working on mobile rattanakchea.github.io/work

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

Thanks for the mention. I built my site after getting inspired by your portfolio (at that time it was a bit different from how it is now).

This is my another favorite portfolio apart from yours. Minimal and right to the point.
Addy Osmani

Collapse
 
renannobile profile image
Renan Lourençoni Nobile

Which portfolio is the best in the entire web and why is it Ben's?

But seriously, great post. I saw the new portfolio back in October and thought it was pretty cute and the shapes are fun to play with.

What advice would you give to talk about projects that are private (confidential) without going to jail or something like that?

Collapse
 
midblue profile image
Jasper Stephenson

Great post! Here's my website, for kicks. jasperstephenson.com
Static site, redesigned recently using Nuxt.js and hosted on github pages.

Any advice on drawing visitors beyond just making a good site? I feel like I have a lot of good content and I'd love to have more people reading it.

Collapse
 
rolandixor profile image
Roland Taylor

Now I see the bubbles and stuff!
I like the one page concept.

My website is here: rolandixor.pro

I used bootstrap for the tabs and a few other miscellaneous things, but I plan to change that in the future because I rarely use bootstrap any more (trying to develop my own CSS, and eventually, when I'm comfortable with it, JS frameworks).

Some comments may only be visible to logged-in visitors. Sign in to view all comments.