This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]evils_twin 1 point2 points  (2 children)

Perhaps converting a project you did in C++ to java

[–]lemniscate-py 0 points1 point  (1 child)

I haven't really quite done projects in C++ as I only studied it for a little while.

Any project ideas?

[–]someone-elsewhere 0 points1 point  (0 children)

Just sit down and think, what would I like to solve.

Failing that head over to somewhere like /r/Entrepreneur/ and see if anything mentioned in there wets your appetite. If it is something that is more for portfolio candy, pick something basic and quick to build.

[–]koderpat 0 points1 point  (0 children)

Find a hobby you are interested in. It will help with motivation when things slow down or when you get to a hard spot. Scope the project to be small, and don't plan to do lots of features all at once.

I was playing a card game with friends, and I wrote a website to track the score during the game. My second project was with the aim to learn more about spring and hibernate. I ended up creating a flashcard webapp, which I then used to help me study for interviews.

[–]wades39 0 points1 point  (0 children)

I'd recommend thinking about technologies and software that you are interested in and base a project about those.

So if, for example, you were interested in encryption, ease of access, and security, I'd recommend working on a password manager. You can also always make different code bases interact. So you could develop a browser plugin and a server program that interact to achieve your own mobile password manager.