$ echo 'initializing dynamic profile shell...'
> booting ── [OK] bootloader: dynamic v2.0
> locale: en_US.UTF-8
> session: interactive (real-time)
> theme: terminal/cmd (enhanced with live data)
> github-api: connected
> fetching user data: complete
> initializing real-time updates: active
WHO AM I | LIVE STATUS |
---|---|
> user: tumansutradhar |
> last_updated: 05/10/2025, 06:11:30 |
> role: IT student · Frontend Developer · Open-Source Contributor |
> timezone: IST (GMT+5:30) |
> focus: React.js · Tailwind CSS · Web Development · UI/UX |
> last_commit: 8 days ago |
> mood: compiling chaos into clean output |
> response_time: ~2-4 hours |
> current_commit: 79b2f09 - Auto-update dynamic README |
> status: online |
$ git status --porcelain --all-repos
## interactive_portfolio...origin/main
M Add index.html and assets folder
M docs: add initial README.md
## edu_manage...origin/main
M feat: complete EduManage course manageme...
$ tail -f ~/.git_activity.log
[2025-09-26 10:10:54 PM] COMMIT: "Add index.html and assets folder" → interactive_portfolio
[2025-09-14 12:37:05 PM] COMMIT: "Readme" → chrono_forge
$ analyze-code-metrics --languages --graph
┌─────────────┬──────────────────────────┬─────────┐
│ Language │ Usage Graph (Real Data) │ Percent │
├─────────────┼──────────────────────────┼─────────┤
│ TypeScript │ ██████████░░░░░░░░░░ │ 49.2% │
│ JavaScript │ ██████░░░░░░░░░░░░░░ │ 30.3% │
│ CSS │ █░░░░░░░░░░░░░░░░░░░ │ 4.6% │
│ PHP │ █░░░░░░░░░░░░░░░░░░░ │ 4.5% │
│ Java │ █░░░░░░░░░░░░░░░░░░░ │ 4.4% │
└─────────────┴──────────────────────────┴─────────┘
$ system-info --stack
┌─ TECH STACK ──────────────────────────────────────────┐
│ Frontend : React.js, Tailwind CSS, Vite, HTML5, │
│ CSS3, JS │
│ Programming: C, Java, JavaScript │
│ Database : MongoDB, Pinata (IPFS) │
│ Versioning : Git, GitHub │
│ Tools : VS Code, Figma, Postman │
└───────────────────────────────────────────────────────┘
$ cat ~/.bashrc | grep -A 20 "# SOCIAL CONNECTIONS"
# SOCIAL CONNECTIONS
export GITHUB_USER="tumansutradhar"
export LINKEDIN_URL="https://linkedin.com/in/tumansutradhar"
export WEBSITE_URL="https://tumansutradhar.me"
export EMAIL="connect.tuman@gmail.com"
# Messaging & Community
export X_URL="https://x.com/tumansutradhar"
export TELEGRAM_URL="https://t.me/tumansutradhar"
export DISCORD_ID="tumansutradhar"
# CONNECTION STATUS
export COLLABORATION_STATUS="OPEN"
export MENTORING_AVAILABLE="TRUE"
export RESPONSE_TIME="2-4_HOURS_IST"
export PREFERRED_CONTACT="email"
$ netstat -an | grep LISTEN
tcp4 0 0 github.com.443 ESTABLISHED
tcp4 0 0 linkedin.com.443 ESTABLISHED
tcp4 0 0 gmail.com.443 ESTABLISHED
tcp4 0 0 localhost.3000 LISTENING
$ echo "Initiating connection protocols..."
> scanning for interesting projects [████████████████████] 100%
> evaluating collaboration opportunities [████████████████████] 100%
> setting up mentorship channels [████████████████████] 100%
> status: READY FOR CONNECTIONS
$ cat << EOF
┌─────────────────┬───────────────────────────────────────────────┐
│ Field │ Details │
├─────────────────┼───────────────────────────────────────────────┤
│ Quote │ Code is poetry — every commit tells a story. │
│ Collaboration │ Open for innovative projects │
│ Mentoring │ Available for fellow developers │
│ Response Time │ ~2-4 hours │
│ Contact Method │ GitHub issues or email │
└─────────────────┴───────────────────────────────────────────────┘
EOF
$ exit
> session terminated gracefully
> last_commit: 79b2f09 - Auto-update dynamic README
> status: ready for next connection
> goodbye!
$ echo "Thanks for visiting! Don't forget to ⭐ star interesting repos!"