Projects represent the work and experience in your professional portfolio. These projects showcase your skills as a programmer and are a powerful tool to demonstrate what you can achieve in the professional field. They are your introduction to potential employers or clients.
Once you graduate from one of 4Geeks Academy bootcamps, you will have access to the community and most of our benefits for life:
#public-support
channels (GeekPal).But, as you will understand after reading this article, we cannot keep giving you access to 4Geeks Academy's GitHub Organization as a member, which comes with several limitations.
But don't worry; this is entirely fixable.
GitHub limits the number of repositories an organization can have; we cannot keep copies of every project every student ever made; we will have to delete them at some point.
We decided to keep students' projects for up to 30 days after graduation, which gives you plenty of time to backup all your code because the process takes no more than 2 minutes.
We understand that you may prefer to keep some projects private. That is a completely valid choice, but it is important that you understand the implications. If you decide to keep your projects as private repositories, you will lose access to them once you are no longer a member of the 4Geeks Academy organization.
๐ We strongly recommend making all your repositories public from day one.
Note: You may find that the button says "make private" instead, which means your repo was already public, and you don't need to do anything in order to make it public.
๐ฅ Immediately after you graduate, the projects you have created during the bootcamp will be scheduled to be deleted in 30 days. You must fork them into your GitHub account to avoid losing them.
To avoid losing your project code, you can create a copy under your personal GitHub account, becoming the sole owner of this new copy that no one will ever delete or have access to.
Log in to your GitHub account.
Visit the repository you want to fork (for example, https://github.com/4GeeksAcademy/<Your-Repository>
).
Note: You should replace
<Your-Repository>
with the actual name of your repository.
Click the "Fork" button in the top right corner.
Find your forked repository at https://github.com/<Your-Username>/<Your-Repository>
.
Note: You should replace
<Your-Username>
and<Your-Repository>
with your actual username and repository name.