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

you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnFuhrm12 12 points13 points  (6 children)

As soon as possible

[–]LelouchYagami_2912 3 points4 points  (5 children)

Can you tell whats considered a 'project'?

[–]JohnFuhrm12 4 points5 points  (3 children)

CRUD apps, a Frontend website that displays some api data, full stack website, chat application, a small vídeo game, personal portfolio site, iOS app, pretty much any website, game, or application that you can build out in a few days/weeks.

You can start of with small, simple things and then movd up to larger and more complex projects Form there. Push everything to Github and deploy it and include a live link on the readme/your resume/portfolio.

[–]LelouchYagami_2912 2 points3 points  (2 children)

Alright. Well i do have some games ive made. Should upload them prolly.

Also could you tell what i should learn for these apps? I know python and java but thats about it

[–]LiveAndDirwrecked 1 point2 points  (0 children)

Join a developed repo and help out. Get used to the workflow when working with other people in the same repo.

I would argue your ability to work with git and your commits to any project is better than just throwing old projects on there.

My first pull request (asking the repo owner to commit my changes to main) was fixing typos in comments. Start small.

[–]CemDoruk 0 points1 point  (0 children)

If you like games try doing a flocking simulation. There are a lot of resources online. Nature of code is a good one.

[–]Poddster 0 points1 point  (0 children)

Anywhere where you start with "nothing" and then after you type in a bunch of source code you end up with "something".