// Hello, World! 👋

VikasSaini

>

Passionate about building scalable, performant web applications. I turn complex ideas into elegant, user-loved code.

ReactNext.jsTypeScriptNode.jsPython
Available for new opportunities
5+
Years Exp.
50+
Projects
15+
Clients
developer-profile.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// developer-profile.ts
 
interface Developer {
name: string;
role: string;
available: boolean;
}
 
const vikasSaini: Developer = {
name: "Vikas Saini",
role: "Full-Stack Dev",
experience: "5+ years",
available: true,
location: "India 🇮🇳",
coffee: "☕ × ∞"
};
 
export default vikasSaini;
TypeScriptUTF-8 · LF · Ln 18, Col 26