-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
105 lines (105 loc) · 3.25 KB
/
db.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
101
102
103
104
105
{
"11": [
{"resume_id": 11},
{"sections": [
{
"entries": [
{
"bullets": [
{
"bulletpoint_id": 82,
"content": "B.S in Computer Science and Minor in mathematics | GPA: 4.0/4.0"
}
],
"entry_id": 64,
"title": "Florida State Pooniversity | Gainesville, FL"
}
],
"section_id": 28,
"title": "Education"
},
{
"entries": [
{
"bullets": [
{
"bulletpoint_id": 83,
"content": "Helped create API call for new feature and used tools like Splunk to review code defects"
}
],
"entry_id": 65,
"title": "Software Engineer Intern | Bank of America (2023)"
},
{
"bullets": [
{
"bulletpoint_id": 84,
"content": "Tutored students in introductory Computer Science classes such as Data Structures and intro to programming"
}
],
"entry_id": 66,
"title": "Computer Science Tutor | University of Florida (Fall 2022 - Fall 2023)"
},
{
"bullets": [
{
"bulletpoint_id": 85,
"content": "Worked on API calls using Java"
}
],
"entry_id": 67,
"title": "Software Engineer | Bank of America (2024)"
}
],
"section_id": 29,
"title": "Experience"
},
{
"entries": [
{
"bullets": [
{
"bulletpoint_id": 86,
"content": "Created an interpreter consisting of a Lexer, Parser, Interpreter, Analyzer and Generator"
},
{
"bulletpoint_id": 87,
"content": "Implemented more than 300 unit tests using Junit to ensure perfect functionality"
}
],
"entry_id": 68,
"title": "Interpreter | Junit, Java, Git"
},
{
"bullets": [
{
"bulletpoint_id": 88,
"content": "Used SFML to create a piano visualizer that interprets midi files and then shows the notes falling"
}
],
"entry_id": 69,
"title": "SFML Piano | SFML, C++, Git"
},
{
"bullets": [
{
"bulletpoint_id": 89,
"content": "Used react to create a resume drag and drop website"
},
{
"bulletpoint_id": 90,
"content": "worked on the frontend interface using mostly Typescript"
}
],
"entry_id": 70,
"title": "Senior Project | React, Typescript, Git"
}
],
"section_id": 30,
"title": "My Project Experience"
}
]},
{"title": "Chris's Resume 3"},
{"user_id": 1}
]
}