How to push your code to gihtub and land your dream job by incoorporating your github profile alongside your application.
To begin,git is a version control system where developers can be able to track code changes or collaborate on code while github is a proprietary developers platform that allows developers to create,store,manage and share their code.Github makes it available for your oprojects to appear in public tough it can be put to provate in some instances when your code contains sesitive personal information.It uses git to provide distributed version control, github itself provide access control,bug tracking,software features requests,task management,continuous intergration and wikis for every project.
It is always fundamental that after completing every project,you take an initiative and push your code to github.This is an added advantage to you as a developer because during job applications,you can incorporate you github link along with your application creditentials,This will make the employer to be rest assured about the projects that you have been working on which in some way can match with the needs of the employer theirby putting a competitive advantage in you favour against other applicants.Github profile is also important because you can incoorporate to your Linkedn profile,Twitter or Instagram for the purposes of building an online brand.Nowadays,it is not unusual for you to land a six figure job in this social media platforms without even clicking the application portal for any particular job,to archieve this,first you need to always update your social media post on daily basis by demostrating your recent completed projects to the public which are incongruent with your area of expertise,as you gain followers some of them can be potential clients.
For you to push your code to gihub,first you need to need to install git,navigate to any browser such as chrome,firefox or any browser that is compatible to your electronic device,search for git in the search engine and install it.The version of the git that you are going to install depends on the operating system of your computer,different versions are available to suit different operating systems such as Windows version,Mac OS Version ,or Linux Version;
After successful installation of Git Version Control Sysem,navigate to your browser and search ,github, in the search engine;
Create an account or Login if you are already a user,
After successful sign up or login if you already have an account,now it is time to create a new repository.Github will enable you to manage,share,or iniatiate some changes ot your code;
Click on new;
After creating your repository,navigate to your code editor,for example,Pycharm professional,Visual Studio Code or any code editor tool that you have been using,Open your terminal and initiate the following commands in order as follows:
Navigate to your github browser again to see your repository,You can create multiple repositories for multiple projects as much as you can by repeating the same instructions.Thank you for reading,if you find this blog helpful,please leave your comments below,any recommendations regarding how I should better my content is much appreciated.👏👏
Comments
Post a Comment