-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
368 lines (295 loc) · 11.7 KB
/
resume.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>Robert Polana - Full-Stack Web Application Engineer</title>
<link rel="stylesheet" class="cleansup"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.6.1/github-markdown-light.min.css"
crossorigin="anonymous" integrity="sha256-V7VGqG2TLikPlNmck88+u5z0PLfw1ytt50cp7sku0qM=">
</head>
<style>
</style>
<style>
.vhs-effect {
position: relative;
animation: vhs 2s infinite linear;
text-decoration: none !important;
}
@keyframes vhs {
0% {
text-shadow: 8px 8px 0 rgba(244, 143, 177, 1);
/* pastel pink */
}
25% {
text-shadow: -8px 8px 0 rgba(144, 202, 249, 1);
/* pastel blue */
}
50% {
text-shadow: -8px -8px 0 rgba(255, 249, 196, 1);
/* pastel yellow */
}
75% {
text-shadow: 8px -8px 0 rgba(164, 255, 196, 1);
/* pastel green */
}
100% {
text-shadow: 8px 8px 0 rgba(244, 143, 177, 1);
/* pastel pink */
}
}
#markdown-content {
display: block;
white-space: pre;
}
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
/* My Personal Custom Styles */
.call-out {
font-style: italic;
font-weight: bold;
transform: rotate(-3deg);
display: block;
text-align: center;
text-decoration: none !important;
margin-bottom: 4rem;
font-size: clamp(1rem, 12vw, 6rem);
word-break: normal;
overflow-wrap: initial;
}
* {
font-family: monospace;
}
img:first-of-type {
width: 100px;
height: 100px;
border-radius: 50%;
display: block;
margin-right: 1rem;
}
h1:first-of-type {
display: flex;
align-items: center;
}
ul:first-of-type {
padding-left: 0;
text-align: center;
li {
white-space: nowrap;
display: inline;
text-transform: uppercase;
font-size: 1rem;
font-family: monospace;
a {
padding: 0.5rem;
line-height: 3rem;
/* background: slateblue; */
border-radius: 0.5rem;
/* color: white; */
text-decoration: underline;
}
}
}
h3 {
text-decoration: underline;
}
#javascript-plea {
font-family: fantasy;
}
@media print {
#javascript-plea {
display: none;
}
a[href^="javascript:"] {
display: none;
}
a {
-webkit-print-color-adjust: exact;
/* For WebKit browsers */
print-color-adjust: exact;
/* For other browsers */
}
ul:first-of-type {
text-align: center;
}
ul:first-of-type li {
line-height: 0.5rem;
}
.markdown-body {
padding: 15px;
font-size: 12px;
line-height: 1.2;
}
/*
.call-out {
display: none;
} */
.call-out.vhs-effect {
text-shadow: 8px 8px 0 rgba(106, 90, 205, 0.25) !important;
animation: none;
}
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
<noscript class="cleansup">
<style>
#markdown-content {
display: block;
white-space: pre;
}
</style>
<h1 id="javascript-plea">please enable javascript for the best viewing experience of this markdown document</h1>
</noscript>
<body class="markdown-body">
<!-- Script tag containing Markdown content -->
<script type="text/markdown" id="markdown-content" class="cleansup">
<!-- # ![](https://avatars.githubusercontent.com/u/101137670) Robby Polana -->
# Robby Polana
## Full-Stack Web Application Engineer
## USA Based in Boulder, Colorado
- [Download as PDF](javascript:'prints';if(window.print)window.print())
- [Download as HTML](javascript:'exports';exportHTML())
- [Website](https://rbbydotdev.github.io)
- [[email protected]](mailto:[email protected])
- [GitHub](https://github.com/rbbydotdev)
- [Schedule a Chat](https://rbby.dev/schedule)
Full-Stack Web Application Engineer with extensive experience in both front-end and back-end development. Skilled in improving DevOps platforms and developing user-friendly applications. Proven track record of leading technical projects, mentoring junior developers, and collaborating effectively with remote teams. Passionate about continuous learning and creating innovative tools to streamline web development processes.
## Skills
- **Languages:** TypeScript, Go, JavaScript, Ruby, Java, Python
- **Data:** SQLite, PostgreSQL, ORMs, NoSQL
- **Deployment:** Kubernetes, AWS, Lambdas, Serverless
- **Markup:** Tailwind, JSX/TSX, Styled-Components/CSS-in-JS, Grid/Flexbox/CSS/Sass
- **State Management:** Redux, REST, OAuth, JWT, Sessions, GraphQL, SPA Architecture
- **Workflow:** Test-Driven Development, Git, Agile, Pair-Programming
- **Front-End:** React, NextJS, Static and SSR Optimizations, Tailwind CSS, D3
- **Back-End:** NodeJS & Express-like frameworks, Ruby on Rails, Django, Spring Boot
## Experience
### CareGeni.us
**Full-Stack Web Application Engineer / December 2024 - Present**
- Lead the development of the CareGeni.us platform, integrating AI-driven solutions to enhance patient care and provider efficiency.
- Collaborate with cross-functional teams to design and implement scalable web applications, ensuring seamless user experience.
- Optimize back-end services for data processing and AI model integration, improving system performance and reliability.
- Develop and maintain responsive front-end interfaces using React and Next.js, focusing on accessibility and user engagement.
- Implement secure API endpoints and data management solutions, ensuring compliance with healthcare regulations such as HIPAA.
- Mentor junior developers, fostering a culture of continuous learning and innovation within the team.
- Coordinate with product managers to define project scopes and deliverables, aligning technical efforts with business goals.
**Technologies used:** TypeScript, React, Next.js, Node.js, Express, PostgreSQL, AWS, Docker, GraphQL, Tailwind CSS
### Squarespace
**Senior Software Engineer / March 2019 - 2021**
- Spearheaded the development of testing frameworks for frontend integrations, improving code reliability.
- Optimized CI build pipeline, reducing build times by 70% and enhancing deployment safety.
- Enhanced front-end tooling, resulting in more efficient and robust development processes.
- Authored and integrated a visual diff testing framework, facilitating seamless refactors and improvements.
- Mentored junior and backend developers, fostering a more skilled and cohesive team.
- Coordinated with team and project manager to set realistic goals and timelines for frontend development.
- Integrated monitoring tools to track front-end uptime and production health, ensuring high availability.
**Technologies used:** JavaScript, TypeScript, Webpack, Cypress.io, Java, NodeJS & Express, React & Redux, GraphQL
### Appirio Inc
**Technical Lead / October 2016 - November 2017**
- Designed and implemented enterprise-level solutions, meeting organizational standards and demands.
- Mentored and evangelized modern stack solutions, ensuring scalability, access control, auditing, and security.
- Managed issues and tasks with offshore development teams, ensuring timely project delivery.
- Conducted on-site client meetings to determine project requirements and deliverables.
**Technologies used:** NodeJS & Express, React & Redux, GraphQL, PostgreSQL
### MustWin
**Lead Application Engineer Consultant / May 2015 - February 2016**
- Developed core back-end functionality for a scalable Docker platform, enhancing developer productivity.
- Implemented single-page-app architecture and advanced front-end components, complementing back-end functionality.
- Improved testing and build integrity, critical for developing a robust developer platform.
- Engineered a backup and restore service for CassandraDB using Go, ensuring data reliability.
**Technologies used:** Go, AngularJS, Java, Docker, CassandraDB
### Previous Positions (2010-2015)
- **Mimir Health Intelligence - Senior Software Engineer / November 2014 - February 2015**
- **Razorfish - Senior Software Engineer / June 2014 - October 2014**
- **ShipStation - Senior Front-End Engineer / August 2013 - December 2013**
- **Cooking Planit - Web Application Engineer / April 2012 - July 2012**
- **Spawn Labs - Web Service Engineer / August 2011 - December 2011**
- **Fuery Solutions - Junior Developer / January 2011 - July 2011**
- **Telefund - IT & Database and Systems Administrator / March 2010 - November 2010**
</script>
<!-- Include the marked.js library from a CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js" crossorigin="anonymous" class="cleansup"
integrity="sha256-Wt6n2O5BpwD8zBS7nVAxBPBHDMF6hK0+Fn0/UlHq4No="></script>
<!-- Script to parse and display the Markdown content -->
<script class="cleanups">
document.addEventListener("DOMContentLoaded", function () {
// Get the content of the script tag
let markdownContent = document.getElementById('markdown-content').textContent;
// Parse the Markdown content
const parsedHtml = marked.marked(markdownContent);
// Create a new div element to hold the parsed content
const container = document.createElement('div');
// Set the inner HTML of the container to the parsed HTML
container.innerHTML = parsedHtml;
// Append the container to the body of the page
document.body.appendChild(container);
document.querySelector('#markdown-content').style.display = 'none';
});
</script>
<script class="cleansup">
async function exportHTML() {
if (!document.querySelector('meta[name="processed"]')) {
await convertStylesheetsToInline();
await convertImagesToDataURL();
removeCleanupElements();
markDocumentAsProcessed();
}
const a = document.createElement('a');
a.href = 'data:text/html,' + "<!DOCTYPE html>" + encodeURIComponent(document.documentElement.outerHTML);
const title = document.querySelector('title')?.innerText.replace(/ /g, "_") ?? 'resume';
a.download = title + '.html';
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
}
async function convertImagesToDataURL() {
const images = document.querySelectorAll('img');
const promises = Array.from(images).map(async (img) => {
if (img.src.startsWith('data:image')) return;
const response = await fetch(img.src);
const blob = await response.blob();
const reader = new FileReader();
return new Promise((resolve) => {
reader.onloadend = () => {
img.src = reader.result;
resolve();
};
reader.readAsDataURL(blob);
});
});
await Promise.all(promises);
}
async function convertStylesheetsToInline() {
const links = document.querySelectorAll('link[rel="stylesheet"]');
const promises = Array.from(links).map(async (link) => {
if (!link.href) return;
const response = await fetch(link.href);
const cssText = await response.text();
const style = document.createElement('style');
style.textContent = cssText;
link.parentNode.replaceChild(style, link);
});
await Promise.all(promises);
}
function removeCleanupElements() {
const elements = document.querySelectorAll(`.cleansup, script, a[href^="javascript:'exports'"]`);
elements.forEach(el => el.remove());
}
function markDocumentAsProcessed() {
const meta = document.createElement('meta');
meta.name = "processed";
document.head.appendChild(meta);
}
</script>
</body>
</html>