I'm currently studying IT in Poland and looking for a job, but I lack professional experience. To enhance my CV, I've created a project from scratch. Originally, I intended to create a simple parser for evaluating expressions using Reverse Polish Notation, but I ended up adding a bunch of features like user-defined functions, recursion, multi-line input, and more, which has made the project quite complex. I've even done several refactorings and a complete rewrite of the code along the way. The project now feels more like a simplified version of a tool like Desmos instead of just being a calculator. I'm at a crossroads: should I keep developing this project, move on to something else, or is it good enough already to showcase on my CV?
4 Answers
Honestly, if you're proud of the project, it should definitely go on your portfolio! For your CV, only include the projects that relate directly to the job you're applying for. I have a mix of AI, web dev, and other projects on my website, but I tailor my CV to showcase the most relevant work for those positions. If this project isn't fully polished yet, keep it on your portfolio and continue improving it until you're completely satisfied!
Absolutely! Any project that demonstrates your skills and enthusiasm is worth mentioning. Just keep it concise on your CV, like a couple of sentences highlighting what you did. It’s also helpful to mention your soft skills since employers will look for teamwork and problem-solving abilities too. Just remember, don’t let this project take over your entire resume—balance it with other experiences and skills that make you a strong candidate.
Wait, if you see yourself as a beginner, why are you looking for a job? Being a junior doesn't mean you have to be a complete novice, right?
Before you add it to your CV, make sure you incorporate a unit test suite. It’s a great way to show that you understand how to validate your work. You'll want to prove your code is reliable.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically