-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
225 lines (202 loc) · 9.1 KB
/
_config.yml
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
# Site
repository: myalfred03/myalfred03.github.io
# favicon: Directory of your favicon (eg. images/favicon.ico)(optional)
# Content configuration version
version: 2
# Personal info
name: Yeser Alfredo Morales
title: Electronic Engineer
email: myalfredo03@gmail.com
# email_title: Email (Email title override)
phone: +505 89166538
website: myalfredo03.wordpress.com
# website_title: Web (Website title override)
# Dark Mode (true/false/never)
darkmode: never
# Social links
twitter_username: myalfred03
github_username: myalfred03
linkedin_username: myalfredo03
# Additional icon links
#additional_links:
#- title: Link name
# icon: Font Awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
# url: Link url (eg. https://google.com)
# - title: another link
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me (Use this to override about section title)
about_profile_image: images/YM.png
about_content: | # this will include new lines to allow paragraphs
Hi there!
My name is Yeser Alfredo Morales, Engineer passionate about making a career in industrial IoT, as an electronic engineer I have also worked in technical support / engineering / IT.
<i class="far fa-lightbulb"></i> Ask me about: Pluging of Rviz - ROS, Computer Vision using OpenCV, PLC Siemens, Backend Web, Linux, Open Source Software, Computer Network Routing.
<i class="fas fa-laptop-code"></i> Programming Languages: <mark>C/C++</mark>, <mark>MATLAB</mark>, <mark>Python</mark>, <mark>PLC ladder</mark>, <mark>JavaScript</mark>
<i class="fas fa-user-astronaut"></i> Skills: <mark>Linux</mark>, <mark>Robotics</mark>, <mark>Computer Vision</mark>, <mark>PLC Automation</mark>, <mark>Backend Web</mark>, <mark>Data Scraping</mark>, <mark>Support Engineer</mark> <mark>Physical Network</mark>
![alt text](/images/2meall.PNG "CR")
content:
- title: Work Experience
layout: list
content:
- layout: left
title: DIVERSA - ESD
sub_title: Electronic Systems Development Internship
caption: (March - July 2018)
link: https://www.diversa-esd.com/
quote: >
Created to develop the appropriate system to solve your problem.
description: | # this will include new lines to allow paragraphs
- Programming microcontrollers using C.
- Development of PCB boards
- layout: left
title: TECNODIAGNOSTICA S.A.
sub_title: Technical support engineer
caption: (February - September 2019)
link: http://tecnodiagnostica.com/
quote: >
Integral solutions for laboratories
description: | # this will include new lines to allow paragraphs
- Support engineer for specialized medicine systems and equipment.
- layout: left
title: SCISA
sub_title: Automation Specialist
caption: (September 2019 - August 2020)
link: http://scisa.com.ni/
quote: >
Engineering designs and industrial automation
description: | # this will include new lines to allow paragraphs
- Automation project development and programming engineer.
- Programming of control systems, usually using Siemens and Allen Bradley PLCs.
- layout: left
title: Bluefields Technologies S.A
sub_title: Technical support engineer
caption: (August 2020 - November 2021)
link:
quote: >
description: | # this will include new lines to allow paragraphs
- Support engineer for specialized equipment on x-ray detection systems.
- IT Support engineer.
- layout: left
title: LOKAFY (Ontario, Canada)
sub_title: Freelance Backend developer
caption: (January 2021 - August 2021)
link: https://lokafy.com/
quote: >
Bring the World Closer Together
description: | # this will include new lines to allow paragraphs
- API Development using Sails and Django.
- Data scraping
- layout: left
title: Calibre Mining Corp
sub_title: IT Coordinator
caption: (December 2021 - Present)
link: https://www.calibremining.com/
quote: >
.
description: | # this will include new lines to allow paragraphs
- Network development engineer
- Servers Maintain
- title: Academic Projects # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: Electrocardiograph
link: https://github.com/myalfred03/EKG-PIC18F-AD620-SMD
link_text: EKG
additional_links:
- title: Github page for project
icon: fab fa-github
url: https://github.com/myalfred03/EKG-PIC18F-AD620-SMD
- title: Repo page for project
icon: fas fa-atlas
url: https://revistas.usac.edu.gt/index.php/cytes/article/view/297
quote: >
Short overview of the project
description: | # this will include new lines to allow paragraphs
Electrocardiograph capable of recording and transmitting data, using the Bluetooth communication protocol, to a computer. Microcontroller technology was used to implement the electrocardiograph and LABVIEW to develop the program to receive and process data in order to show the electrocardiogram in the computer screen. Data are stored in an EEPROM memory for further analysis. <mark>2nd place project automation category.</mark> in <mark>TECNO – UNI</mark>
- layout: left
title: Virtual laboratory of Robotics
link: https://github.com/myalfred03/rvizglabre/
link_text: LVR
additional_links:
- title: Github page for project
icon: fab fa-github
url: https://github.com/myalfred03/rvizglabre
- title: Repo page for project
icon: fas fa-atlas
url: http://ribuni.uni.edu.ni/3038/
quote: >
Short overview of the project
description: | # this will include new lines to allow paragraphs
The laboratory was developed with the Robotic Operating System (ROS) as its fundamental element, which has become a de facto standard for professionals dedicated to the development of robotic systems. ROS has many software tools and simulators that allow the analysis of a robotic application, whether it is real or simulated. <mark>1st place Best international project.</mark> in <mark>Second Technological Week Honduras</mark>
- title: Education
layout: list
content:
- layout: left
title: UNI
sub_title: Electronics engineer
caption: (2013 - 2017)
quote: >
Universidad Nacional de Ingeniería
description: | # this will include new lines to allow paragraphs
- layout: left
title: ANI
sub_title: English Technical and intermediate competence.
caption: (2017)
quote: >
Academia de idiomas
description: | # this will include new lines to allow paragraphs
- layout: left
title: EDx
sub_title: Introduction to Cloud Infrastructure Technologies
caption: (2019)
quote: >
The Linux Foundation
description: | # this will include new lines to allow paragraphs
- layout: left
title: AWS Cloud Practitioner
sub_title: AWS Cloud concepts, core AWS services, security, architecture, pricing, and support
caption: (2021)
quote: >
aws.training
description: | # this will include new lines to allow paragraphs
- layout: left
title: Data analysis in Power BI
sub_title: Transforming the data, create data models, visualize data using Power BI
caption: (2023)
quote: >
TECNASA U Learning Centers
description: | # this will include new lines to allow paragraphs
- title: A Little More About Me
layout: text
content: | # this will include new lines to allow paragraphs
I enjoy reading books with futuristic concepts and classic science fiction. I like to learn about astronomy every day, currently I have my own telescope. The concept that we are: *"Speck of dust suspended in a ray of sunlight"* teaches me humility.
# Footer
footer_show_references: true
# references_title: References on request (Override references text)
# Build settings
# theme: modern-resume-theme (Use this is you are hosting your resume yourself)
# remote_theme: sproogen/modern-resume-theme (Use this if you are hosting your resume on GitHub)
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
]