generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
803 lines (748 loc) · 29.7 KB
/
hugo.yaml
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
baseURL: "https://victormarino.com/"
languageCode: "es-ES"
title: "Víctor Marino"
theme:
- customized-hugo-profile
- hugo-profile
defaultContentLanguage: es
defaultContentLanguageInSubdir: false
languages:
en:
contentDir: content/en
disabled: false
languageCode: en-EN
languageDirection: ltr
languageName: English
# params:
# subtitle: Reference, Tutorials und Explanations
title: Víctor Marino
weight: 1
menus:
main:
- name: Blog
url: /en/
weight: 1
- name: X Insight
url: /en/xinsight
weight: 2
- name: About me
url: /en/about/
weight: 3
# - name: Experience
# url: /about/#Experience
# weight: 3
# - name: Education
# url: /about/#Education
# weight: 4
# - name: Achievements
# url: /about/#Achievements
# weight: 6
# - name: Contact
# url: /about/#Contact
# weight: 7
# Separator
- name: "●"
weight: 8
es:
# contentDir: content/es/
disabled: false
languageCode: es-ES
languageDirection: ltr
languageName: Español
# params:
# subtitle: Referencias, Tutoriales, and Explicaciones
title: Víctor Marino
weight: 2
menu:
main:
- name: Blog
url: /
weight: 1
- name: X Insight
url: /xinsight
weight: 2
- name: Sobre mí
url: /about/
weight: 3
# - name: Experiencia
# url: /es/about/#Experience
# weight: 3
# - name: Educación
# url: /es/about/#Education
# weight: 4
# - name: Logros
# url: /es/about/#Achievements
# weight: 6
# - name: Contacto
# url: /es/about/#Contact
# weight: 7
# Separator
- name: "●"
weight: 8
# Dropdown menu
params:
hero:
enable: true
intro: "Hola, soy"
title: "Víctor."
subtitle: ""
content: Un ingeniero con debilidad por las finanzas ;-)
image: /images/profile_avatar.png
bottomImage:
enable: true
# roundImage: true # Make hero image circular | default false
button:
enable: false
name: "CV"
url: "#"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/victor-marino
- icon: fab fa-linkedin
url: https://www.linkedin.com/in/victormarinolopez/
# customIcons:
# - icon: /fav.png
# url: "https://example.com"
about:
enable: true
title: "Sobre mí"
image: "/images/profile_picture.png"
content: |-
Soy un ingeniero de software con una marcada formación en telecomunicaciones y redes móviles. Con más de 13 años de experiecia en el sector de las telecomunicaciones, he trabajado en una gran variedad de roles y áreas: gestión de producto, diseño de red, monitorización y optimización de KPIs, servicios de baja latencia, aplicaciones 5G... así como numerosos proyectos de innovación.
Desde 2020, mi trabajo se centra en el desarrollo de APIs para exponer funcionalidades de red al exterior, haciendo las redes móviles más abiertas, eficientes e interoperables.
En mi tiempo libre me gusta desarrollar apps móviles, y también ayudo a promover la cultura financiera a través de la comunidad de [Bogleheads España](https://bogleheads.es/).
skills:
enable: false
title: "Algunas de las tecnologías con las que trabajo habitualmente:"
items:
- "Python"
- "Go"
- "Kubernetes"
- "Flutter"
# Experience
experience:
enable: false
title: "Experiencia"
items:
- skill: "Python"
job: "Diseño y desarrollo de microservicios"
company: "Vodafone - Network as a Platform"
date: "Abr 2020 - presente"
featuredLink:
enable: true
name: "Network as a Platform"
url: "https://www.vodafone.com/what-we-do/technology/network-as-platform-naap"
info:
enable: false
content: |-
En Network as a Platform, estamos creando una capa de APIs en la nube pública para exponer funcionalidades internas de nuestras redes. Utilizamos una arquitectura basada en microservicios, con Python como lenguaje principal.
Como programador en este equipo, estas son algunas de las tareas y tecnologías con las que trabajo habitualmente:
- Diseño completo de APIs
- Dev lead de varias APIs
- Desarrollo de microservicios
- Integración con los sistemas ya existentes en el núcleo de nuestras redes
- Unit testing y mocking
- Infraestructura de Kubernetes
- Pipelines de Jenkins (CI/CD)
- Pruebas de extremo a extremo con usuarios comerciales en producción
- skill: "Go"
job: "Diseño y desarrollo de API gateway"
company: "Vodafone - Network as a Platform"
date: "Abr 2020 - presente"
featuredLink:
enable: true
name: "Network as a Platform"
url: "https://www.vodafone.com/what-we-do/technology/network-as-platform-naap"
info:
enable: false
content: |
En Network as a Platform, estamos creando una capa de APIs en la nube pública para exponer funcionalidades internas de nuestras redes. Para satisfacer todas nuestras necesidades, decidimos desarrollar nuestro propio API gateway, escrito en Go.
Como programador en este equipo, estas son algunas de las tareas y tecnologías con las que trabajo habitualmente:
- Contribuciones de código a múltiples módulos: configuración, handlers, logging, rate-limiting, etc.
- Código y arquitectura idiomática de Go basada en interfaces
- Unit testing y mocking
- Infraestructura de Kubernetes
- Pipelines de Jenkins (CI/CD)
- skill: "Flutter"
job: "Desarrollo de la app X Insight"
company: "Proyecto personal"
date: "Mar 2020 - Ago 2022"
info:
enable: false
featuredLink:
enable: true
name: "X Insight"
url: "/xinsight"
content: |
X Insight es una app multiplataforma y de código abierto que he desarrollado como proyecto personal. Está disponible para Android, y puede ser utilizada por los clientes de la empresa de inversión Indexa Capital como alternativa a la app oficial.
Algunas de sus principales características:
- Diseño visual e intuitivo con agradables gráficas
- Animaciones fluidas y gran rendimiento en toda la app
- Elementos de interfaz nativos tanto en Android como en iOS
- Modo oscuro disponible
- Soporte para autenticación biométrica
- Segura: utiliza la API oficial ofrecida por Indexa Capital
- Privada: No recoge ni almacena datos
- skill: "Innovación"
job: "Innovación y gestión de portfolio"
company: "Vodafone - Network Portfolio and Innovation"
date: "Sep 2016 - Abr 2020"
info:
enable: false
featuredLink:
enable: false
content: |
- Liderar la producción y entrega del Network Product Benchmark.
- Liderar la coordinación, preparación e instalación de todas las demos en el Mobile World Congress.
- Presentar demos en el Mobile World Congress a audiencias de distintos perfiles.
- Liderar múltiples proyectos de innovación: Cloud Smartphone, MusiConnect, Cloud Gaming.
- Probar y evaluar casos de uso relacionados con 5G y las comunicaciones de baja latencia.
- skill: "Network Performance"
job: "Ingeniero de rendimiento"
company: "Vodafone - Group Technology"
date: "Sep 2012 - Oct 2016"
info:
enable: false
featuredLink:
enable: false
content: |
- Trabajar con los operadores de Vodafone en más de 20 países para monitorizar el desempeño de red.
- Compilar y procesar KPIs de distintas fuentes: contadores de red, drive tests, encuestas a clientes, herramientas de crowdsourcing (p.ej.: Ookla).
- Crear dashboards mensuales para analizar y comparar el desempeño frente a los competidores.
- Identificar deficiencias y áreas de mejora.
- Crear y entregar planes de mejora y optimización para los operadores locales.
- Organizar sesiones con todos los operadores para identificar, compartir y promover buenas prácticas.
- Soporte presencial específico a operadores locales: Vodafone Irlanda, Vodafone Alemania.
- skill: "Producto de red"
job: "Ingeniero de producto"
company: "Vodafone - Group Technology"
date: "May 2011 - Sep 2012"
info:
enable: false
featuredLink:
enable: false
content: |
- Hacer seguimiento del roadmap de producto de los proveedores de Vodafone
- Gestionar los roadmaps de los proveedores para satisfacer los requisitos de Vodafone
- Probar nuevas funcionalidades radio de 4G y comparar el desempeño entre suministradores
- Presentar los resultados de las pruebas y proporcionar información para el Network Benchmark
- Caracterizar el tráfico de nuevas apps y servicios de smartphone (p.ej.: streaming de vídeo)
- Analyzar el impacto en red de nuevos patrones de tráfico (p.ej.: congestión de señalización)
# Education
education:
enable: false
title: "Educación"
index: false
items:
- title: "Máster en Administración de Empresas (MBA)"
school:
name: "The Power Business School"
url: "https://www.thepowermba.com/es/"
date: "2022 - 2023"
featuredLink:
enable: true
name: "Certification"
url: "https://verified.sertifier.com/es/verify/57656238591564"
content: |-
MBA online con especial énfasis en nuevos modelos de negocio y prácticas de márketing.
- title: "Complete Flutter Development Bootcamp"
school:
name: "The App Brewery"
url: "https://appbrewery.com/"
date: "2020"
featuredLink:
enable: true
name: "Certification"
url: "https://www.udemy.com/certificate/UC-a9174067-7432-4bf5-8c38-896f545126fa/"
content: |-
Curso completo de Flutter impartido por Angela Yu, incluyendo todos los aspectos fundamentales del desarrollo de apps para Android y iOS.
- title: "Ingeniería Técnica Industrial"
school:
name: "Universidad Europea de Madrid"
url: "https://universidadeuropea.com/es/"
date: "2008 - 2011"
content: |-
Ingeniería Técnica Industrial, con especialidad en Electrónica Industrial.
- title: "Ingeniería Técnica de Telecomunicaciones"
school:
name: "Universidad Alfonso X El Sabio"
url: "https://www.uax.com/es"
date: "2004 - 2010"
content: |-
Ingeniería Técnica de Telecomunicaciones, con especialidad en Sistemas de Telecomunicación.
featuredLink:
enable: false
- title: "Instituto"
school:
name: "IES Claudio Moyano"
url: "https://www.claudiomoyano.es/"
featuredLink:
enable: false
date: "1999 - 2003"
content: |-
Educación secundaria, con bachillerato especializado en ciencia y tecnología.
- title: "Colegio"
school:
name: "CEP San José de Calasanz"
url: "http://ceipsanjosedecalasanz.centros.educa.jcyl.es/"
featuredLink:
enable: false
date: "1989 - 1999"
content: |-
Educación primaria.
# Projects
projects:
enable: false
title: "Proyectos"
items:
- title: X Insight
content: "Una vistosa aplicación multiplataforma y de código abierto para clientes de Indexa Capital. Sigue tu cartera de una forma más visual e intuitiva."
image: /images/xinsight/xinsight_feature_graphic.png
featured:
name: X Insight
link: /xinsight
badges:
- "Flutter"
- "Mobile apps"
links:
- icon: fab fa-github
url: https://github.com/victor-marino/xinsight/
title: GitHub
- icon: fab fa-google-play
url: https://play.google.com/store/apps/details?id=com.victormarino.indexax
title: Google Play Store
# Achievements
achievements:
enable: false
title: "Logros"
items:
- title: Vodafone Tech Expert - Level 5 Principal
content: En febrero de 2023 fui reconocido como Experto de Nivel 5 en el Technical Carreer Path de Vodafone.
url: https://www.credly.com/badges/0c3fbf0c-4b37-42c2-a72a-f331433f601e
# Contact
contact:
enable: true
title: "Contacto"
content: Si quieres ponerte en contacto conmigo, puedes mandarme un correo o escribirme en Telegram.
contactOptions:
fontAwesomeIcons:
- icon: fa-solid fa-envelope
url: mailto:[email protected]
- icon: fa-brands fa-telegram
url: https://t.me/VictorML
# email: [email protected]
# btnName: Escríbeme
# For translations
terms:
read: "Leer"
toc: "Tabla de contenidos"
copyright: "Todos los derechos"
pageNotFound: "Página no encontrada"
emailText: "Visita este sitio"
datesFormat:
article: "2 de January, 2006"
articleList: "2 de January, 2006"
articleRecent: "2 de January, 2006"
singlePages:
readTime:
content: "minutos"
outputs:
home:
- "HTML"
- "JSON"
page:
- "HTML"
disableKinds:
- RSS
outputFormats:
RSS:
baseName: = "rss"
Paginate: 10
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
# googleAnalytics: G-MEASUREMENT_ID
markup:
goldmark:
renderer:
unsafe: true
# Menus:
# main:
# - identifier: blog
# name: Blog
# title: Blog posts
# url: /blog
# weight: 1
# - identifier: gallery
# name: Gallery
# title: Blog posts
# url: /gallery
# weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: "Víctor Marino"
description: My personal website
# staticPath: "" # The path to serve the static files from
favicon: "images/favicon.ico"
customCSS: true
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether the fade animations on the home page will be enabled
animate: true
theme:
disableThemeToggle: true
defaultTheme: "dark" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
color:
textColor:
secondaryTextColor:
backgroundColor:
secondaryBackgroundColor:
primaryColor: "#FFFFFF"
secondaryColor:
darkmode:
textColor:
secondaryTextColor:
backgroundColor:
secondaryBackgroundColor:
primaryColor: "#94ADD7"
secondaryColor:
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
# brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
showBrandLogo: false # Show brand logo in nav bar | default is true
brandName: "Víctor Marino" # Brand name for the brand | default is the title variable
disableSearch: true
# searchPlaceholder: "Search"
menus:
disableAbout: true
disableExperience: true
disableEducation: true
disableProjects: true
disableAchievements: true
disableContact: true
# Hero
hero:
enable: true
intro: "Hi, I'm"
title: "Víctor."
subtitle: ""
content: "An engineer with a soft spot for finance ;-)"
image: /images/profile_avatar.png
bottomImage:
enable: true
# roundImage: true # Make hero image circular | default false
button:
enable: false
name: "Resume"
url: "#"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/victor-marino
- icon: fab fa-linkedin
url: https://www.linkedin.com/in/victormarinolopez/
# customIcons:
# - icon: /fav.png
# url: "https://example.com"
# About
about:
enable: true
title: "About me"
image: "/images/profile_picture.png"
content: |-
I am a software engineer with a strong background in telecommunications and mobile networks. With over 13 years of experience in the telco industry, I've worked in a wide range of roles and areas: product management, network design, KPI monitoring and optimization, low latency services, 5G applications... as well as many innovation projects.
Since 2020, my work has been focused on developing APIs to expose network capabilities to the outside, making mobile networks more open, efficient and interoperable.
In my free time I enjoy developing mobile apps, and I also help promote financial culture through the [Bogleheads Spain](https://bogleheads.es/) community.
skills:
enable: false
title: "Here are a few technologies I've been working with recently:"
items:
- "Python"
- "Go"
- "Kubernetes"
- "Flutter"
# Experience
experience:
enable: false
# title: "Custom Name"
items:
- skill: "Python"
job: "Microservice design and development"
company: "Vodafone - Network as a Platform"
date: "Apr 2020 - present"
featuredLink:
enable: true
name: "Network as a Platform"
url: "https://www.vodafone.com/what-we-do/technology/network-as-platform-naap"
info:
enable: false
content: |-
At Network as a Platform, we're creating an API layer in the public cloud to expose internal network capabilities. We use a microservice-based architecture, with Python as our primary language.
As a software developer in this team, here are some of the tasks and technologies I regularly work with:
- End to end API design
- Dev lead for multiple APIs
- Microservice development
- Integration with legacy core network backend systems
- Unit testing and mocking
- Kubernetes configuration and deployment
- Jenkins pipelines for CI/CD
- End to end testing with commercial customers in production
- skill: "Go"
job: "API gateway design and development"
company: "Vodafone - Network as a Platform"
date: "Apr 2020 - present"
featuredLink:
enable: true
name: "Network as a Platform"
url: "https://www.vodafone.com/what-we-do/technology/network-as-platform-naap"
info:
enable: false
content: |
At Network as a Platform, we're creating an API layer to expose internal network capabilities in the public cloud. To better fulfill our requirements, we decided to develop our own API gateway, written in Go.
As a software developer in this team, here are some of the tasks and technologies I regularly work with:
- Contribution to multiple modules: configuration, handlers, logging, rate-limiting, etc.
- Idiomatic interface-based code and architecture
- Unit testing and mocking
- Kubernetes infrastructure
- Jenkins pipelines (CI/CD)
- skill: "Flutter"
job: "X Insight app development"
company: "Personal project"
date: "Mar 2020 - Aug 2022"
info:
enable: false
featuredLink:
enable: true
name: "X Insight"
url: "/en/xinsight"
content: |
X Insight is a cross-platform and open-source app that I developed as a personal project. It is currently available for Android, and it can be used by customers of investment firm Indexa Capital as an alternative to the official app.
Some of its main features:
- Visual and intuitive design with beautiful charts
- Smooth animations and great performance throughout the app
- Native UI elements in both Android and iOS
- Dark mode available
- Biometrics support
- Secure: uses the official API offered by Indexa Capital
- Private: Doesn't collect or store any data
- skill: "Innovation"
job: "Portfolio Management and Innovation"
company: "Vodafone - Network Portfolio and Innovation"
date: "Sep 2016 - Apr 2020"
info:
enable: false
featuredLink:
enable: false
content: |
- Lead production and delivery of the Network Product Benchmark.
- Lead coordination, preparation and setup of all Mobile World Congress demos.
- Present Mobile World Congress demos to a wide range of audiences.
- Lead multiple innovation projects: Cloud Smartphone, MusiConnect, Cloud Gaming.
- Testing and evaluation of use cases related to 5G and low-latency communications.
- skill: "Network Performance"
job: "Performance Engineer"
company: "Vodafone - Group Technology"
date: "Sep 2012 - Oct 2016"
info:
enable: false
featuredLink:
enable: false
content: |
- Work with Vodafone operators across 20+ countries to monitor network performance.
- Collect and process KPIs from a wide range of sources: network counters, drive tests, customer surveys, crowdsourcing tools (e.g.: Ookla).
- Create monthly dashboards to analyze and benchmark performance against competitors.
- Identify gaps and opportunities for improvement.
- Create and deliver improvement plans and optimizations for local markets.
- Drive knowledge sharing sessions with all markets to identify and promote best practices.
- On-site support for local markets when required: Vodafone Ireland, Vodafone Germany.
- skill: "Network Product"
job: "Product Engineer"
company: "Vodafone - Group Technology"
date: "May 2011 - Sep 2012"
info:
enable: false
featuredLink:
enable: false
content: |
- Track roadmap of radio product vendors across Vodafone
- Drive vendor roadmaps to meet Vodafone requirements
- Test new 4G radio features and compare performance across vendors
- Present test results to management and feed information into the Network Benchmark
- Characterize traffic of new smartphone apps and services (e.g.: video streaming)
- Analyize network impact of new traffic patterns (e.g. signalling congestion)
# Education
education:
enable: false
# title: "Custom Name"
index: false
items:
- title: "Master of Business Administration (MBA)"
school:
name: "The Power Business School"
url: "https://www.thepowermba.com/en/"
date: "2022 - 2023"
featuredLink:
enable: true
name: "Certification"
url: "https://verified.sertifier.com/es/verify/57656238591564"
content: |-
Online MBA with a strong focus on modern business models and marketing practices.
- title: "Complete Flutter Development Bootcamp"
school:
name: "The App Brewery"
url: "https://appbrewery.com/"
date: "2020"
featuredLink:
enable: true
name: "Certification"
url: "https://www.udemy.com/certificate/UC-a9174067-7432-4bf5-8c38-896f545126fa/"
content: |-
Complete online Flutter course taught by Angela Yu, covering all fundamental aspects of Android and iOS app development.
- title: "Degree in Industrial Engineering"
school:
name: "Universidad Europea de Madrid"
url: "https://universidadeuropea.com/en/"
date: "2008 - 2011"
content: |-
Degree in Industrial Engineering, with a specialization in Industrial Electronics.
- title: "Degree in Telecommunications Engineering"
school:
name: "Universidad Alfonso X El Sabio"
url: "https://www.uax.com/en"
date: "2004 - 2010"
content: |-
Degree in Telecommunications Engineering, with a specialization in Telecommunication Systems.
featuredLink:
enable: false
- title: "High School"
school:
name: "IES Claudio Moyano"
url: "https://www.claudiomoyano.es/"
featuredLink:
enable: false
date: "1999 - 2003"
content: |-
Secondary education specialized in science and technology.
- title: "Primary School"
school:
name: "CEP San José de Calasanz"
url: "http://ceipsanjosedecalasanz.centros.educa.jcyl.es/"
featuredLink:
enable: false
date: "1989 - 1999"
content: |-
Primary education.
# Projects
projects:
enable: false
# title: "Custom Name"
items:
- title: X Insight
content: "A beautiful cross-platform and open-source client for Indexa Capital customers. Track your portfolio in a more visual and intuitive way."
image: /images/xinsight/xinsight_feature_graphic.png
featured:
name: X Insight
link: /xinsight
badges:
- "Flutter"
- "Mobile apps"
links:
- icon: fab fa-github
url: https://github.com/victor-marino/xinsight/
title: GitHub
- icon: fab fa-google-play
url: https://play.google.com/store/apps/details?id=com.victormarino.indexax
title: Google Play Store
# Achievements
achievements:
enable: false
# title: "Custom Name"
items:
- title: Vodafone Tech Expert - Level 5 Principal
content: On February 2023 I was recognised as Level 5 Expert as part of Vodafone's Technical Carreer Path.
url: https://www.credly.com/badges/0c3fbf0c-4b37-42c2-a72a-f331433f601e
#Contact
contact:
enable: true
title: "Contact"
content: If you want to get in touch with me, you can send me an email or reach out to me in Telegram.
contactOptions:
fontAwesomeIcons:
- icon: fa-solid fa-envelope
url: mailto:[email protected]
- icon: fa-brands fa-telegram
url: https://t.me/VictorML
# email: [email protected]
# btnName: Email me
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
# emailCaption: "Enter your email address"
# messageCaption: "Enter your message here"
footer:
recentPosts:
path: "blogs"
count: 3
title: Recent Posts
enable: false
disableFeaturedImage: false
socialNetworks:
#github: https://github.com/victor-marino
#linkedin: https://www.linkedin.com/in/victormarinolopez/
#twitter: https://twitter.com
#instagram: https://instagram.com
#facebook: https://facebook.com
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
# For translations
terms:
read: "Read"
toc: "Table of Contents"
copyright: "All rights reserved"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"