K
K
Kirill Gusarev2021-07-30 12:27:35
GitHub
Kirill Gusarev, 2021-07-30 12:27:35

I have a lot of potentially private reps. How to show them to a potential employer (on a resume)?

Hello. Yesterday I already asked a question on a similar topic, where I explained what projects I had and asked how to organize their storage on GitHub. Different people advised me basically 3 options: a) Each project has a separate repository; b) Mono-repository, where all these small projects will be; c) Create an organization in which only I will be a member, and in it a separate repository for each project.
And now another problem has arisen: I want to make all these projects mostly private, plus there will be a lot of them (more than 10 for sure). And I want a potential employer to be able to see all these projects on my GitHub. How do I fit this into my resume? Can I somehow open access to several projects using a single link?
I apologize if this is a very big question. I will be grateful for your advice.

Here is a link to that question, you can see the answers and explanation of the problem: Is it right to store projects in one Git repository? .
Or you can just click the spoiler with the text of the question:

Previous question
Правильно ли хранить проекты в одном Git репозитории?
В общем, я пишу небольшие консольные (в основном) приложения для платформы OpenComputers (модификация, добавляющая программирование в Minecraft) на языке Lua. Помимо Lua могу использовать, например, Python, чтобы вынести логику приложения из игры на хостинг, когда это необходимо.
Каждый проект занимает от 30 до 1000 строк кода. Могу предположить, что в среднем проект занимает ~~300 строк.
И вот, мне надо все свои проекты выложить на GitHub, но мне кажется, что нецелесообразно создавать отдельные репозитории для таких небольших проектов. У меня есть идея, что можно создать один большой, общий репозиторий именно для платформы OpenComputers, и в нём уже каждая папка будет соответствовать какому-то отдельному, независимому проекту.
Не нарушает ли это какой-то идеи Git/GitHub? Или, может быть, в будущем с таким репозиторием возникнут проблемы?
Пишу один. Git и GitHub никогда не пользовался, надеюсь на ваши советы!

UPD: У меня проекты не только для OpenComputers, так что остальные я точно буду заливать в отдельные репы.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Mimocodil, 2021-07-30
@kaka888

Open the repositories you want to be ranked against, then create a new repository with a single readme file that lists your open projects - what the projects do, what technologies they use, and links to the projects. In the resume, just attach a link to this repository and that's it.
As a result, it will turn out that you will not overload your resume with a list of projects (and, as far as I understand, you have a lot of them) and at the same time make it easy to navigate through them. And if the employer wants to see your profile, he will go to it from this repository in one click.

D
Developer, 2021-07-30
@samodum

The point of a private repository is precisely that no one from the outside has the opportunity to access its code.
If you want to share your project, then create a copy and make it public.

M
mkone112, 2021-07-30
@mkone112

Is this some kind of wild idiocy, or it seems to me? You either show the code or you don't. Someone translate into human - what does he need?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question