DEV Community

Cover image for Besides VC, what else do you use GitHub for?
Madza
Madza

Posted on

Besides VC, what else do you use GitHub for?

Most devs love GitHub (or GitLab, Bitbucket, etc) purely for code version control, tho there might be more use cases than that.

For example, I use it to backup articles from Hashnode and sketches from diagrams.net (ex draw.io). What else do you use GitHub for?

Top comments (13)

Collapse
 
ryan_ai profile image
Ryan M

what is VC?

Collapse
 
rukykf profile image
Kofi Oghenerukevwe H. • Edited

version control - that's something that helps you keep track of changes between different versions of your source code. Git is the most popular version control tool... at least in web development, but there are others like Mercurial and Subversion (SVN)

Collapse
 
madza profile image
Madza

version control, sry I should give the full name in brackets πŸ˜‰

Collapse
 
muescha profile image
Michael

VC is more Venture Capital

You should change it tothe more common abbreviation: VCS - Version Control System

Collapse
 
ryan_ai profile image
Ryan M

I should have known what it is. I kept thinking venture capital! Thanks for the response. I like using github to look for bug reports, research error messages and find code examples.

Thread Thread
 
madza profile image
Madza

Awesome to hear! Thanks for your input! πŸ™β€

Collapse
 
shadowtime2000 profile image
shadowtime2000

Github Actions because those are pretty cool, and also just communication with other people through Github issues and discussions.

Collapse
 
thewdhanat profile image
Thew

GitHub Actions is a free computing worker! πŸ’• I use it for site performance monitoring.


GitHub repository can also be used to store anything. You can store json and access it through API as a simple database. Or upload a file and share a raw link for download (I think it is faster than Google Drive). Also GitHub Pages for static site hosting is great.❀️
Collapse
 
madza profile image
Madza

I have thought about storing project-related files in Github (like mp3 or png), tho generally it's not considered the best practice as GitHub was not initially designed for that πŸ˜‰Plus there are limitations for upload sizes, etc πŸ˜‰

Collapse
 
m3lles profile image
Marvin Trilles

Using it to host my blog and tried it for some static sites as well

Collapse
 
kalashin1 profile image
Kinanee Samson

Project management

Collapse
 
sheilagomes profile image
Sheila Gomes

I have a study diary repo where I register everything I learn

Collapse
 
fargo profile image
Jaime Gomes

CI/CD, project roadmap, boards, packaging, release, conversations and vc.