-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
100 lines (100 loc) · 3.84 KB
/
config.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"ascii": [
"██████╗ █████╗ ██╗ ██╗██╗ ██╗██╗ ██╗███████╗██╗ ██╗██╗ ██╗",
"██╔══██╗██╔══██╗██║ ██╔╝██║ ██╔╝██║ ██╔╝██╔════╝██║ ██║██║ ██║",
"██║ ██║███████║█████╔╝ █████╔╝ █████╔╝ ███████╗███████║███████║",
"██║ ██║██╔══██║██╔═██╗ ██╔═██╗ ██╔═██╗ ╚════██║██╔══██║██╔══██║",
"██████╔╝██║ ██║██║ ██╗██║ ██╗██║ ██╗███████║██║ ██║██║ ██║",
"╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝"
],
"title": "dakkkshh",
"username": "visitor",
"hostname": "dakkkshh",
"password": "dakkkshh",
"repoLink": "https://github.com/nasan016/webshell",
"social": {
"email": "[email protected]",
"github": "dakkkshh",
"linkedin": "dakkkshh"
},
"aboutGreeting": "Hi, my name is Daksh. I'm a software engineer based in India 🇮🇳",
"projects": [
[
"Colossus",
"Efficient study room allocation platform.",
"https://github.com/dakkkshh/Colossus"
],
[
"KeepWell Mantras",
"Enhanced fitness app with subscriptions.",
"https://keepwellmantras.com/"
],
[
"CoreSculpt",
"Tailored fitness app with subscriptions.",
"https://play.google.com/store/apps/details?id=com.keepwellmantras"
],
[
"Hoffero",
"Revolutionizing hotel bookings with transparency.",
"https://app.hoffero.com/"
],
[
"GetSetAdmit",
"Streamlined college application platform.",
"https://getsetadmit.com/"
]
],
"skills": {
"Languages": "C, C++, Data Structures, Algorithms, JavaScript, HTML, CSS",
"Frameworks & Libraries": "React JS, Next.Js, React Native, Ant Design, Tailwind CSS, Node.Js",
"Databases": "NoSQL, MySQL, MongoDB",
"IDE & Tools": "Git, BitBucket, Jira, Redux, CI/CD, AWS SES, AWS S3"
},
"experience": [
{
"company": "Cosmic Technologies",
"role": "Software Engineer Intern",
"dates": "Oct 2022 - Present",
"description": [
"Integrated 30+ MVC APIs with access control ensuring data security and enhancing operations.",
"Automated 4+ systems with Selenium, processed 100+ job postings daily, reducing workload by 70%.",
"Developed 10+ reusable UI components, ensuring consistency across 6+ applications."
]
},
{
"company": "FindUrFix",
"role": "Mobile App Development Intern",
"dates": "Jul 2022 - Sep 2022",
"description": [
"Enabled Google Authentication, reducing registration time by 60% (to 3s).",
"Unified Login and Sign-Up UI, reducing onboarding steps by 20%, improving UX.",
"Enhanced UX with Send Video feature, increasing user-generated content by 25%."
]
}
],
"resume-link": "https://drive.google.com/file/d/1OOUuvh5OSZpg1UeIIG0w9_1kp_ww92i5/view?usp=sharing",
"colors": {
"background": "#0C0623",
"foreground": "#F8DDE5",
"banner": "#FF9951",
"border": {
"visible": true,
"color": "#FFADE2"
},
"prompt": {
"default": "#A5A7A7",
"user": "#FE6BC9",
"host": "#70FDFF",
"input": "#FF7685"
},
"link": {
"text": "#B6AAEE",
"highlightColor": "#FFADE2",
"highlightText": "#0C0623"
},
"commands": {
"textColor": "#FD9BDB"
}
}
}