Is My Project Good Enough to Include on My CV?

0
14
Asked By PolishTechie99 On

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

Answered By CodeCrafter007 On

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!

Answered By CareerWiseGuru On

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.

Answered By ConcernedBeginner On

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?

Answered By DevTestMaster On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.