-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvita.html
More file actions
204 lines (194 loc) · 6.7 KB
/
vita.html
File metadata and controls
204 lines (194 loc) · 6.7 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Google Icons-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--Fontawesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/solid.min.css">
<!--Font-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<!--Site CSS-->
<link rel="stylesheet" type="text/css" href="vita.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<title>Codetologist</title>
</head>
<body>
<aside>
<section>
<figure>
<img src="./img/banner_image_small.jpg" alt="Codetologist">
<figcaption>Codetologist</figcaption>
</figure>
</section>
<section>
<h1>Contact</h1>
<ul>
<li class="email">alberto.ramos@codetologist.com</li>
<li class="website">www.codetologist.com</li>
</ul>
</section>
<section>
<h1>Technology Summary</h1>
<h2>Web Development</h2>
<li>Infopath Forms</li>
<li>Nintex Workflows</li>
<li>Agilepoint Workflows</li>
<li>Java</li>
<li>C#</li>
<li>ASP.NET</li>
<li>HTML</li>
<li>Javascript</li>
<li>CSS</li>
<li>XML</li>
<li>SQL</li>
<li>JSON</li>
<li>REST API</li>
<li>MVC</li>
<h2>Test Engineering</h2>
<li>NI TestStand</li>
<li>NI LabView</li>
<li>NI LabWindows/CVI</li>
<li>Python</li>
<li>C/C++</li>
<h2>Software Development</h2>
<li>Design Patterns</li>
<li>Object Oriented Programming</li>
<li>SOLID Principles</li>
</section>
<section>
<h1>Connect</h1>
<li class="linkedin">linkedin.com/in/ajramoszeno</li>
</section>
<section>
<h1>Languages</h1>
<li>Spanish</li>
<li>English</li>
</section>
</aside>
<main>
<h1>Alberto J. Ramos</h1>
<h5>Professional Software Developer</h5>
<p>
Software development professional with over 9 years of experience in the
Aerospace industry. Enthusiastic about good programming practices, project
management methodologies and continuous learning.
</p>
<!--Work Experience-->
<article>
<section>
<time>11/2018</time>
<time>06/2019</time>
<h1>Professional Programmer Analyst</h1>
<h2>DXC Technology</h2>
<summary></summary>
<ul>
<li>Designed and Developed ASP.NET Core MVC web app</li>
<li>Designed and Developed a .NET Windows Forms email generator</li>
<li>Supported SharePoint enhancements on a customer request basis</li>
<li>Created workflows using Agilepoint and Nintex</li>
</ul>
</section>
<section>
<time>03/2017</time>
<time>11/2017</time>
<h1>Software Analyst</h1>
<h2>Empresas O’Neill</h2>
<summary></summary>
<ul>
<li>Designed and developed automated test scripts</li>
<li>Automated manual tests when possible</li>
<li>Reviewed, analyzed and presented test results</li>
<li>Mentored less experienced team members</li>
<li>Received recognition email from project lead and peers</li>
</ul>
</section>
<section>
<time>05/2011</time>
<time>08/2016</time>
<h1>Engineer II Test</h1>
<h2>Honeywell Aerospace</h2>
<summary></summary>
<ul>
<li>Designed and developed automated test equipment software</li>
<li>Lead software developer for ORION VMC PS test equipment</li>
<li>Contributed in multiple test equipment projects</li>
<li>Delivered STEs and trained customers</li>
<li>Troubleshooted failing units (i.e. PBAs)</li>
<li>Recognitions: 2 bravo awards and an inline promotion</li>
</ul>
</section>
<section>
<time>06/2009</time>
<time>08/2010</time>
<h1>Software Specialist I</h1>
<h2>Infotech Aerospace Services, Inc.</h2>
<summary></summary>
<ul>
<li>Maintained legacy software written in Matlab</li>
<li>Designed and developed web app using Java</li>
<li>Performed code reviews</li>
<li>Presented troubleshooting results to customers</li>
</ul>
</section>
</article>
<!--Education-->
<article>
<section>
<time>2011</time>
<time></time>
<h1>Personal Interest / Non-degree</h1>
<h2>Polytechnic University of Puerto Rico</h2>
<summary></summary>
<ul>
<li>Principles of Information Security (CECS 6005)</li>
<li>Database Security (CECS 7240)</li>
</ul>
</section>
<section>
<time>2011</time>
<time></time>
<h1>Continuous Education (Personal Interest/Non Degree)</h1>
<h2>Polytechnic University of Puerto Rico</h2>
<summary></summary>
<ul>
<li>Principles of Information Security (CECS 6005)</li>
<li>Database Security (CECS 7240)</li>
</ul>
</section>
<section>
<time>2007</time>
<time>2010</time>
<h1>Continuous Education (Personal Interest / Non-degree)</h1>
<h2>University of Puerto Rico, Mayagüez Campus</h2>
<summary></summary>
<ul>
<li>Usability Engineering (ICOM 6117)</li>
<li>Human Computer</li>
<li>Interaction (ICOM 6995)</li>
<li>Object Oriented Design (ICOM 6089)</li>
<li>Wireless Networks (ICOM6505)</li>
<li>High Performance Computer (ICOM 6025)</li>
<li>Cryptography (ICOM 5018)</li>
</ul>
</section>
<section>
<time>2003</time>
<time>2006</time>
<h1>Bachelor of Science in Computer Science</h1>
<h2>Interamerican University of Puerto Rico</h2>
<summary>Summa Cum Laude. President of the Interamerican Computer Science
Association</summary>
<ul>
<li></li>
</ul>
</section>
</article>
</main>
<script src="script.js"></script>
</body>
</html>