DEV Community

Discussion on: Do's and Don'ts of Creating Your Portfolio Website

Collapse
 
danwalsh profile image
Dan Walsh

Really great article and solid advice. πŸ‘Œ

From my own experience a DON’T that I always recommend is β€œdon’t use progress bars nor percentages against your list of skills.” For example:

  • JavaScript - 95%
  • HTML - 99%
  • CSS - 99%
  • TypeScript - 90%
  • Figma - 80%

This is problematic because the values are too subjective. Does the above mean you know 99% of the CSS spec (even the draft spec) by rote? How do you measure that 5% difference between JS and TS? And how do you compare 80% β€œskill” in a design tool (Figma) against β€œskill” in a scripting language (JS)?

In my experience, it’s better to just list the skills and then show (rather than tell) your skill through your well developed and designed portfolio site and accompanying body of work.

Collapse
 
horosin profile image
Karol Horosin

Yes. And why would you downplay yourself?

Collapse
 
ioanat94 profile image
Ioana Tiplea

Well said, I totally agree!

Collapse
 
joeattardi profile image
Joe Attardi

Came to say this!

Also please no more typewriter animation

Collapse
 
joelbonetr profile image
JoelBonetR πŸ₯‡

Hey!

It was trendy a couple of years ago, I know I need to redo my portfolio but this isn't gonna happen anytime soon, stop reminding me about it πŸ˜‚πŸ˜‚πŸ˜‚

Collapse
 
unknowngry profile image
Ryan Medina

What about rating skills out of 5?
For example Javascript 3/5

Collapse
 
danwalsh profile image
Dan Walsh • Edited

A fraction is just another way of writing a percentage (or a progress bar):

3/5 = 60% = β–“β–“β–“β–“β–“β–“β–‘β–‘β–‘β–‘

In my experience, you are better off listing JavaScript skills you are proficient in, and then providing examples of work that reflect those skills.

For example, you might highlight your skills with async/await and interacting with REST APIs. You could show this by including a project that demonstrates your understanding, such as a static blog that generates its pages from the dev.to API.