~/harshdeep/intro.sh
harshdeep@portfolio:~$ whoami
> Harshdeep Saiyam
> Full Stack Developer
~/harshdeep/skills.json
harshdeep@portfolio:~$ skill --list --verbose
filter:
SKILLPROFICIENCY
React
█████████90%
Next.js
█████████85%
TypeScript
█████████85%
JavaScript
██████████95%
Tailwind CSS
█████████90%
HTML/CSS
██████████95%
Redux
████████░░80%
Node.js
█████████85%
Express
████████░░80%
REST APIs
█████████90%
MongoDB
████████░░80%
PostgreSQL
████████░░75%
MySQL
████████░░80%
Git
█████████90%
Docker
███████░░░70%
Linux
████████░░75%
Showing 16 of 16 skills | 84% avg proficiency
~/harshdeep/projects
harshdeep@portfolio:~$ ls -la ~/projects/
Found 3 projects
~/projects/harshdeep.dev
$ tree harshdeep.dev/
├──README.md
├──tech:
Next.jsTypeScriptTailwind CSSFramer Motion
└──status:production
$ cat README.md

Personal portfolio website built with Next.js 14, featuring a terminal-inspired design with interactive animations.

~/projects/collaborative-whiteboard
$ tree collaborative-whiteboard/
├──README.md
├──tech:
ReactKonva.jsYjsWebSocket
└──status:development
$ cat README.md

Real-time collaborative drawing tool using Canvas API and Yjs CRDT for conflict-free synchronization.

~/projects/ai-chat-interface
$ tree ai-chat-interface/
├──README.md
├──tech:
Next.jsOpenAI APITailwind CSSTypeScript
└──status:development
$ cat README.md

Modern chat interface for AI assistants with streaming responses and markdown rendering.

[INFO] More projects coming soon... View all on GitHub →