S
S
Saharman2018-05-19 16:48:32
Career in IT
Saharman, 2018-05-19 16:48:32

How to publish projects on Gita for resume?

Many programmers publish their work on the Gita. I would like to know how to do it right? Publish all the code of your program? So can other people steal it and pass it off as their own? Help me to understand. I need this to create a small gith portfolio.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
chromimon, 2018-05-19
@Saharman

The best resume project is a well-documented (many people forget this) and useful to many and advertised by articles (many stars will eventually be given on GitHub) project.
Otherwise - don't worry - just post your code to demonstrate what you can do.
One project is quite enough, but polished, which shows how well you can do.
Put a restrictive license and do not forget to mention in the dock.
Although I don't understand what the problem is:
1) If you don't want your work to be stolen, then why don't you show it to a potential employer privately ? Why publish publicly on GitHub.
2) How will the stolen help if the thief does not know how to actually do the same himself , when he is already hired.
And if he knows how, then this is not done in 1 day and he learns not in one week - it is not a problem to pull examples from his real works (even if they are educational works).

D
devalone, 2018-05-19
@devalone

would like to know how to do it right? Publish all the code of your program?

Go to a site like github, bitbucket and see how others are doing. And yes, publish the code, ideally write more documentation, or at least a README with instructions for installing / building and using it.
Yes. If you don't want to be stolen - don't publish, if you want to restrict the ability to use the code, study the licenses, for example GPLv3 will force those who use your code to make their own open-source as well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question