Web Developer based in Nepal

Transforming ideas into engaging digital products.

I love building modern, responsive web applications that merge clean design with optimized performance. Always learning, building, and exploring new technologies.

Samipab.tsx
1import{ Developer }from"@/nepal";
2
3export constSamipab=()=>{
4return(
5<Developer
6stack={["React", "Next.js", "Node"]}
7location={"Pokhara, Nepal 🇳🇵"}
8status={"Designing. Building. Iterating."}
9philosophy={"Build less. Build better."}
10/>
11);
12};