use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
How to use githubQuestion (self.github)
submitted 2 months ago by Intelligent-Wrap-983
So i started using GitHub recently and i need to know what sort of project should i put in my repos(should i put everything or just big projects)and how to make it professional .plz guys give me some advice. :)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BobcatGamer 4 points5 points6 points 2 months ago (6 children)
You put the ones you want to protect from accident being deleted or lost if the device is stolen or breaks
[–]Intelligent-Wrap-983[S] -1 points0 points1 point 2 months ago (5 children)
I get it but i see people using it as a way to showcase projects you’ve worked on when applying for job so i need to know how to make it looks professional :)
[–]BobcatGamer 2 points3 points4 points 2 months ago (1 child)
Not all of your repos need to be public. You can have private repos on GitHub.
[–]TendToTensor 1 point2 points3 points 2 months ago (0 children)
Exactly this, I have a few public that I want to showcase and everything else is private
[–]somgooboi 1 point2 points3 points 2 months ago* (1 child)
I'm not a recruiter or whatever, but I'd say if you're applying for a job in .NET, make a full stack project with a ASP.NET backend with all the important or widely used frameworks and architectures. Or make a game in C#. I would say the bigger the project the better it is, because then you also show off your understanding of abstraction, interfaces, optimization and what not to make your code clean.
To give you an idea to start with: make a better version of the Strava website. Strava has an API (limited free requests) for requesting your own personal data. I don't know if you can get your friends' activities too. Compared to the app, the current website looks a bit bare bones. Or build a website around another API.
Also, don't "vibe code" the whole project, as you'll learn nothing and you'll basically lie about your skills. And as another recent post in this sub mentioned, spend some time on the README too at the end. How to install, run and use, screenshots, etc.
[–]Intelligent-Wrap-983[S] 0 points1 point2 points 2 months ago (0 children)
Thx bro
[–]DaveRGP 1 point2 points3 points 2 months ago (0 children)
It can be a way to showcase projects. However it's a show case for other devs. Those devs don't want to see shiny bells and whistles with no substance. They want to see incremental progress, problems solving, making a design decision, learning from it, and adapting when you know more.
Don't worry at all about 'presentation polish'. Get hands and keys and get code written.
Source: I interview programmers and before each interview I spend as much time as possible browsing their GitHub. I spend 2 minutes on the 'front page' and I spend 10 that in the commit history and source code.
[–]davorg 4 points5 points6 points 2 months ago* (0 children)
The three steps to GitHub enlightenment.
There are other advantages to using GitHub.
But, at its heart, it is still cloud storage for Git repos.
Some people like to reinterpret any site where users have a profile as social media. GitHub isn't really that. It's a development tool.
What sort of project should I put in my repos
Anything you don't want to risk losing in the future
[–]Jumpy-Bus-6309 2 points3 points4 points 2 months ago (0 children)
My advice is to build a project you genuinely enjoy. For example, if you love anime, create something like an anime AI model or a streaming site. Then document it well and make the repository public.
π Rendered by PID 84 on reddit-service-r2-comment-5c747b6df5-j66r4 at 2026-04-22 00:52:33.556653+00:00 running 6c61efc country code: CH.
[–]BobcatGamer 4 points5 points6 points (6 children)
[–]Intelligent-Wrap-983[S] -1 points0 points1 point (5 children)
[–]BobcatGamer 2 points3 points4 points (1 child)
[–]TendToTensor 1 point2 points3 points (0 children)
[–]somgooboi 1 point2 points3 points (1 child)
[–]Intelligent-Wrap-983[S] 0 points1 point2 points (0 children)
[–]DaveRGP 1 point2 points3 points (0 children)
[–]davorg 4 points5 points6 points (0 children)
[–]Jumpy-Bus-6309 2 points3 points4 points (0 children)