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
const skills = {
// Technical Skills
const technicalSkills = {
Node.js
AWS
React.js
Python
Flutter
SQL
Vue.js
Nest.js
};
// Core Competencies
const coreCompetencies = [
"Full Stack Development",
"Cloud Computing (AWS)",
"Serverless Architecture",
"Microservice Architecture",
"Agile Development & Methodologies"
];
// Soft Skills
const softSkills = {
Communication
Leadership
Problem Solving
Team Work
Adaptability
};
// Languages
const languages = [
{name: "English", proficiency: "Professional"},
{name: "Hindi", proficiency: "Native"},
{name: "Assamese", proficiency: "Native"}
];
};
_get in touch