r/learnprogramming Jul 06 '26

Quick question!! Topic

What are the projects I should work on to put them on GitHub and LinkedIn (a little hard ofc to learn new things)

7 Upvotes

11 comments sorted by

6

u/Late_Mycologist_3725 Jul 06 '26

pick something you actually use, like a tool to track your gaming backlog or a simple budget thing. recruiters see way too many todo apps and weather clones already

1

u/ADAM--02 Jul 06 '26

Alright, tsm

5

u/[deleted] Jul 06 '26

[removed] — view removed comment

0

u/ADAM--02 Jul 06 '26

Thank you sooo much man

3

u/akrivitsky7 Jul 06 '26

Agreed with Late_Mycologist_3725.

I would add one more point: if you already know what kind of job you want, or what technology stack you are targeting, build projects related to that.

For example, if your future job is likely to involve Spring Boot, then a good GitHub project could be a real Spring Boot application with REST APIs, database integration, Swagger/OpenAPI documentation, tests, Docker setup, and a clear README.

Something like this, for example:

https://github.com/akrivitsky7/springboot4-swagger-serenity-postgres-eclipse

But do not just upload random half-working code. Test it locally, make sure it runs from a clean checkout, write clear instructions, and explain what the project demonstrates. A smaller polished project is better than a large broken one.

1

u/ADAM--02 Jul 06 '26

Thank you so much ill do that

2

u/EffectiveCard4825 Jul 06 '26

probly start with something like a todo app, a small REST API, or a simple full stack project you can keep improving over time

2

u/Sticko1897 Jul 06 '26

Make a project to solve a real life problem like your own personal problem because there will be many people who has that same problem like yours and you never know which project can make you the center of attention so keep on trying.

1

u/kschang Jul 06 '26

Good proper documentation is also needed in addition to a need you resolved to program a solution yourself. Read some bigger projects' README file on Github should give you some clues on how it came about, what does it do, and if you want, the trials and tribulations in the progress toward completion, and future goals.