DEV Community

Pablo Yev
Pablo Yev

Posted on

How can you show your work if you are a backend developer???

Hello, there!!

I just read a post from Lady Bug (I lost the link, but I'll put it in the comments), then I went to her profile and noticed she has a link to Dribbble, so I went there and it's a cool platform for designers. So this question popped out!! Hope you have some ideas!!

Have a great weekend!!

Top comments (5)

Collapse
 
vanaf1979 profile image
Stephan Nijman

If your work is online i think it will speak for it self if it functions very well. So you can just share does links. Besides that you can always share your code on github. That will also show your coding style/quality.

Collapse
 
yeeiodev profile image
Pablo Yev

Everything you said makes sense! Just is not that fancy, tho! haha thanks!! I will try to share more snippets and get a cleaner github profile. I think that is a must, right??

Thanks!!

Collapse
 
vanaf1979 profile image
Stephan Nijman

it’s not a must perse. But it’s a good way to show off your work! Especially if your looking for a job!

Collapse
 
xowap profile image
Rémy 🤖

Publish some well-tested and well-documented packages on your GitHub and that should suffice

Collapse
 
yeeiodev profile image
Pablo Yev

It seems to be the way to go. Which testing framework you use/like better for Javascript, if is your case? Also, is unit testing sufficient??