|
| 1 | +<!DOCTYPE html> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="generator" content="pandoc" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> |
| 7 | + <title>resume-lde</title> |
| 8 | + <style> |
| 9 | + /* Default styles provided by pandoc. |
| 10 | + ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. |
| 11 | + */ |
| 12 | + html { |
| 13 | + color: #1a1a1a; |
| 14 | + background-color: #fdfdfd; |
| 15 | + } |
| 16 | + body { |
| 17 | + margin: 0 auto; |
| 18 | + max-width: 36em; |
| 19 | + padding-left: 50px; |
| 20 | + padding-right: 50px; |
| 21 | + padding-top: 50px; |
| 22 | + padding-bottom: 50px; |
| 23 | + hyphens: auto; |
| 24 | + overflow-wrap: break-word; |
| 25 | + text-rendering: optimizeLegibility; |
| 26 | + font-kerning: normal; |
| 27 | + } |
| 28 | + @media (max-width: 600px) { |
| 29 | + body { |
| 30 | + font-size: 0.9em; |
| 31 | + padding: 12px; |
| 32 | + } |
| 33 | + h1 { |
| 34 | + font-size: 1.8em; |
| 35 | + } |
| 36 | + } |
| 37 | + @media print { |
| 38 | + html { |
| 39 | + background-color: white; |
| 40 | + } |
| 41 | + body { |
| 42 | + background-color: transparent; |
| 43 | + color: black; |
| 44 | + font-size: 12pt; |
| 45 | + } |
| 46 | + p, h2, h3 { |
| 47 | + orphans: 3; |
| 48 | + widows: 3; |
| 49 | + } |
| 50 | + h2, h3, h4 { |
| 51 | + page-break-after: avoid; |
| 52 | + } |
| 53 | + } |
| 54 | + p { |
| 55 | + margin: 1em 0; |
| 56 | + } |
| 57 | + a { |
| 58 | + color: #1a1a1a; |
| 59 | + } |
| 60 | + a:visited { |
| 61 | + color: #1a1a1a; |
| 62 | + } |
| 63 | + img { |
| 64 | + max-width: 100%; |
| 65 | + } |
| 66 | + svg { |
| 67 | + height: auto; |
| 68 | + max-width: 100%; |
| 69 | + } |
| 70 | + h1, h2, h3, h4, h5, h6 { |
| 71 | + margin-top: 1.4em; |
| 72 | + } |
| 73 | + h5, h6 { |
| 74 | + font-size: 1em; |
| 75 | + font-style: italic; |
| 76 | + } |
| 77 | + h6 { |
| 78 | + font-weight: normal; |
| 79 | + } |
| 80 | + ol, ul { |
| 81 | + padding-left: 1.7em; |
| 82 | + margin-top: 1em; |
| 83 | + } |
| 84 | + li > ol, li > ul { |
| 85 | + margin-top: 0; |
| 86 | + } |
| 87 | + blockquote { |
| 88 | + margin: 1em 0 1em 1.7em; |
| 89 | + padding-left: 1em; |
| 90 | + border-left: 2px solid #e6e6e6; |
| 91 | + color: #606060; |
| 92 | + } |
| 93 | + code { |
| 94 | + font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace; |
| 95 | + font-size: 85%; |
| 96 | + margin: 0; |
| 97 | + hyphens: manual; |
| 98 | + } |
| 99 | + pre { |
| 100 | + margin: 1em 0; |
| 101 | + overflow: auto; |
| 102 | + } |
| 103 | + pre code { |
| 104 | + padding: 0; |
| 105 | + overflow: visible; |
| 106 | + overflow-wrap: normal; |
| 107 | + } |
| 108 | + .sourceCode { |
| 109 | + background-color: transparent; |
| 110 | + overflow: visible; |
| 111 | + } |
| 112 | + hr { |
| 113 | + border: none; |
| 114 | + border-top: 1px solid #1a1a1a; |
| 115 | + height: 1px; |
| 116 | + margin: 1em 0; |
| 117 | + } |
| 118 | + table { |
| 119 | + margin: 1em 0; |
| 120 | + border-collapse: collapse; |
| 121 | + width: 100%; |
| 122 | + overflow-x: auto; |
| 123 | + display: block; |
| 124 | + font-variant-numeric: lining-nums tabular-nums; |
| 125 | + } |
| 126 | + table caption { |
| 127 | + margin-bottom: 0.75em; |
| 128 | + } |
| 129 | + tbody { |
| 130 | + margin-top: 0.5em; |
| 131 | + border-top: 1px solid #1a1a1a; |
| 132 | + border-bottom: 1px solid #1a1a1a; |
| 133 | + } |
| 134 | + th { |
| 135 | + border-top: 1px solid #1a1a1a; |
| 136 | + padding: 0.25em 0.5em 0.25em 0.5em; |
| 137 | + } |
| 138 | + td { |
| 139 | + padding: 0.125em 0.5em 0.25em 0.5em; |
| 140 | + } |
| 141 | + header { |
| 142 | + margin-bottom: 4em; |
| 143 | + text-align: center; |
| 144 | + } |
| 145 | + #TOC li { |
| 146 | + list-style: none; |
| 147 | + } |
| 148 | + #TOC ul { |
| 149 | + padding-left: 1.3em; |
| 150 | + } |
| 151 | + #TOC > ul { |
| 152 | + padding-left: 0; |
| 153 | + } |
| 154 | + #TOC a:not(:hover) { |
| 155 | + text-decoration: none; |
| 156 | + } |
| 157 | + code{white-space: pre-wrap;} |
| 158 | + span.smallcaps{font-variant: small-caps;} |
| 159 | + div.columns{display: flex; gap: min(4vw, 1.5em);} |
| 160 | + div.column{flex: auto; overflow-x: auto;} |
| 161 | + div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} |
| 162 | + /* The extra [class] is a hack that increases specificity enough to |
| 163 | + override a similar rule in reveal.js */ |
| 164 | + ul.task-list[class]{list-style: none;} |
| 165 | + ul.task-list li input[type="checkbox"] { |
| 166 | + font-size: inherit; |
| 167 | + width: 0.8em; |
| 168 | + margin: 0 0.8em 0.2em -1.6em; |
| 169 | + vertical-align: middle; |
| 170 | + } |
| 171 | + .display.math{display: block; text-align: center; margin: 0.5rem auto;} |
| 172 | + </style> |
| 173 | +</head> |
| 174 | +<body> |
| 175 | +<h1 id="section"></h1> |
| 176 | +<h1 id="alejandro-echeverria"><strong>Alejandro Echeverria</strong></h1> |
| 177 | +<p>Senior Data and AI Solutions Engineer</p> |
| 178 | +<p><a |
| 179 | +href="mailto:nablaservices@outlook.com">nablaservices@outlook.com</a></p> |
| 180 | +<p><a |
| 181 | +href="https://linkedin.com/in/cuete">https://linkedin.com/in/cuete</a></p> |
| 182 | +<p><a href="https://github.com/cuete">https://github.com/cuete</a></p> |
| 183 | +<h2 id="professional-summary">Professional Summary</h2> |
| 184 | +<blockquote> |
| 185 | +<p>Senior data and software engineer with 15+ years of building secure, |
| 186 | +scalable cloud platforms and data pipelines. I translate ambiguous |
| 187 | +business and research needs into durable data architecture |
| 188 | +(Lakehouse/warehouse, ELT/ETL, data modeling), operational excellence |
| 189 | +(CI/CD, IaC, monitoring, incident response), and AI-ready data |
| 190 | +foundations (quality, lineage, governance) that enable enterprise |
| 191 | +analytics and decision-making.</p> |
| 192 | +</blockquote> |
| 193 | +<h2 id="technical-skills">Technical Skills</h2> |
| 194 | +<blockquote> |
| 195 | +<p>• Data platform architecture: Lakehouse/warehouse patterns, secure |
| 196 | +multi-tenant design, performance and cost trade-offs.</p> |
| 197 | +<p>• Data engineering: ELT/ETL frameworks, data modeling, batch/stream |
| 198 | +processing, and API-based integrations.</p> |
| 199 | +<p>• DevSecOps for data: CI/CD with Azure DevOps, Drone, and GitHub |
| 200 | +Actions; strong version control and release management practices.</p> |
| 201 | +<p>• Infrastructure as Code: Terraform and ARM; automation for |
| 202 | +repeatable, auditable cloud deployments.</p> |
| 203 | +<p>• Azure data platform: Azure Data Factory, Synapse Analytics, Data |
| 204 | +Lake Storage, Event Hubs, Cosmos DB; Microsoft Fabric.</p> |
| 205 | +<p>• AI developer tooling: Microsoft Foundry, Copilot Studio, Claude |
| 206 | +Code, GitHub Copilot.</p> |
| 207 | +<p>• Languages: Python, SQL, C#, R, TypeScript/JavaScript, |
| 208 | +PowerShell.</p> |
| 209 | +<p>• Data quality & governance: validation strategies, |
| 210 | +privacy-by-design, and security controls for sensitive data.</p> |
| 211 | +<p>• Containers & orchestration: Docker, Kubernetes.</p> |
| 212 | +<p>• Application engineering: .NET, Node.js, and FastAPI design for data |
| 213 | +products and integrations.</p> |
| 214 | +<p>• Data stores: relational SQL, NoSQL, blob/object storage, caches; |
| 215 | +lake storage patterns.</p> |
| 216 | +<p>• Operational excellence: troubleshooting, incident management, |
| 217 | +on-call support, and reliability improvements.</p> |
| 218 | +<p>• Security: identity/auth (SAML, OAuth2.0, SSO), threat modeling, and |
| 219 | +zero-trust-aligned design.</p> |
| 220 | +<p>• Compliance-minded delivery: privacy and regulatory requirements |
| 221 | +(e.g., GDPR, CCPA, HIPAA) where applicable.</p> |
| 222 | +</blockquote> |
| 223 | +<h2 id="soft-skills">Soft Skills</h2> |
| 224 | +<blockquote> |
| 225 | +<p>• Technical project management: scoping, coordinating workflows, |
| 226 | +budgeting, and tracking deliverables.</p> |
| 227 | +<p>• Industry and research experience.</p> |
| 228 | +<p>• Workflow optimization and KPI-driven project delivery.</p> |
| 229 | +<p>• Data-driven business insights, actionable metric creation from |
| 230 | +large raw data.</p> |
| 231 | +<p>• Collaborative and effective cross-team communication, both |
| 232 | +technical and non-technical.</p> |
| 233 | +<p>• Analysis, attention to detail, and problem-solving.</p> |
| 234 | +<p>• Leadership, initiative, motivation, and accountability.</p> |
| 235 | +<p>• Adaptability and a mindset focused on continuous learning.</p> |
| 236 | +<p>• Security-oriented, with a focus on data privacy and responsible use |
| 237 | +of AI.</p> |
| 238 | +</blockquote> |
| 239 | +<h2 id="professional-experience">Professional Experience</h2> |
| 240 | +<h3 |
| 241 | +id="senior-software-engineer-data-and-statistical-modeling-lte-gates-foundation">Senior |
| 242 | +Software Engineer (Data and Statistical Modeling) LTE – Gates |
| 243 | +Foundation</h3> |
| 244 | +<p><em>2025 - Current</em></p> |
| 245 | +<p><em>Seattle, WA</em></p> |
| 246 | +<blockquote> |
| 247 | +<p>At the Institute for Disease Modeling (IDM), I collaborate closely |
| 248 | +with global health researchers to transform complex epidemiology and |
| 249 | +simulation data into effective visualizations. These tools enable the |
| 250 | +Foundation’s partners to interpret research findings and support |
| 251 | +data-driven decision-making in the context of infectious disease |
| 252 | +eradication efforts.</p> |
| 253 | +<p>I integrate AI into data preparation and modeling workflows with |
| 254 | +emphasis on data readiness: quality checks, privacy controls, and |
| 255 | +repeatable pipelines, engineered for direct adoption by our partner |
| 256 | +researchers in leading global health institutions and LMICs.</p> |
| 257 | +<p>I drive technical planning and cross-team alignment (research, |
| 258 | +engineering, and operations), recommending platform and tooling choices, |
| 259 | +prototyping and developing backend data pipelines and APIs. I apply |
| 260 | +engineering excellence principles and DevSecOps practices (automation, |
| 261 | +CI/CD, security reviews) to improve reliability and reduce operational |
| 262 | +burden for data-heavy research workflows.</p> |
| 263 | +</blockquote> |
| 264 | +<h3 id="senior-ai-solutions-consultant-dura-digital">Senior AI Solutions |
| 265 | +Consultant – Dura Digital</h3> |
| 266 | +<p><em>2025</em></p> |
| 267 | +<p><em>Seattle, WA</em></p> |
| 268 | +<blockquote> |
| 269 | +<p>As Senior AI Solutions Consultant, I architected and delivered AI |
| 270 | +solutions for workflow automation in healthcare. I provided clarity to |
| 271 | +complex projects and drove business value by helping organizations adopt |
| 272 | +AI for greater efficiency. Solutions were secure, scalable, and |
| 273 | +compliant, enabling streamlined processes and unlocking new operational |
| 274 | +benefits. Dura Digital is a global IT consulting and services firm |
| 275 | +dedicated to delivering business, data, and AI-driven growth |
| 276 | +solutions.</p> |
| 277 | +</blockquote> |
| 278 | +<h3 id="software-engineer-ii-microsoft">Software Engineer II – |
| 279 | +Microsoft</h3> |
| 280 | +<p><em>2019 – 2025</em></p> |
| 281 | +<p><em>Redmond, WA</em></p> |
| 282 | +<p>I lead the end-to-end design and development of high-impact, |
| 283 | +large-scale enterprise data applications, from business requirements to |
| 284 | +maintenance and support.</p> |
| 285 | +<p>Built secure data and telemetry pipelines—real time and batch—to |
| 286 | +power analytics, reporting, and operational decision-making for customer |
| 287 | +support experiences using Azure stack technologies like Azure Data |
| 288 | +Factory, Data Lake and Event Hub.</p> |
| 289 | +<p>I utilized infrastructure as code, implemented CI/CD automation and |
| 290 | +release governance, and integrated AI/ML and data analytics to deliver |
| 291 | +global, world-class enterprise software products.</p> |
| 292 | +<p>I conducted threat modeling and implemented zero-trust strategies to |
| 293 | +secure sensitive and confidential data, critical services and managed |
| 294 | +incident response for high-priority incidents and outages.</p> |
| 295 | +<p>I delivered global solutions for consumer and enterprise customer |
| 296 | +support, including AI Services, Communication Services, APIs, machine |
| 297 | +learning and intelligent automation, speech recognition and analytics, |
| 298 | +cognitive tools, and metric processing and analysis while ensuring |
| 299 | +security and information privacy.</p> |
| 300 | +<h3 id="section-1"></h3> |
| 301 | +<h3 id="software-engineer---motiv-inc.-microsoft-contract">Software |
| 302 | +Engineer - Motiv Inc. (Microsoft Contract)</h3> |
| 303 | +<p><em>2017 – 2019</em></p> |
| 304 | +<p><em>Redmond, WA</em></p> |
| 305 | +<blockquote> |
| 306 | +<p>I developed secure, high-throughput, cloud applications at |
| 307 | +Microsoft's Core Platform Engineering Group. I developed APIs and |
| 308 | +microservices, identified and mitigated software vulnerabilities, |
| 309 | +enforced data privacy requirements, security, and compliance, |
| 310 | +implemented DevOps processes, and hardened resources and applications to |
| 311 | +meet world-class industry standards.</p> |
| 312 | +</blockquote> |
| 313 | +<h3 id="software-engineer---getty-images">Software Engineer - Getty |
| 314 | +Images</h3> |
| 315 | +<p><em>2012 – 2017</em></p> |
| 316 | +<p><em>Seattle, WA</em></p> |
| 317 | +<blockquote> |
| 318 | +<p>I developed and tested web services and databases handling |
| 319 | +confidential financial data and the time-sensitive royalty calculation |
| 320 | +processes. Areas of experience included .NET development, relational |
| 321 | +databases, message brokers, monitoring and integration platforms, CI/CD, |
| 322 | +DevOps and Agile methodologies, and on-call engineering support. Getty |
| 323 | +Images is the global leader in multimedia and royalty services.</p> |
| 324 | +</blockquote> |
| 325 | +<h3 id="software-engineer-in-test---isoftstone-inc.">Software Engineer |
| 326 | +in Test - iSoftStone Inc.</h3> |
| 327 | +<p><em>2007 – 2012</em></p> |
| 328 | +<p><em>Kirkland, WA</em></p> |
| 329 | +<blockquote> |
| 330 | +<p>I designed and executed automated tests for web, mobile, and desktop |
| 331 | +software products. I developed unit and integration tests for web |
| 332 | +applications and APIs using automated frameworks and custom scripting. I |
| 333 | +wrote test plans, researched, and implemented test automation tools and |
| 334 | +frameworks. I led offshore and on-site testing teams. iSoftStone is a |
| 335 | +global IT and business services provider for Fortune 100 technology |
| 336 | +companies.</p> |
| 337 | +</blockquote> |
| 338 | +<h2 id="education">Education</h2> |
| 339 | +<h3 id="bachelor-of-science-in-electronics-engineering">Bachelor of |
| 340 | +Science in Electronics Engineering</h3> |
| 341 | +<p>Universidad del Valle de Guatemala</p> |
| 342 | +<h2 id="certifications">Certifications</h2> |
| 343 | +<ul> |
| 344 | +<li><p>Agile Project Management, Google</p></li> |
| 345 | +<li><p>Azure Security Engineer Associate, Microsoft</p></li> |
| 346 | +<li><p>Solutions Architecture, University of Washington</p></li> |
| 347 | +<li><p>Telecommunications and Networks, America Movil</p></li> |
| 348 | +</ul> |
| 349 | +</body> |
| 350 | +</html> |
0 commit comments