-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.json
160 lines (160 loc) · 5.53 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
{
"basics": {
"name": "Jesus Borrero",
"label": "Software Developer",
"image": "https://avatars.githubusercontent.com/u/39781228?v=4",
"email": "jesus.borrero.fernandez@gmail.com",
"phone": "",
"url": "https://me.jesubohrdev.com",
"summary": "Web software developer committed to building intelligent and user-friendly solutions for complex tasks. I approach every task with enthusiasm and a commitment to excellence, whether adding features or resolving bugs. Experienced in development tools and principles such as Git/GitHub, CI/CD, SOLID, etc.",
"location": {
"address": "XXXXXXXXXX",
"postalCode": "XX XXXXX",
"city": "",
"countryCode": "CO",
"region": "Colombia"
},
"profiles": [
{
"network": "Github",
"username": "jesubohr",
"url": "https://github.com/jesubohr"
},
{
"network": "LinkedIn",
"username": "jesusborrero",
"url": "https://linkedin.com/in/jesusborrero"
},
{
"network": "Codepen",
"username": "jesubohr",
"url": "https://codepen.io/jesubohr/"
}
]
},
"work": [
{
"name": "Freelance",
"position": "Frontend Developer",
"url": "",
"startDate": "2022-11-02",
"endDate": "2023-04-02",
"summary": "",
"highlights": [
"Development of web applications using technologies such as: HTML5, CSS3, JavaScript (ES6+), ReactJS, Astro, etc., for clients from different sectors.",
"Development of REST APIs using: Node.js, Express.js, OAuth, database design (MongoDB, SQLite), etc., using good web development and security practices.",
"Translating business and user requirements into functional software, ensuring alignment with project goals.",
"Performing testing and debugging to ensure a high quality user interface for the project."
]
},
{
"name": "SIP Ingeniería",
"position": "Full Stack Developer",
"url": "https://www.linkedin.com/company/sipingenieria/",
"startDate": "2023-05-02",
"summary": "<strong>Financial auditing system for companies with help of AI tools</strong><br/>- Implementation of an automated notification system to alert users about critical events.<br/>- Implementation of two-factor authentication (2FA), to improve system security in user authorization.<br/>- Development of role-based permissions system to ensure user data security.<br/>- Implementation of Dropzone for secure uploading of important files.<br/><br/><strong>AI-based code review system</strong><br/>- Integration of GPT-4 API for analysis and generation of recommendations based on framework standards, architecture and/or conventions used in the company.<br/>- Increased code quality and adherence to best practices and standards by developers.<br/>- Reduced code review time by senior developers by 50%, enabling faster development cycles.<br/>- Project deployment using Docker, ensuring software scalability and portability.<br/>",
"highlights": []
}
],
"education": [
{
"institution": "Universidad del Norte",
"url": "https://uninorte.edu.co/",
"area": "Systems and Computer Engineering",
"studyType": "Bachelor",
"startDate": "2018-01-01",
"endDate": "2022-11-30",
"score": "3.96",
"courses": [
"DB1101 - Basic SQL"
]
}
],
"skills": [
{
"name": "HTML5/CSS3",
"level": "Professional",
"keywords": []
},
{
"name": "Javascript/Typescript",
"level": "Professional",
"keywords": []
},
{
"name": "Python",
"level": "Professional",
"keywords": []
},
{
"name": "React",
"level": "Professional",
"keywords": []
},
{
"name": "Vue",
"level": "Professional",
"keywords": []
},
{
"name": "REST APIs",
"level": "Professional",
"keywords": []
},
{
"name": "SQL/NoSQL",
"level": "Professional",
"keywords": []
},
{
"name": "Git",
"level": "Professional",
"keywords": []
},
{
"name": "Docker",
"level": "Professional",
"keywords": []
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"projects": [
{
"name": "Jaime Giraldo Website",
"startDate": "2019-01-01",
"endDate": "2021-01-01",
"description": "Personal website for a client who wanted to promote his professional image by offering his consulting services and a blog to share his knowledge.",
"highlights": [],
"url": "https://jaimegiraldo.co/"
},
{
"name": "Dunor Boutique",
"startDate": "2019-01-01",
"endDate": "2021-01-01",
"description": "Online store selling suits and tailor-made garments for all special occasions, from weddings to degrees.",
"highlights": [],
"url": "https://dunor-boutique.vercel.app/"
},
{
"name": "HotKeyPad",
"startDate": "2023-02-01",
"endDate": "2023-02-01",
"description": "Lightweight and simple way to add keyboard shortcuts to your web application.",
"highlights": [],
"url": "https://github.com/jesubohr/hotkeypad/"
},
{
"name": "Minimal JSON Resume",
"startDate": "2019-01-01",
"endDate": "2021-01-01",
"description": "A minimalist resume configurable via a JSON file. It's a simple way to create a resume with a modern look.",
"highlights": [],
"url": "https://github.com/jesubohr/minimal-json-resume/"
}
]
}