Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions 2026/day-27/day-27-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Day 27 – GitHub Profile Makeover
Task 1: Audit My GitHub Profile
Before making changes, I reviewed my GitHub profile as if I were a recruiter.
Observations:
Profile picture is professional.
Bio needed improvement to clearly mention my role.
Some repositories had no descriptions.
Pinned repositories were not fully optimized.
A recruiter might not immediately understand my DevOps learning journey.
So I decided to organize my profile properly.

Task 2: Create Profile README
I created a special repository with the same name as my GitHub username:
Devel955/Devel955
This repository contains a README.md which appears on my GitHub profile.
My Profile README includes:
Short introduction about me
My learning journey (90 Days of DevOps)
Skills and tools I am learning
Links to important repositories
My contact information
Example introduction:
Hi, I'm Anand Sen 👋
Aspiring DevOps Engineer 🚀
Currently learning DevOps, Cloud, and Automation.
Working on:
- 90 Days of DevOps Challenge
- Linux, Git, Shell Scripting
- Docker, CI/CD, Cloud Platforms

- Task 3: Organize My Repositories
I organized my repositories to make them easier to understand.
Repositories created or organized:
90DaysOfDevOps → daily DevOps challenge submissions
shell-scripts → automation scripts written in Bash
python-scripts → Python learning and practice scripts
devops-notes → DevOps learning notes and references
Each repository now has:
clear name
description
proper README.md
organized folder structure

Task 4: Pin My Best Repositories
I pinned the most important repositories on my GitHub profile so recruiters can quickly see my work.
Pinned repositories:
90DaysOfDevOps
shell-scripts
python-scripts
devops-notes
devops-git-practice
test-gh-cli
These repositories represent my DevOps learning journey.

Task 5: Clean Up Repositories
I cleaned my GitHub profile by:
deleting unnecessary repositories
renaming unclear repository names
adding README files to important repositories
ensuring no sensitive information (API keys, passwords) is exposed
This made my profile cleaner and more professional.

Task 6: Before & After
I took screenshots of my GitHub profile:
Before:
My profile had fewer descriptions and less organized repositories.
After:
My profile now includes:
professional bio
profile README
pinned repositories
organized projects
Improvements made:
Created a professional developer profile.
Organized repositories related to DevOps learning.
Made my GitHub profile easier for recruiters to understand.
Summary
Today I focused on improving my GitHub profile to build a strong developer identity.
My profile now:
clearly shows my DevOps learning journey
contains organized repositories
looks more professional and recruiter-friendly.