sanki92 - Overview

THANKS

Typing SVG

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.sh
sanki92@github:~$ cat contribution_graph.log

sanki92@github:~$ git log --oneline -10
  1. 🎉 Merged PR #14150 in meteor/meteor
  2. 🗣 Commented on #82 in dspinellis/cscout
  3. 🗣 Commented on #82 in dspinellis/cscout
  4. 🚀 Published release v0.1.3 in sanki92/envsync
  5. 🚀 Published release v0.1.2 in sanki92/envsync
sanki92@github:~$ cat achievements.txt

Holopin Badges

GitHub Trophies

sanki92@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:~$ 

System Status: ONLINE | Last Commit: Recently Active | Mode: Building