1import type { Developer } from "./types"
2
3const chandan: Developer = {
4 name: "Chandan Vishwakarma",
5 role: "Technical Project Manager & Full Stack Dev",
6 exp: "~6 years",
7 projects: 30,
8 location: "Varanasi, India",
9 email: "chandanvishwakarma.tech@gmail.com",
10 web: "https://cpdevs.com/",
11 stack: [
12 "React", "Next.js", "Node.js",
13 "Blockchain", "TypeScript", "AWS"
14 ],
15 current: "Technical Project Manager @ QuadbTech"
16}
17
18
19