Free Resume Builder – 100% Free

Advertisements
Professional Photo

ALEX MERCER, MBA

Senior Enterprise Systems Architect & AI Specialist

San Francisco, CA [email protected] +1 (415) 890-2341 linkedin.com/in/alex-mercer

Executive Profile

Results-driven Systems Architect with 8+ years architecting enterprise applications, generative AI workflows, and resilient infrastructure. Proven track record reducing system latency by 35% and optimizing multi-million cloud budgets. Recognized for combining technical rigor with executive stakeholder governance.

Core Competencies & Key Technologies

Professional Experience

Education & Credentials

`); printWindow.document.close(); }/* ========================================================================== FUNÇÃO DE EXPORTAÇÃO PARA MICROSOFT WORD (.DOC) ========================================================================== */ function exportToWord() { const resumeEl = document.getElementById("cfResumeDocument"); const content = resumeEl.innerHTML; const header = `Executive Resume `; const footer = ``; const sourceHTML = header + content + footer; const source = 'data:application/vnd.ms-word;charset=utf-8,' + encodeURIComponent(sourceHTML); const fileDownload = document.createElement("a"); document.body.appendChild(fileDownload); fileDownload.href = source; fileDownload.download = 'Executive_Resume_CareersForge.doc'; fileDownload.click(); document.body.removeChild(fileDownload); }