DEV Community

Discussion on: What are some project ideas that beginners can work on to show in their portfolio?

Collapse
 
pencillr profile image
Richard Lenkovits

This is might be very specific to backend and CI/CD, but in case if you have any code, literally any code, you could simply build a CI workflow around it in case you want a build automation portfolio too. Create a Jenkins server, probably above docker, or with ansible, and implement complex pipelines, that build separate parts, test, unit test, and report through e-mail or messages about different states.