One-page portfolio for Sahil Bhatti, focused on AI backend engineering roles.
Live domain target: https://bysahil.dev
This portfolio is built to communicate one thing quickly: I can build backend systems for AI products with clear thinking, practical engineering, and proof-first communication.
The site highlights:
- Python, FastAPI, PostgreSQL, pgvector, Docker, and LLM API work.
- RAG, inference API, and backend system design projects.
- Academic foundation from M.Tech Data Science at IIT Jammu.
- Real contact paths through email, LinkedIn, GitHub, and resume download.
.
├── index.html
├── assets/
│ ├── Resume.pdf
│ └── profile.jpeg
├── vercel.json
├── .gitignore
└── README.md
Run this from the project root:
python3 -m http.server 5173Open:
http://127.0.0.1:5173
This is a static HTML site, so it does not need a build step.
Recommended Vercel settings:
- Framework Preset:
Other - Build Command: leave empty
- Output Directory:
. - Install Command: leave empty
Production domain:
bysahil.dev
Recommended domain setup:
- Add
bysahil.devin Vercel Project Settings -> Domains. - Add
www.bysahil.devtoo. - Point the Namecheap DNS records to the values Vercel shows.
- Make one version canonical, usually
bysahil.dev, and redirectwwwto it.
- Email:
sahil@bysahil.dev - LinkedIn:
https://www.linkedin.com/in/sahilarchitect/ - GitHub:
https://github.com/SahilArchitect