sanki92@github:~$ whoami
Developer exploring Go and distributed systems
sanki92@github:~$ neofetch
OS: GitHub
Host: sanki92
Kernel: Developer
Uptime: Since 2020
Packages: 50+ repos
Shell: bash
Resolution: 1920x1080@∞Hz
DE: VS Code
Font: JetBrains Mono
Theme: Dark Mode [Terminal]
sanki92@github:~$ cat expertise.txt
├── Languages
│ ├── Go (Exploring)
│ ├── TypeScript/JavaScript
│ ├── Java
│ └── C/C++
│
├── Backend & Systems
│ ├── Distributed Systems (Learning)
│ ├── Microservices
│ ├── Real-time Systems (Socket.io)
│ └── API Development
│
├── Databases & Caching
│ ├── PostgreSQL
│ ├── MySQL
│ ├── Redis
│ └── CockroachDB
│
└── Frontend & Tooling
├── React/Next.js/React Native
├── Three.js
└── Modern Build Tools (Vite, Bun)
sanki92@github:~$ ./skill_levels.sh
[████████████████████] 85% TypeScript/JavaScript
[███████████████░░░░░] 75% React/Next.js
[██████████░░░░░░░░░░] 50% Go
[████████░░░░░░░░░░░░] 40% Distributed Systems
[███████████░░░░░░░░░] 55% PostgreSQL/Redis
sanki92@github:~$ ls current_focus/
go_fundamentals.md distributed_patterns.md system_design.md
sanki92@github:~$ ./get_stats.shsanki92@github:~$ cat contribution_graph.logsanki92@github:~$ git log --oneline -10- 🗣 Commented on #14045 in meteor/meteor
- 🗣 Commented on #13649 in meteor/meteor
- 💪 Opened PR #14058 in meteor/meteor
- 🗣 Commented on #13649 in meteor/meteor
- 🗣 Commented on #13658 in meteor/meteor
sanki92@github:~$ cat achievements.txtsanki92@github:~$ cat contact.sh
#!/bin/bash
declare -A contacts=(
["email"]="sankalpt92@gmail.com"
["linkedin"]="linkedin.com/in/sankalp-tripathi-53b7b61b5"
["instagram"]="@codingsmurfs"
)
for platform in "${!contacts[@]}"; do
echo "[$platform] ${contacts[$platform]}"
done
sanki92@github:~$ fortune
"First, solve the problem. Then, write the code." - John Johnson
sanki92@github:~$ cowsay "Always learning, always building"
___________________________________
< Always learning, always building >
-----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
sanki92@github:~$ cat /etc/motd
"Talk is cheap. Show me the code." - Linus Torvalds
sanki92@github:~$ echo "Want to see this in your terminal?"
# Run this command:
npx sanki92
sanki92@github:~$ █

