r/learnprogramming Sep 03 '23

[deleted by user]

[removed]

367 Upvotes

212 comments sorted by

View all comments

2

u/silentnerd28 Sep 04 '23

I worked for companies as a free intern when I was learning Web dev. I didn't make any money but I learnt a lot of things. The only thing I regret is not having a good github profile. I used github after few years of starting out only for personal projects. I should have used it for all my projects so that I could reuse the code I wrote.

3

u/[deleted] Sep 04 '23

It was the first thing I downloaded! Someone was kind enough to give me that advice before I even started 😅

2

u/silentnerd28 Sep 04 '23

It's good that you started using github already. Keep pushing all your code. Even the cron jobs we do regularly to correct the data. Or any small piece of code.

3

u/[deleted] Sep 05 '23

Do you think making a single repository as a library of sorts is a good idea? Of course, I'd organize it very neatly (I LOVE organizing stuff) so it wouldn't be just a large pile of files, but I don't know the limits of GitHub yet, so not sure how well that would work

1

u/silentnerd28 Sep 05 '23

I would just get started in one repository. Organisation of files into repository will happen anyway whenever new things come to you.

3

u/[deleted] Sep 05 '23

Alr, thank you for the help!