A quiet GitHub can give the wrong impression, even if you’ve been learning a ton. Here’s how to keep it green
1. Start a learning notes repo
Create a public repo called learning-notes or til (Today I Learned). Every time you study something — a concept, a command, a tutorial — add a short note and commit it. Small, real, consistent.
2. Save your practice files
Following a course or tutorial? Push your exercises to GitHub. A folder called js-exercises or python-practice shows you’re applying what you learn, not just watching.
3. Update a reading list
Add a resources.md to any repo and keep it updated with what you’re studying. One commit per session adds up fast.
4. Turn on private contributions
If you work in private repos, make sure your activity still shows. Go to Settings → Profile → Include private contributions on my profile
5. Write a profile README
Tell visitors what you’re currently learning. “Currently exploring Python and SQL” shows direction and intent — recruiters notice this.
6. Pin your best repos
You can pin up to 6 repos on your profile. Make sure they’re your strongest work — including your learning notes repo if it’s well organized.
The goal: treat every study session like a commit. Consistency in small things looks better than silence.
What does it mean to you? You get access to A LOT of free developer tools and education platforms!