-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.json
148 lines (147 loc) · 3.78 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
{
"home": {
"fullname": "Miguel Guardia",
"logo": "/logo-white.svg",
"fast_links": [
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/miguel-guardia-sanchez/"
},
{
"name": "GitHub",
"url": "https://github.com/MGuardia10"
},
{
"name": "CV",
"url": "/cv.pdf"
}
],
"image": "/links/mguardia.webp",
"intro": "hey, Miguel here!",
"summary": "I am a software engineer in constant learning and with a solid passion for technology and programming. I consider myself a proactive person, with great work ethic and good social skills.",
"projects": [
{
"name": "WebServ",
"image": "/home/webserv.webp",
"summary": "Creating my own HTTP web server with C++.",
"url": ""
},
{
"name": "Inception",
"image": "/home/inception.webp",
"summary": "Set up a small-medium infrastructure using Docker and Docker Compose.",
"url": "https://github.com/MGuardia10/42cursus_inception"
},
{
"name": "minishell",
"image": "home/minishell.webp",
"summary": "Recreating a shell in C using bash as a reference.",
"url": "https://github.com/MGuardia10/42cursus_minishell"
},
{
"name": "FDF",
"image": "/home/fdf.webp",
"summary": "Representing a landscape as a 3D object in which all surfaces are outlined in lines.",
"url": "https://github.com/MGuardia10/42cursus_fdf"
}
]
},
"profiles": [
{
"network": "Email",
"url": "mailto:mike.guardia0309@gmail.com"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/miguel-guardia-sanchez/"
},
{
"network": "GitHub",
"url": "https://github.com/MGuardia10"
},
{
"network": "42 Intra",
"url": "https://profile.intra.42.fr/users/mguardia"
}
],
"about": {
"photos": [
{
"image": "/about/littleme.webp",
"alt": "young me",
"caption": "little-me.jpg",
"date": "2003-10-27"
},
{
"image": "/about/madrid.webp",
"alt": "photo of madrid",
"caption": "madrid.jpg",
"date": "2014-07-30"
},
{
"image": "/about/me.webp",
"alt": "me",
"caption": "me.jpg",
"date": "2023-05-31"
},
{
"image": "/about/mac.webp",
"alt": "coding on my personal computer",
"caption": "coding.jpg",
"date": "2024-08-31"
}
],
"bio": [
"Hi, I'm Miguel from Madrid, Spain. I have been coding since 2022. As a software engineer, I am most passionate about DevOps and Backend development, but I can do Frontend as well.",
"I started coding by myself until I got accepted on 42 Madrid, a software engineering school where I've learnt numerous specific technologies and software development fundamentals.",
"When I'm not at my desk, I am probably lifting weights, playing football or trying new food restaurants :]"
],
"work_intro": "",
"work": [
{
"area": "",
"company": "",
"logo": "",
"url": "",
"date": "",
"key": "1"
}
],
"education_intro": "Right now I'm focused on learning cloud technologies and DevOps practices in a self-taught way.",
"education": [
{
"area": "Software Engineering",
"company": "42 Madrid - Telefónica",
"logo": "/about/42.webp",
"url": "https://www.42madrid.com/",
"date": "2023 - 2025",
"key": "1"
},
{
"area": "Cloud Architect Bootcamp",
"company": "Technological University",
"logo": "/about/techtitute.webp",
"url": "https://www.techtitute.com/",
"date": "2022 - 2023",
"key": "2"
},
{
"area": "Master Full Stack Dev",
"company": "Technological University",
"logo": "/about/techtitute.webp",
"url": "https://www.techtitute.com/",
"date": "2022 - 2023",
"key": "3"
}
],
"certificates": [
{
"area": "GCP Associate Cloud Engineer",
"company": "Google Cloud",
"logo": "",
"date": "2021",
"url": "https://certificate.com"
}
]
}
}