-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMAC.json
826 lines (826 loc) · 29.9 KB
/
MAC.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
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
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
{
"$schema": "https://raw.githubusercontent.com/getmanfred/mac/v0.3/schema/schema.json",
"settings": {
"language": "EN",
"MACVersion": "0.3"
},
"aboutMe": {
"profile": {
"name": "Oscar Eduardo",
"surnames": "Fuentes",
"title": "Python Engineer",
"description": "I am an engineer with Python. I have 22 months of\nprofessional experience, being backend development the\nmain focus of my career, handling relational and non-relational databases. Early in my career I developed automation systems with Python, ETL processes and worked with Django. I am currently pursuing a degree in Data Engineering, reorienting my career towards the world of data. I love to apply solutions and techniques through programming.",
"avatar": {
"alt": "Foto-tamaño-cedula.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/03/29/3cace463-e6ed-4fc8-b603-629ca3b792fb_foto-tamano-cedula.png"
},
"location": {
"country": "Guatemala",
"region": "Guatemala",
"municipality": "Ciudad de Guatemala"
}
},
"relevantLinks": [
{
"type": "other",
"URL": "https://edufdev.xyz"
},
{
"type": "github",
"URL": "https://github.com/edufdev"
},
{
"type": "other",
"URL": "https://platzi.com/@eduardofuentesm"
},
{
"type": "twitter",
"URL": "https://twitter.com/edufdev/"
},
{
"type": "linkedin",
"URL": "https://www.linkedin.com/in/edufdev/"
}
],
"interestingFacts": [
{
"topic": "My tastes, hobbies and more",
"fact": "* Jazz, classic rock and roll and the blues\n* Being with my pets\n* Reading and learning something totally different about my career every day."
}
],
"recommendations": [
{
"title": " 7 libros para encontrar tu motivación y cumplir tus metas",
"type": "reading",
"URL": "https://platzi.com/blog/libros-motivacion-metas/",
"authors": [
{
"name": "Platzi",
"surnames": "Platzi",
"title": "Author"
}
],
"summary": "\"Preguntamos a nuestros estudiantes qué libros\nfueron importantes para siempre seguir adelante\ny alcanzar sus objetivos. La respuesta de la\ncomunidad fue increíble. No fue fácil, pero aquí\ntenemos la lista de los 7 libros más\nrecomendados\""
},
{
"title": " Conteúdo gratuito",
"type": "other",
"URL": "https://github.com/perifacode/conteudo-gratuito",
"authors": [
{
"name": "GitHub:",
"surnames": "perifacode",
"title": "Author"
}
],
"summary": "Esse repositório tem como objetivo listar\nconteúdos gratuitos, como livros, cursos entre\noutras coisas, que são compartilhados pela\nnossa comunidade."
},
{
"title": " Estructuras de datos con Python: aprende de una vez por todas",
"type": "other",
"URL": "https://platzi.com/blog/estructuras-datos-python/",
"authors": [
{
"name": "Platzi:",
"surnames": "Curso de Estructuras de Datos Lineales con Python",
"title": "Author"
}
],
"summary": "Las estructuras de datos no son mágicas y\ntampoco te brindarán la posibilidad de optimizar\ntu proyecto por sí mismas. Esto implica un\nrazonamiento profundo, entender desde antes\nqué es lo que quieres lograr, las restricciones de\ntu problema a resolver y comprender las\ncaracterísticas de las diferentes estructuras de\ndatos que podrías implementar."
},
{
"title": " How to survive Stackoverflowgeddon?",
"type": "reading",
"URL": "https://www.getmanfred.com/blog/how-to-survive-stackoverflowgeddon",
"authors": [
{
"name": "Manfred:",
"surnames": "Posted on March 24, 2022, by Coral Mocquot",
"title": "Author"
}
],
"summary": "On January 13th, Stack Overflow CEO announced\nthat the company would discontinue Developer\nStories, the online CV format used by the popular\ntechnical Q&A site."
},
{
"title": " How to synchronize your data in Manfred with your GitHub repository",
"type": "reading",
"URL": "https://www.getmanfred.com/blog/github-synchronization",
"authors": [
{
"name": "Manfred:",
"surnames": "Posted on March 23, 2022, by David",
"title": "Author"
}
],
"summary": "\"Your data are yours\" is the claim of many\nprofessional social networks. We have a different\nconcept of what \"yours' should mean."
},
{
"title": " Tutorial: cómo extraer datos de Twitter con Python",
"type": "other",
"URL": "https://platzi.com/blog/extraer-datos-twitter/",
"authors": [
{
"name": "Platzi:",
"surnames": "Curso de Python Intermedio: Comprehensions, Lambdas y Manejo de Errores",
"title": "Author"
}
],
"summary": "En este post aprenderás cómo extraer tweets de\nun trending topic de Twitter utilizando Python,\nguardarlos en un archivo de texto y luego obtener\ncuáles son las cuentas más influyentes y las\npalabras más repetidas del topic."
},
{
"title": "Creando siglas con Python",
"type": "other",
"URL": "https://platzi.com/tutoriales/1937-python/13355-creando-siglas-con-python/",
"authors": [
{
"name": "Edufdev:",
"surnames": "Platzi",
"title": "Author"
}
],
"summary": "Tutorial dirigido para desarrolladores Python\njunior(básico)"
},
{
"title": "Cómo crear tu propio bot de Telegram con Python",
"type": "other",
"URL": "https://platzi.com/blog/bot-python/",
"authors": [
{
"name": "Platzi:",
"surnames": "Curso básico de Python",
"title": "Author"
}
],
"summary": "- Crear el bot desde Telegram.\n- Obtener el token para conectar tu script con\nTelegram.\n- Hacer una función en Python que envíe mensajes\na Telegram.\n- Crear una función para hacer web scraping a\nuna web que muestre los precios de Bitcoin en\ntiempo real.\n- Hacer que se envíe diariamente una actualización\ndel precio a tu chat"
}
]
},
"experience": {
"jobs": [
{
"organization": {
"name": "Data Buddies"
},
"roles": [
{
"name": "Python Engineer",
"startDate": "2022-06-01",
"challenges": [
{
"description": "I have developed process of extraction, transofrmación and loading of data from different sources such as web scrapping, APIs and different databases.\nCreate automation software with python to match hundreds of thousands of durable products.\nWork on backend functionalities of the web app that the company created."
}
],
"competences": [
{
"name": "Django",
"type": "technology"
},
{
"name": "MongoDB",
"type": "technology"
},
{
"name": "Numpy",
"type": "technology"
},
{
"name": "Pandas",
"type": "technology"
},
{
"name": "PostgreSQL",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
}
]
}
]
}
],
"projects": [
{
"details": {
"name": "Platzi Blog",
"description": "- Creación de un sistema de blogs.\n- Realización un CRUD para base de datos relacionales como no relacionales.\n- Uso de modelo entidad-relación.",
"URL": "https://github.com/edufdev/Platzi-Blog",
"image": {
"alt": "Proyecto-fundamentos-bases-datos.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/82b9c5b8-04ab-4e6c-93ae-ff82057c3705_proyecto-fundamentos.png"
}
},
"type": "openSource",
"roles": [
{
"name": "Developer",
"startDate": "2022-03-01",
"competences": [
{
"name": "MySQL",
"type": "technology"
},
{
"name": "SQL",
"type": "technology"
},
{
"name": "UML",
"type": "technology"
}
]
}
]
},
{
"details": {
"name": "Hello, FastAPI world",
"description": "- Prueba con la gran mayoría de funcionalidades FastAPI. \n- Utilización de las Path Operations, los diferentes tipos de parámetros de las mismas.\n- Validación de datos.",
"URL": "https://github.com/edufdev/Hello_FastAPI_world",
"image": {
"alt": "proyecto-fastapi-2.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/015b804a-f3ae-4b88-b9ee-5d3096c58f70_proyecto-fastapi-2.png"
}
},
"type": "openSource",
"roles": [
{
"name": "Developer",
"startDate": "2022-03-01",
"competences": [
{
"name": "Fastapi",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "Ubuntu",
"type": "technology"
},
{
"name": "Visual Studio Code",
"type": "technology"
}
]
}
]
},
{
"details": {
"name": "Repositorios de GitHub",
"description": "- Programas desarrollados durante mi formación académica profesional.\n- Implementación de programas desarrollados como retos personales,\n- Proyectos desarrollados en Python, Django, FastAPI y otras tecnologías.",
"URL": "https://github.com/edufdev",
"image": {
"alt": "Azul_Oscuro_Sencillo_Tecnología_y_Videojuegos_Enlace_en_Perfil_Sitio_Web__6_-removebg-preview.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/f35af436-f7cb-4bda-a5cf-a1ac66038e15_azul_oscuro_sencillo.png"
}
},
"type": "openSource",
"roles": [
{
"name": "Developer",
"startDate": "2021-10-01",
"competences": [
{
"name": "Django",
"type": "technology"
},
{
"name": "Fastapi",
"type": "technology"
},
{
"name": "Flask",
"type": "technology"
},
{
"name": "GraphQL",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "Selenium",
"type": "technology"
},
{
"name": "UML",
"type": "technology"
},
{
"name": "Ubuntu",
"type": "technology"
},
{
"name": "Visual Studio Code",
"type": "technology"
}
]
}
]
},
{
"details": {
"name": "Análisis de los objetos, clases y métodos de la aplicación Uber",
"description": "- A partir de este análisis se realizo la extracción y definición de los objetos, clases y métodos que conforman la aplicación.\n- Utilice UML para modelarla.\n- Usando diferentes lenguajes como Java, PHP y Python hice la implementación de las clases y objetos de la aplicación.",
"URL": "https://github.com/edufdev/objetos_clases_y_metodos_app_uber",
"image": {
"alt": "Proyecto-poo_1.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/f5d569f5-7cdf-4d58-913b-533f9dbd1a84_proyecto-poo_1.png"
}
},
"type": "openSource",
"roles": [
{
"name": "Developer",
"startDate": "2022-03-01",
"finishDate": "2022-04-01",
"competences": [
{
"name": "JAVA",
"type": "technology"
},
{
"name": "JavaScript",
"type": "technology"
},
{
"name": "PHP",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "UML",
"type": "technology"
}
]
}
]
}
]
},
"knowledge": {
"languages": [
{
"name": "English"
},
{
"name": "Spanish"
}
],
"hardSkills": [
{
"skill": {
"name": "Python",
"type": "technology"
}
},
{
"skill": {
"name": "Airflow",
"type": "technology"
}
},
{
"skill": {
"name": "Pandas",
"type": "technology"
}
},
{
"skill": {
"name": "Numpy",
"type": "technology"
}
},
{
"skill": {
"name": "MongoDB",
"type": "technology"
}
},
{
"skill": {
"name": "PostgreSQL",
"type": "technology"
}
}
],
"studies": [
{
"studyType": "certification",
"degreeAchieved": false,
"name": "Básico de GraphQL",
"startDate": "2022-04-01",
"institution": {
"name": "Platzi",
"description": "Maneja los datos de manera sencilla en el backend y en el frontend con GraphQL. Implementar esta solución creada por Facebook y aprovecha su versatilidad en la consulta y manipulación de APIs. Desarrollar mis proyectos de forma increíblemente fácil con Platzi.\n\n- Leer y escribir con GraphQL a cualquier base de datos\n- Conocer los casos de uso óptimos para GraphQL",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "badge-graphql-2e658b66-c0b9-4b33-8f84-c1b7311be302.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/2552830b-f193-4218-8df6-0dfb3e903566_badge-graphql-2e658b.png"
}
},
"linkedCompetences": [
{
"name": "GraphQL",
"type": "technology"
}
]
},
{
"studyType": "certification",
"degreeAchieved": false,
"name": "Fundamentos de Bases de Datos",
"startDate": "2022-03-01",
"institution": {
"name": "Platzi",
"description": "Entender los fundamentos de diseño y modelado requeridos para que tener la mejor arquitectura posible. Crear mis propios modelos de bases de datos con las mejores prácticas desde cero.\n\n- Teoría general de Bases de Datos\n- Bases de Datos Relacionales\n- Bases de Datos no Relacionales\n- Otros tipos de Bases de Datos",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "badge-fundamentos-de-bases-de-datos-cc5eff2a-a7e0-4110-af5d-a47b628611da.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/18210cd6-4a1f-4f7e-8023-69eefd84a5ce_badge-fundamentos-de.png"
}
},
"linkedCompetences": [
{
"name": "MySQL",
"type": "technology"
},
{
"name": "SQL",
"type": "technology"
},
{
"name": "UML",
"type": "technology"
}
]
},
{
"studyType": "certification",
"degreeAchieved": false,
"name": "FastAPI: Fundamentos, Path Operations y Validaciones",
"startDate": "2022-03-01",
"institution": {
"name": "Platzi",
"description": "Analizar los conceptos iniciales para desarrollar aplicaciones backend con este framework. Aprender de path operations, sus componentes, estrategias para validar diferentes tipos de datos y más junto a Facundo García como profesor.\n\n- Utilizar Request Body, Path y Query Parameters\n- Trabajar con Path Operations y sus componentes.\n- Validar todos los datos entrantes a una API.\nCrea un entorno de desarrollo para programar API.",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "artboard-610-5afc949a-1c64-47ce-836c-7aef905b8555.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/c332405a-4446-457d-a5d5-2a54b90e5251_artboard-610-5afc949.png"
}
},
"linkedCompetences": [
{
"name": "Django",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "Ubuntu",
"type": "technology"
},
{
"name": "Visual Studio Code",
"type": "technology"
}
]
},
{
"studyType": "certification",
"degreeAchieved": false,
"name": "Flask",
"startDate": "2022-02-01",
"institution": {
"name": "Platzi",
"description": "Flask es un micro-framework para el desarrollo rápido de aplicaciones web simples con Python. Aprender las principales funcionalidades de Flask, desarrollar mi primer proyecto utilizando este micro framework desde 0. Crear sistemas de login, persiste los datos de mis usuarios en Firebase, manejar templates, crear rutas y hacer despliegue de mi aplicación a producción.\n\nEntender la estructura del framework Flask\nDesarrollar una aplicación utilizando Flask\nEncontrar errores en un proyecto desarrollado con Flask",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "badge-flask-6caeb42e-fa57-486c-8c8a-9c11a37a8e64.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/0547700b-7ad8-4828-bc27-80729628c243_badge-flask-6caeb42e.png"
}
},
"linkedCompetences": [
{
"name": "Cloud Firestore",
"type": "technology"
},
{
"name": "Flask",
"type": "technology"
},
{
"name": "Google Cloud",
"type": "technology"
},
{
"name": "Jinja",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "Ubuntu",
"type": "technology"
}
]
},
{
"studyType": "selfTraining",
"degreeAchieved": false,
"name": "Data Engineer",
"startDate": "2021-10-01",
"institution": {
"name": "Platzi",
"description": "Creates the infrastructure for data mining and analytics readiness in organizations.\n\nWhat does a data engineer do?\nA data engineer is a software engineer who specializes in creating flows that transform large volumes of raw data from different sources, such as databases, APIs and text files.\n\nThey develop these ETL (Extract, Transform and Load) flows so that other profiles within a data team can easily use data from specialized databases for analytics.\n\nKnows how to program with Python and use SQL and NoSQL databases. He uses data processing and flow control tools such as Apache Spark and Airflow, as well as cloud services such as AWS.",
"URL": "https://platzi.com/data-engineer/",
"image": {
"alt": "descarga (1).png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/04/01/056f7287-fbc1-450f-a065-91496d4663a9_descarga-(1).png"
}
},
"linkedCompetences": [
{
"name": "Celery",
"type": "technology"
},
{
"name": "Django",
"type": "technology"
},
{
"name": "Fastapi",
"type": "technology"
},
{
"name": "Flask",
"type": "technology"
},
{
"name": "Git",
"type": "technology"
},
{
"name": "Github",
"type": "technology"
},
{
"name": "GraphQL",
"type": "technology"
},
{
"name": "Linux",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "SQL",
"type": "technology"
}
]
},
{
"studyType": "certification",
"degreeAchieved": false,
"name": "Django básico",
"startDate": "2021-03-01",
"institution": {
"name": "Platzi",
"description": "Analizar los conceptos iniciales para desarrollar el backend de tu aplicación web con este framework. Aprender sobre la estructura de un proyecto, sus archivos más importantes y cómo desarrollar en cada uno, de la mano de tu profesor Facundo García Martoni.\n\n- Dar los primeros pasos en el desarrollo backend con Python\n- Crear, desde cero, tu primer aplicación web\n- Aprender a estructurar un proyecto en este framework\n- Conocer a Django y ubicarlo en el ecosistema de Python",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "piezas-basico-django_badge-b37090dc-8812-45dd-876d-374e878b9b8d.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/07bdc910-e8bf-4c3d-bc29-5ad40513b4c7_piezas-basico-django.png"
}
},
"linkedCompetences": [
{
"name": "Django",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "Ubuntu",
"type": "technology"
}
]
},
{
"studyType": "officialDegree",
"degreeAchieved": false,
"name": "Information Systems Engineering and Computer Science",
"startDate": "2021-01-01",
"institution": {
"name": "Universidad Mariano Gálvez de Guatemala",
"description": "The Information Systems Engineer graduated from the Mariano Galvez University of Guatemala, is a professional who works in the area of information systems and technologies, trained for the following activities:\n\nIntegration of operating systems, computer networks, telecommunications, hardware, databases, quality assurance and software development techniques.\nAnalysis, design and development of useful information systems for companies, applying concepts of management, economic engineering, statistics, quality and administrative processes.\nConduct performance and utilization studies of automated systems.\nSupport all organizational units in the integration of systems solutions development teams.\nAdapt and integrate to new technologies to be developed in the future.\nManage any area within the companies applying the acquired knowledge.\nWork in multidisciplinary groups.\nForm work groups and lead them in information systems projects.\nApply and practice ethical values in their professional function and performance.",
"URL": "https://umg.edu.gt/ingenieria/sistemas",
"image": {
"alt": "descarga.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/04/01/4e1f0f35-7f4a-4d6a-b809-a2d32513c97b_descarga.png"
}
},
"linkedCompetences": [
{
"name": "C++",
"type": "technology"
},
{
"name": "Github",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "Windows",
"type": "technology"
}
]
},
{
"studyType": "certification",
"degreeAchieved": true,
"name": "Python intermedio",
"startDate": "2022-03-01",
"finishDate": "2021-04-01",
"institution": {
"name": "Platzi",
"description": "Fortalecimiento de mis habilidades para profesionalizarme con Python, uno de los lenguajes más utilizados en el mundo en desarrollo backend, ciencia de datos e inteligencia artificial. Aprender conceptos y practicar con retos que elevarán mi nivel al programar.\n\n- Utiliza list y dictionary comprehensions, y high order functions.\n- Preparar un entorno virtual con pip.\n- Maneja archivos de texto con el context manager.\n- Aprende qué significan los errores y cómo manejarlos.",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "badge-intermedio-de-python-d0d16518-5edd-450a-b2a9-0710bded1494.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/e39ff23f-ba96-471f-8e76-9e2bedf514f3_badge-intermedio-de-.png"
}
},
"linkedCompetences": [
{
"name": "Numpy",
"type": "technology"
},
{
"name": "Pandas",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
}
]
},
{
"studyType": "certification",
"degreeAchieved": true,
"name": "Programación Orientada a Objetos: POO",
"startDate": "2022-03-01",
"finishDate": "2022-04-01",
"institution": {
"name": "Platzi",
"description": "La misión: lograr que la virtualidad sea idéntica a la realidad. El elegido para esta tarea: tú. Sé parte de la generación que logra cambiar el mundo a través de ideas innovadoras, porque la diferencia entre ser testigo del cambio y ser parte de él comienza con Platzi.\n\nConocer los diferentes lenguajes de programación orientados a objetos\nAnalizar problemas para el desarrollo de proyectos orientado a objetos\nEntender el funcionamiento de los objetos\nEntender el funcionamiento de las clases",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "badges-poo-513deb20-a5bd-40a7-b97a-c36dc772d512.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/5a6c41f4-f510-415a-90c5-bd7bf3f336b4_badges-poo-513deb20-.png"
}
},
"linkedCompetences": [
{
"name": "HTML",
"type": "technology"
},
{
"name": "JAVA",
"type": "technology"
},
{
"name": "JavaScript",
"type": "technology"
},
{
"name": "PHP",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
}
]
},
{
"studyType": "certification",
"degreeAchieved": true,
"name": "Curso Profesional de Git y GitHub",
"startDate": "2022-01-01",
"finishDate": "2022-03-01",
"institution": {
"name": "Platzi",
"description": "- Llevar un Control de Versiones en tus Proyectos con Git\n- Trabajar en Equipos de Forma Colaborativa\n- Utilizar Dominios Personalizados con GitHub Pages\n- Instalar Git en tu sistema operativo",
"URL": "https://platzi.com/@eduardofuentesm/",
"image": {
"alt": "badge-github-0b729570-934d-47d8-ba6b-610d7f15e0ec.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/01/7bc841cf-ec3d-438d-9d90-aa081bf00020_badge-github-0b72957.png"
}
},
"linkedCompetences": [
{
"name": "CSS",
"type": "technology"
},
{
"name": "Git",
"type": "technology"
},
{
"name": "Github",
"type": "technology"
},
{
"name": "HTML",
"type": "technology"
},
{
"name": "JavaScript",
"type": "technology"
}
]
}
]
},
"careerPreferences": {
"contact": {
"publicProfiles": [
{
"type": "linkedin",
"URL": "https://www.linkedin.com/in/edufdev/"
}
]
},
"preferences": {
"preferredCompetences": [
{
"name": "Django",
"type": "technology"
},
{
"name": "Fastapi",
"type": "technology"
},
{
"name": "Github",
"type": "technology"
},
{
"name": "GraphQL",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
},
{
"name": "Visual Studio Code",
"type": "technology"
}
],
"discardedCompetences": [
{
"name": "C++",
"type": "technology"
},
{
"name": "JavaScript",
"type": "technology"
},
{
"name": "PHP",
"type": "technology"
}
],
"preferredRoles": [
"Backend Developer",
"Data Scientist"
]
}
}
}