-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcv.json
205 lines (205 loc) · 8.22 KB
/
cv.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"basics": {
"name": "Rayhan Kafi Pratama",
"nickname": "raexera",
"label": "Undergraduate of Computer Science at Bina Nusantara University.",
"summary": "Passionate about continuously learning and building impactful open source projects. Experienced in software engineering with a focus on development and operations.",
"location": {
"city": "Jakarta",
"countryCode": "ID",
"region": "Indonesia"
},
"socials": [
{
"network": "email",
"url": "mailto:[email protected]"
},
{
"network": "telegram",
"url": "https://t.me/raexxera"
},
{
"network": "github",
"url": "https://github.com/raexera"
},
{
"network": "linkedin",
"url": "https://linkedin.com/in/rayhankafipratama"
}
]
},
"work": [
{
"name": "PT. Verihubs Inteligensia Nusantara",
"position": "Back-End Engineer Intern",
"location_type": "Hybrid",
"location": "Jakarta, Indonesia",
"url": "https://verihubs.com",
"startDate": "2025-02-03",
"endDate": null,
"summary": null,
"responsibilities": null
},
{
"name": "GDGoC BINUS Bandung",
"position": "Back-End Core Team",
"location_type": "Hybrid",
"location": "Bandung, Indonesia",
"url": "https://gdg.community.dev/gdg-on-campus-binus-university-bandung-bandung-indonesia",
"startDate": "2024-10-01",
"endDate": null,
"summary": null,
"responsibilities": null
},
{
"name": "PT. Gunung Amal Solution International",
"position": "Freelance Back-End Developer",
"location_type": "Remote",
"location": "Bandung, Indonesia",
"url": "https://amalsolution.com",
"startDate": "2024-07-01",
"endDate": "2024-12-01",
"summary": "Worked on a freelance basis for back-end development, including system and API development for an Audit Trail Management System project. Collaborated with Business Analysts to meet project-specific requirements.",
"responsibilities": [
"Developed back-end systems and APIs for Audit Trail Management System.",
"Collaborated with Business Analysts to understand project requirements.",
"Designed system architecture and participated in code reviews."
]
},
{
"name": "PT. Khatulistiwa Nusantara Indonesia (KHANSIA)",
"position": "Back-End Developer Intern",
"location_type": "Hybrid",
"location": "Bandung, Indonesia",
"url": "https://khansia.co.id",
"startDate": "2020-09-01",
"endDate": "2021-04-01",
"summary": "Assisted senior developers in building and maintaining back-end systems for mobile applications, gaining hands-on experience with back-end technologies.",
"responsibilities": [
"Assisted in building and maintaining back-end systems for mobile applications.",
"Participated in Agile development processes including sprint planning and daily stand-ups.",
"Integrated back-end functionalities with front-end user interfaces."
]
}
],
"education": [
{
"institution": "Bina Nusantara University",
"url": "https://binus.ac.id",
"area": "Computer Science",
"studyType": "Bachelor",
"startDate": "2022-09-01",
"endDate": null,
"summary": "Specialization in Software Engineering, with a focus on Back-End Development. Courses include Data Structures, Algorithms, Object-Oriented Programming, and Software Development. Participated in various hackathons and coding competitions."
},
{
"institution": "SMK Assalaam Bandung",
"url": "https://smkassalaambandung.sch.id/",
"area": "Software Engineering",
"studyType": "Vocational High School",
"startDate": "2019-09-01",
"endDate": "2022-06-01",
"summary": "Graduated as a top student, gained expertise in web and mobile development, and software methodologies. Served as a lab assistant, helping students with software engineering issues and providing technical support to teachers."
}
],
"awards": [
{
"title": "Finalist of Chain Fusion Hacker House",
"date": "August 2024",
"awarder": "ICP"
},
{
"title": "Finalist of ICPC Asia Jakarta National Contest",
"date": "November 2023",
"awarder": "ICPC"
}
],
"skills": {
"programming_languages": ["Go", "JavaScript", "Python"],
"frameworks": ["Echo", "Fiber", "Express.js", "Django", "Flask"],
"databases": ["MySQL", "PostgreSQL", "Redis"],
"tools": ["Docker", "Git"]
},
"projects": [
{
"name": "Kanjo",
"description": "AI-Powered Sentiment Analysis Tool",
"url": "https://github.com/raexera/kanjo",
"highlights": [
"Implemented various machine learning models like Naive Bayes, SVM, and Random Forest for sentiment analysis.",
"Designed an intuitive Streamlit interface for easy model interaction."
],
"technologies": ["Python", "Streamlit", "Scikit-learn", "Pandas"]
},
{
"name": "Shusseki",
"description": "Automated Attendance System using Facial Recognition",
"url": "https://github.com/raexera/shusseki",
"highlights": [
"Integrated facial recognition with OpenCV for real-time attendance tracking.",
"Achieved 95% accuracy in facial recognition under various lighting conditions."
],
"technologies": ["Python", "OpenCV", "Dlib"]
},
{
"name": "Yoru",
"description": "Custom Linux Environment",
"url": "https://github.com/raexera/yoru",
"highlights": [
"Engineered a performance-focused Linux environment with AwesomeWM, enhancing productivity for developers and power users.",
"Developed custom widgets for system monitoring and task management, streamlining workflows and improving user experience."
],
"technologies": ["Lua", "Shell"]
},
{
"name": "Identik",
"description": "Indonesia Decentralized Identity Keys",
"url": "https://github.com/raexera/identik",
"highlights": [
"Developed a decentralized identity system using Motoko on the Internet Computer (ICP) blockchain.",
"Integrated multi-factor authentication for enhanced security."
],
"technologies": ["Motoko", "JavaScript", "HTML", "CSS"]
},
{
"name": "OlahragaYuk",
"description": "Sports Booking Platform",
"url": "https://github.com/raexera/olahragayuk",
"highlights": [
"Developed a full-stack platform for booking sports fields, hiring coaches, and managing tournaments.",
"Improved user engagement by designing efficient booking and registration workflows."
],
"technologies": ["Next.js", "React", "PostgreSQL", "Supabase"]
},
{
"name": "RAiso",
"description": "Online Stationery Store",
"url": "https://github.com/raexera/RAiso",
"highlights": [
"Implemented a scalable layered architecture to enhance maintainability, separating core business logic from data access and UI layers.",
"Optimized the user experience by designing a modern, responsive UI, resulting in improved user retention and satisfaction."
],
"technologies": ["C#", "ASP.NET", "Entity Framework"]
},
{
"name": "PyQtLMS",
"description": "Yet Another Library Management System",
"url": "https://github.com/raexera/PyQtLMS",
"highlights": [
"Developed a feature-rich library management system using PyQt5, enabling efficient book tracking and user management.",
"Designed a robust MySQL-based backend to handle large-scale book inventories and transactions efficiently."
],
"technologies": ["Python", "PyQt5", "MySQL"]
},
{
"name": "Cursed",
"description": "Text-based calendar and scheduling application",
"url": "https://github.com/raexera/cursed",
"highlights": [
"Created a terminal-based calendar and todo-list application utilizing ncurses, providing a lightweight and efficient scheduling solution for command-line users.",
"Implemented efficient data structures to handle complex scheduling tasks while maintaining a minimalist and lightweight user experience."
],
"technologies": ["C", "ncurses"]
}
]
}