This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.json
54 lines (54 loc) · 2.39 KB
/
info.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
{
"heroSection": { "name": "Archit Gupta", "profession": "Software Engineer" },
"aboutSection": {
"html": "I'm currently working as a <b>Full Stack Software Engineer</b> at <b>Bonatra</b>. I specialize in building web applications and software systems using JavaScript and Python <br />I graduated with a <b>B.Tech</b> in Information Technology from <b>Manipal Institute of Technology</b> <br /> When I'm not coding, I like to play the keyboard, hit the gym or look for new ice-cream flavours"
},
"experienceSection": {
"resumeLink": "https://drive.google.com/file/d/1KGgEpmXPVYmINI0-s1SgyhvRQmUfYB-S/view?usp=drive_link",
"experiences": [
{
"key": 2,
"organization": "Bonatra",
"position": "Software Engineer",
"duration": "September 2022 - Present",
"description": "Currently working as a full stack software engineer creating systems for devices like the Bonatra X1 Smart Ring and experiences on the web and mobile app",
"skills": "Python, JavaScript, React, React Native, Frappe, SQL, MongoDB"
},
{
"key": 3,
"organization": "QuickMetrix",
"position": "Software Engineer Intern",
"duration": "January 2022 - June 2022",
"description": "Worked as an intern where I came up with a new audit log API for the platform and helped integrate it while migrating old logs into the new format",
"skills": "Python, JavaScript, FastAPI, MongoDB"
}
]
},
"projectSection": {
"githubLink": "https://github.com/rarchitgupta",
"projects": [
{
"key": 1,
"name": "Expenses Manager",
"description": "Web app with authentication to manage individual daily and monthly expenses",
"link": "https://github.com/rarchitgupta/expensify",
"technologies": "React, Firebase, Jest, Enzyme"
},
{
"key": 2,
"name": "Playlist Converter",
"description": "CLI app that takes a .txt file and converts all songs in it to a Spotify Playlist",
"link": "https://github.com/rarchitgupta/playlistConverter",
"technologies": "Python, Spotify API"
}
]
},
"contactAndFooterSection": {
"email": "[email protected]",
"socialLinks": {
"linkedIn": "https://www.linkedin.com/in/rarchit-gupta",
"github": "https://github.com/rarchitgupta",
"twitter": "https://twitter.com/rchitgupta"
}
}
}