VS Code Portfolio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// about.json// A summary of the developer instance{
"developer": {
"name": "Hiran Chamod",
"role": "Software Engineering Undergraduate",
"university": "NSBM Green University",
"status": "Open to Collaborations",
"location": "Sri Lanka"
},
"contact": {
"email": "hkchamod87@gmail.com",
},
"stack": {
"languages": ["JavaScript", "TypeScript", "Python", "Java", "SQL"],
"frontend": ["Next.js 15", "React Native", "Tailwind CSS"],
"creative": ["Adobe Premiere Pro", "Figma"]
},
"leadership": [
{
"org": "CSSL NSBM GenZ Chapter",
"role": "Executive Committee Member"
},
{
"org": "NSBM Archery Club",
"role": "Treasurer"
}
],
"interests": [
"Agentic AI",
"Hardware Hacking (ESP32/Flipper Zero)",
"Listen to Music"
]
}
TerminalOutputProblemsDebug Console
Welcome to the portfolio terminal! Type "help" to start.
user@portfolio:~$