Location: Bengaluru, India • Age: 22 • Status: Fuelled by Coffee & Code
Vihan@Portfolio:~$ bootup --init
Booting up Vihan's Profile...
[▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
System Check: OK
Loading Modules...
- Module 'AboutMe' loaded.
- Module 'Skillset' loaded.
- Module 'CurrentFocus' loaded.
All systems go. Welcome to my digital space!
Vihan@Portfolio:~$ ./vihan --about
# Vihan Patel
A 22-year-old developer with a passion for building things that live on the internet.
I believe in the power of clean code and thoughtful design to create seamless user experiences.
When I'm not typing away at my keyboard, you'll find me exploring new cafes in Bengaluru or diving into a good sci-fi novel.
My goal is to not just write code, but to solve real-world problems and make a tangible impact.
Vihan@Portfolio:~$ ./vihan --skills
## SKILLSET [ LOADING... ]
- Languages: [ 'Python', 'JavaScript (ES6+)', 'Go', 'SQL' ]
- Frontend: [ 'React', 'Next.js', 'Vite', 'HTML5', 'CSS3', 'TailwindCSS' ]
- Backend: [ 'Node.js', 'Express', 'Django', 'FastAPI' ]
- Databases: [ 'PostgreSQL', 'MongoDB', 'Redis' ]
- DevOps: [ 'Docker', 'GitHub Actions', 'AWS (S3, EC2)', 'Vercel' ]
- Tools: [ 'Git', 'Neovim', 'Postman', 'Figma' ]
```bash
Vihan@Portfolio:~$ ./vihan --status
## CURRENT FOCUS
- 🔭 I’m currently working on a decentralized social media platform.
- 🌱 I’m learning about system design and scalability.
- 👯 I’m looking to collaborate on open-source projects related to Web3.
- 🤔 I’m looking for help with advanced concepts in container orchestration.
Vihan@Portfolio:~$ exit
Shutting down... Have a great day!