Initial commit

This commit is contained in:
Ismael Arenzana 2020-07-17 13:57:15 -04:00
commit d4bbf9826b
Signed by: isma
GPG Key ID: D5586DE2A32CBC3C
10 changed files with 3632 additions and 0 deletions

22
README.org Normal file
View File

@ -0,0 +1,22 @@
#+TITLE: CV
* What
My CV.
Feel free to use it as a base for your own org-based PDF/HTML resumé.
* How
You'll need: TexLive (full), Emacs, Org-Mode, Pandoc.
To compile for LaTex/PDF:
#+BEGIN_SRC emacs-lisp
M-x org-latext-export-pdf
#+END_SRC
To compile for HTML 5:
#+BEGIN_SRC emacs-lisp
M-x org-pandoc-export-to-html5
#+END_SRC

88
cv.sty Normal file
View File

@ -0,0 +1,88 @@
% This work is licensed under the Creative Commons
% Attribution-NonCommercial-ShareAlike License. To view a copy of this license,
% visit http://creativecommons.org/licenses/by-nc-sa/1.0/ or send a letter to
% Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
% This file is adapted from Jesse Luehrs resume at
% https://github.com/doy/resume/blob/master/resume.tex
% And further adapted by Joseph Edwards from https://github.com/punchagan/resume
% <<< packages
\RequirePackage{latexsym,amsmath,amssymb,charter,color,calc,hyperref,titlesec}
\RequirePackage[empty]{fullpage}
% >>>
% <<< dimensions/margins
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-0.25in}
\addtolength{\textheight}{0.5in}
% >>>
% <<< other definitions
\definecolor{mygrey}{gray}{0.70}
% >>>
%% Maketitle redefinition (just the @title - works better with org-mode)
\def\@maketitle{
\begin{center}
\huge \textsc{\@title} \par
\end{center}
}
%% Subtitle definition
\newcommand{\subtitlerows}[2]{
\begin{center}
\large \textbf{#1} \\
\normalsize \textit{#2}
\end{center}
}
%% Document header
\newcommand{\resheader}[6]{
\hrulefill
\vspace{0.05in}
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}cr}
#1 & #2 & #3 \\
#4 & #5 & #6 \\
\end{tabular*}
\vspace{0.05in}
\hrulefill
}
%% Section Headings, etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\section}[1]{
\@startsection{section}{1}{0pt}{0pt}{0pt}{\normalfont}*{}
{
\vspace{0.2in}
\large \textbf{\textsc{#1}} \\
\vspace{-0.05in}
\color{mygrey}{\hrulefill}
\vspace{0.05in}
}
}
\titleformat{\subsection} %command
[block] %shape
{\bfseries} %format
{} %label
{0pt} %sep
{} %before-code
[] %after-code
\titlespacing{\subsection}{0pt}{5pt}{0pt}[{0pt}]
\titleformat{\subsubsection} %command
[block] %shape
{\vspace{-2.4ex}\small\it\raggedleft} %format
{} %label
{0pt} %sep
{} %before-code
[] %after-code
\titlespacing{\subsubsection}{0pt}{0pt}{0pt}[{0pt}]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

107
en.html Normal file
View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Ismael Arenzana</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="org.css"/>
</head>
<body>
<header>
<h1 class="title">Ismael Arenzana</h1>
<p class="subtitle">Software Product Leader</p>
</header>
<div class="customsub">
<p>+1 (312) 772-5171 | isma@arenzana.org | EU - USA</p>
<p><a href="https://arenzana.org" class="uri">https://arenzana.org</a> | <a href="https://github.com/arenzana" class="uri">https://github.com/arenzana</a> | <a href="https://linkedin.com/in/iarenzana" class="uri">https://linkedin.com/in/iarenzana</a></p>
</div>
<p></p>
<h1 id="summary">Summary</h1>
<p>Software and systems architect specialized in mission-critical environments. Passionate about the intersection of people, business, and technology. Cleared to work in the United States and European Union.</p>
<h1 id="skills">Skills</h1>
<ul>
<li><strong>Team leadership</strong>. Mentoring and training technical teams (particularly junior employees)</li>
<li><strong>Product vision and management</strong>. Leading product development with different teams and skillsets.</li>
<li><strong>Fluent in English and Spanish</strong>.</li>
<li><strong>Financial markets and 9-1-1/Public Safety industry knowledge</strong>.</li>
<li><strong>Productivity and performance</strong>. Successfully implemented and coached methods on both personal and professional productivity.</li>
</ul>
<h1 id="technology-specific-skills">Technology-specific Skills</h1>
<ul>
<li><strong>Languages</strong>: Golang, Shell, SQL</li>
<li><strong>Databases</strong>: MySQL, PostgreSQL, MongoDB, Oracle DB, Elasticsearch</li>
<li><strong>Markup</strong>: JSON, XML, Markdown, LaTeX, Emacs Org-mode</li>
<li><strong>Operating Systems</strong>: Linux (RHEL), MacOS</li>
<li><strong>Deployment Platforms</strong>: Docker, Kubernetes, Nomad</li>
<li><strong>Tools</strong>: Emacs, Git, SSH, tmux, Mosh</li>
<li><strong>Open Source Technologies</strong>: Ansible, RabbitMQ, Consul, Prometheus, Logstash, Elastic Beats, Terraform</li>
<li><strong>Geospatial</strong>: PostGIS, QGIS, Esri ArcGIS</li>
<li><strong>Methodologies and Paradigms</strong>: Agile, Waterfall, Test Driven Development, Continuous Integration, Microservices, REST APIs</li>
</ul>
<h1 id="experience">Experience</h1>
<h3 id="devops-engineer-at-indigital">DevOps Engineer at INdigital</h3>
<h5 id="july-2016---present">July 2016 - Present</h5>
<p><em>indigital.net</em> /Fort Wayne, Indiana/<br />
</p>
<p>Manage the location services and data analytics product lines for INdigital, a 9-1-1/Public Safety network and software provider. </p>
<ul>
<li>Specialized on 9-1-1s location and geospatial systems (GIS) lifecycle: quality assurance, CI, production deployments, supporting software development and product management.</li>
<li>Responsible for the data flow technologies and processing.</li>
<li>New technical staff training.</li>
</ul>
<p></p>
<h3 id="systems-architect-at-transworks-inc">Systems Architect at TransWorks, Inc</h3>
<h5 id="november-2013---july-2016">November 2013 - July 2016</h5>
<p><em>trnswrks.com</em> /Fort Wayne, IN/<br />
</p>
<p>Specialized in engineering platforms and solutions for the company's logistics management software. </p>
<ul>
<li>Engineering of Linux (CentOS) systems and DevOps for mass deployments of mostly on-premise environments. VMWare vSphere 5.1 and 5.5 management (of the host and VMs). Familiar with Puppet, Consul, Vagrant, Docker and other DevOps software.</li>
<li>IT Project Management.</li>
<li>Oracle and Postgres DBA. OS X Sys-Admin.</li>
<li>Backend development in Go with the first devops/microservices team in the company.</li>
</ul>
<p></p>
<h3 id="operations-associate---omnesys-technologies-inc">Operations Associate - Omnesys Technologies, Inc</h3>
<h5 id="june-2004---june-2012">June 2004 - June 2012</h5>
<p><em>omnesys.com</em> /Pearl River, New York/<br />
</p>
<p>Managed UNIX servers (Solaris and Linux) and Omnesyss native middleware. </p>
<ul>
<li>Consultant for JPMorgan Chase, New York, supporting their Omnesys-powered market trading software infrastructure. Development, deployment, and support the new data distribution plant as well as design of the new data distribution schema provided to the bank.</li>
<li>EMEA primary operator for Rithmic, LLC (New York) supporting their Omnesys-powered full trading platform.</li>
</ul>
<p></p>
<h3 id="software-development-intern-at-renfe">Software Development Intern at Renfe</h3>
<h5 id="april-2004---june-2004">April 2004 - June 2004</h5>
<p><em>renfe.es</em> /Madrid, Spain/<br />
</p>
<p>Developed software applications with Microsoft Visual Basic 6 and IBM DB2 for management and statistical purposes. </p>
<h1 id="education">Education</h1>
<h3 id="universidad-internacional-de-la-rioja---logroño-spain">Universidad Internacional de La Rioja - Logroño, Spain</h3>
<h5 id="april-2020---will-graduate-april-2021">April 2020 - Will Graduate April 2021</h5>
<p><em>Masters of Business Administration (MBA)</em> </p>
<h3 id="indiana-institute-of-technology---fort-wayne-indiana">Indiana Institute of Technology - Fort Wayne, Indiana</h3>
<h5 id="september-2012---may-2016">September 2012 - May 2016</h5>
<p><em>Bachelor of Science, Business Administration - Management of Information Systems</em></p>
<p>Graduated Summa Cum Laude. </p>
<h3 id="i.e.s-rey-fernando-vi---madrid-spain">I.E.S Rey Fernando VI - Madrid, Spain</h3>
<h5 id="september-2002---may-2004">September 2002 - May 2004</h5>
<p><em>Associates Degree in Enterprise Software Development and Analysis</em> </p>
</body>
</html>

109
en.org Normal file
View File

@ -0,0 +1,109 @@
#+TITLE: Ismael Arenzana
#+AUTHOR:
#+LANGUAGE: en
#+OPTIONS: toc:nil H:10 tex:t
#+STARTUP: odd hidestars indent showall
#+INCLUDE: personal_info.org
#+LaTeX_CLASS: article
#+LaTeX_HEADER: \usepackage{cv}
#+LaTeX_HEADER: \hypersetup{hidelinks}
#+LaTeX_HEADER: \usepackage{enumitem}
#+LaTeX_HEADER: \setlist{nolistsep}
#+LaTeX_HEADER: \pagenumbering{gobble}
#+LaTeX_CLASS_OPTIONS: [letterpaper]
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org.css"/>
#+SUBTITLE: {{{SUBTITLE1}}}
#+BEGIN_customsub
{{{if-html-else}}}
{{{if-html-else2}}}
#+END_customsub
{{{HEADER}}}
* Summary
Software and systems architect specialized in mission-critical environments. Passionate about the intersection of people, business, and technology. Cleared to work in the United States and European Union.
* Skills
- *Team leadership*. Mentoring and training technical teams (particularly junior employees)
- *Product vision and management*. Leading product development with different teams and skillsets.
- *Fluent in English and Spanish*.
- *Financial markets and 9-1-1/Public Safety industry knowledge*.
- *Productivity and performance*. Successfully implemented and coached methods on both personal and professional productivity.
* Technology-specific Skills
- *Languages*: Golang, Shell, SQL
- *Databases*: MySQL, PostgreSQL, MongoDB, Oracle DB, Elasticsearch
- *Markup*: JSON, XML, Markdown, LaTeX, Emacs Org-mode
- *Operating Systems*: Linux (RHEL), MacOS
- *Deployment Platforms*: Docker, Kubernetes, Nomad
- *Tools*: Emacs, Git, SSH, tmux, Mosh
- *Open Source Technologies*: Ansible, RabbitMQ, Consul, Prometheus, Logstash, Elastic Beats, Terraform
- *Geospatial*: PostGIS, QGIS, Esri ArcGIS
- *Methodologies and Paradigms*: Agile, Waterfall, Test Driven Development, Continuous Integration, Microservices, REST APIs
* Experience
*** DevOps Engineer at INdigital
***** July 2016 - Present
/indigital.net/ \hfill /Fort Wayne, Indiana/\\
\vspace{0.1in}
Manage the location services and data analytics product lines for INdigital, a 9-1-1/Public Safety network and software provider.
\vspace{0.1in}
- Specialized on 9-1-1s location and geospatial systems (GIS) lifecycle: quality assurance, CI, production deployments, supporting software development and product management.
- Responsible for the data flow technologies and processing.
- New technical staff training.
\vspace{0.1in}
*** Systems Architect at TransWorks, Inc
***** November 2013 - July 2016
/trnswrks.com/ \hfill /Fort Wayne, IN/\\
\vspace{0.1in}
Specialized in engineering platforms and solutions for the company's logistics management software.
\vspace{0.1in}
- Engineering of Linux (CentOS) systems and DevOps for mass deployments of mostly on-premise environments. VMWare vSphere 5.1 and 5.5 management (of the host and VMs). Familiar with Puppet, Consul, Vagrant, Docker and other DevOps software.
- IT Project Management.
- Oracle and Postgres DBA. OS X Sys-Admin.
- Backend development in Go with the first devops/microservices team in the company.
\vspace{0.1in}
*** Operations Associate - Omnesys Technologies, Inc
***** June 2004 - June 2012
/omnesys.com/ \hfill /Pearl River, New York/\\
\vspace{0.1in}
Managed UNIX servers (Solaris and Linux) and Omnesyss native middleware.
\vspace{0.1in}
- Consultant for JPMorgan Chase, New York, supporting their Omnesys-powered market trading software infrastructure. Development, deployment, and support the new data distribution plant as well as design of the new data distribution schema provided to the bank.
- EMEA primary operator for Rithmic, LLC (New York) supporting their Omnesys-powered full trading platform.
\vspace{0.1in}
*** Software Development Intern at Renfe
***** April 2004 - June 2004
/renfe.es/ \hfill /Madrid, Spain/\\
\vspace{0.1in}
Developed software applications with Microsoft Visual Basic 6 and IBM DB2 for management and statistical purposes.
\vspace{0.1in}
* Education
*** Universidad Internacional de La Rioja - Logroño, Spain
***** April 2020 - Will Graduate April 2021
/Masters of Business Administration (MBA)/
\vspace{0.1in}
*** Indiana Institute of Technology - Fort Wayne, Indiana
***** September 2012 - May 2016
/Bachelor of Science, Business Administration - Management of Information Systems/
Graduated Summa Cum Laude.
\vspace{0.1in}
*** I.E.S Rey Fernando VI - Madrid, Spain
***** September 2002 - May 2004
/Associates Degree in Enterprise Software Development and Analysis/
\vspace{0.1in}

BIN
en.pdf Normal file

Binary file not shown.

108
es.html Normal file
View File

@ -0,0 +1,108 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Ismael Arenzana</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="org.css"/>
</head>
<body>
<header>
<h1 class="title">Ismael Arenzana</h1>
<p class="subtitle">Líder de Productos Software</p>
</header>
<div class="customsub">
<p>+1 (312) 772-5171 | isma@arenzana.org | EU - USA</p>
<p><a href="https://arenzana.org" class="uri">https://arenzana.org</a> | <a href="https://github.com/arenzana" class="uri">https://github.com/arenzana</a> | <a href="https://linkedin.com/iarenzana" class="uri">https://linkedin.com/iarenzana</a></p>
</div>
<p></p>
<h1 id="resumen">Resumen</h1>
<p>Arquitecto de sistemas y software especializado en entornos de misión crítica. Apasionado de las personas, negocios, la teconología y donde se cruzan los tres. Disponible para trabajar en la Unión Europea y Estados Unidos.</p>
<p>Software and systems architect specialized in mission-critical environments. Passionate about the intersection of people, business, and technology. Cleared to work in the United States and European Union.</p>
<h1 id="habilidades">Habilidades</h1>
<ul>
<li><strong>Liderazgo de equipos</strong>. Mentoría y entrenamiento de equipos técnicos (particularmente empleados junior).</li>
<li><strong>Dirección y visión de productos</strong>. Liderazgo en el desarrollo de productos con equipos de diversos ámbitos y habilidades.</li>
<li><strong>Bilingüe en inglés y español</strong>.</li>
<li><strong>Experiencia en mercados financieros y sector 9-1-1/112</strong>.</li>
<li><strong>Productividad</strong>. Impementación y <em>coaching</em> exitosos de métodos de productividad personal y profesional.</li>
</ul>
<h1 id="habilidades-técnicas">Habilidades Técnicas</h1>
<ul>
<li><strong>Lenguajes</strong>: Golang, Shell, SQL</li>
<li><strong>Bases de Datos</strong>: MySQL, PostgreSQL, MongoDB, Oracle DB, Elasticsearch</li>
<li><strong>Markup</strong>: JSON, XML, Markdown, LaTeX, Emacs Org-mode</li>
<li><strong>Sistemas Operativos</strong>: Linux (RHEL), MacOS</li>
<li><strong>Plataformas</strong>: Docker, Kubernetes, Nomad</li>
<li><strong>Herramientas</strong>: Emacs, Git, SSH, tmux, Mosh</li>
<li><strong>Tecnologías Abiertas</strong>: Ansible, RabbitMQ, Consul, Prometheus, Logstash, Elastic Beats, Terraform</li>
<li><strong>Herramientas Geoespaciales</strong>: PostGIS, QGIS, Esri ArcGIS</li>
<li><strong>Metodologías y Paradigmas</strong>: Ágiles, Cascada, Desarrollo Dirigido por Tests (TDD), Integración Continua, Microservicios, APIs REST</li>
</ul>
<h1 id="experiencia">Experiencia</h1>
<h3 id="ingeniero-devops-en-indigital">Ingeniero DevOps en INdigital</h3>
<h5 id="julio-2016---actualidad">Julio 2016 - Actualidad</h5>
<p><em>indigital.net</em> /Fort Wayne, Indiana/<br />
</p>
<p>Dirección de la línea de productos de localización y analítica de datos de INdigital, una empresa de software e infraestructura de 9-1-1/Seguridad ciudadana. </p>
<ul>
<li>Especialización en el ciclo de vida de software de localización y sistemas geoespaciales (SIG / GIS): calidad, integración continua, despliegues a producción, desarrollo de software de apoyo y dirección de producto.</li>
<li>Responsable del sistema de flujo de datos y procesamiento.</li>
<li>Entrenamiento y mentorado de nuevos empleados del area técnica.</li>
</ul>
<p></p>
<h3 id="arquitecto-de-sistemas-en-transworks-inc">Arquitecto de Sistemas en TransWorks, Inc</h3>
<h5 id="noviembre-2013---julio-2016">Noviembre 2013 - Julio 2016</h5>
<p><em>trnswrks.com</em> /Fort Wayne, IN/<br />
</p>
<p>Especialidado en la ingeniería de plataformas y soluciones de gestión logística ofrecidos por la compañía. </p>
<ul>
<li>Ingeniería de sistemas linux (CentOS) y DevOps para despliegues en masa de entornos en centros de datos. Gestión de VMWare vSphere 5 y 6 (hosts y máquinas virtuales). Familiarizado con Puppet, Consul, Vagrant, Docker y otros software para DevOps.</li>
<li>Dirección de Proyectos tecnológicos.</li>
<li>Administrador de grandes bases de datos Postgres y Oracle.</li>
<li>Desarrollo de <em>backend</em> en Go en el primer equipo híbrido que implemento los primeros microservicios en la empresa (se completó la migración del sistema monolítico en 2 años).</li>
</ul>
<p></p>
<h3 id="asociado-de-operaciones---omnesys-technologies-inc">Asociado de Operaciones - Omnesys Technologies, Inc</h3>
<h5 id="junio-2004---junio-2012">Junio 2004 - Junio 2012</h5>
<p><em>omnesys.com</em> /Pearl River, New York/<br />
</p>
<p>Gestión de servidores UNIX (Solaris y Linux) así como del <em>middleware</em> propietario de Omnesys. </p>
<ul>
<li>Consultor para JPMorgan Chase, Nueva York, dando soporte al sistema de bolsa de Omnesys así como la infraestructura de software. Desarrollo, implementación y soporte del nuevo sistema de de datos de bolsa así como el diseño del esquema de distribución de dichos datos en el banco.</li>
<li>Operador principal en EMEA de Rithmic, LLC (Nueva York) dando soporte a su sistema completo de bolsa basado en software de Omnesys.</li>
</ul>
<p></p>
<h3 id="becario-de-desarrollo-de-software-en-renfe">Becario de desarrollo de software en Renfe</h3>
<h5 id="abril-2004---junio-2004">Abril 2004 - Junio 2004</h5>
<p><em>renfe.es</em> /Madrid/<br />
</p>
<p>Desarrollo de aplicaciones de inteligencia de negocio en Visual Basic 6 y IBM DB2. </p>
<h1 id="education">Education</h1>
<h3 id="universidad-internacional-de-la-rioja---logroño-españa">Universidad Internacional de La Rioja - Logroño, España</h3>
<h5 id="abril-2020---graduará-en-abril-2021">Abril 2020 - Graduará en Abril 2021</h5>
<p><em>Master en Dirección de Empresas (MBA)</em> </p>
<h3 id="indiana-institute-of-technology---fort-wayne-indiana">Indiana Institute of Technology - Fort Wayne, Indiana</h3>
<h5 id="septiembre-2012---mayo-2016">Septiembre 2012 - Mayo 2016</h5>
<p><em>Grado en Administración y Dirección de Empresas - Gestión de Sistemas de la Información</em></p>
<p>Graduado con los máximos honores. </p>
<h3 id="i.e.s-rey-fernando-vi---madrid-españa">I.E.S Rey Fernando VI - Madrid, España</h3>
<h5 id="septiembre-2002---mayo-2004">Septiembre 2002 - Mayo 2004</h5>
<p><em>Ciclo Formativo de Grado Superior en Análisis y Desarrollo de Aplicaciones de Gestión</em> </p>
</body>
</html>

111
es.org Normal file
View File

@ -0,0 +1,111 @@
#+TITLE: Ismael Arenzana
#+AUTHOR:
#+LANGUAGE: es
#+OPTIONS: toc:nil H:10 tex:t
#+STARTUP: odd hidestars indent showall
#+INCLUDE: personal_info.org
#+LaTeX_CLASS: article
#+LaTeX_HEADER: \usepackage{cv}
#+LaTeX_HEADER: \hypersetup{hidelinks}
#+LaTeX_HEADER: \usepackage{enumitem}
#+LaTeX_HEADER: \setlist{nolistsep}
#+LaTeX_HEADER: \pagenumbering{gobble}
#+LaTeX_CLASS_OPTIONS: [letterpaper]
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="org.css"/>
#+SUBTITLE: {{{SUBTITLE2}}}
#+BEGIN_customsub
{{{if-html-else}}}
{{{if-html-else2}}}
#+END_customsub
{{{HEADER}}}
* Resumen
Arquitecto de sistemas y software especializado en entornos de misión crítica. Apasionado de las personas, negocios, la teconología y donde se cruzan los tres. Disponible para trabajar en la Unión Europea y Estados Unidos.
Software and systems architect specialized in mission-critical environments. Passionate about the intersection of people, business, and technology. Cleared to work in the United States and European Union.
* Habilidades
- *Liderazgo de equipos*. Mentoría y entrenamiento de equipos técnicos (particularmente empleados junior).
- *Dirección y visión de productos*. Liderazgo en el desarrollo de productos con equipos de diversos ámbitos y habilidades.
- *Bilingüe en inglés y español*.
- *Experiencia en mercados financieros y sector 9-1-1/112*.
- *Productividad*. Impementación y /coaching/ exitosos de métodos de productividad personal y profesional.
* Habilidades Técnicas
- *Lenguajes*: Golang, Shell, SQL
- *Bases de Datos*: MySQL, PostgreSQL, MongoDB, Oracle DB, Elasticsearch
- *Markup*: JSON, XML, Markdown, LaTeX, Emacs Org-mode
- *Sistemas Operativos*: Linux (RHEL), MacOS
- *Plataformas*: Docker, Kubernetes, Nomad
- *Herramientas*: Emacs, Git, SSH, tmux, Mosh
- *Tecnologías Abiertas*: Ansible, RabbitMQ, Consul, Prometheus, Logstash, Elastic Beats, Terraform
- *Herramientas Geoespaciales*: PostGIS, QGIS, Esri ArcGIS
- *Metodologías y Paradigmas*: Ágiles, Cascada, Desarrollo Dirigido por Tests (TDD), Integración Continua, Microservicios, APIs REST
* Experiencia
*** Ingeniero DevOps en INdigital
***** Julio 2016 - Actualidad
/indigital.net/ \hfill /Fort Wayne, Indiana/\\
\vspace{0.1in}
Dirección de la línea de productos de localización y analítica de datos de INdigital, una empresa de software e infraestructura de 9-1-1/Seguridad ciudadana.
\vspace{0.1in}
- Especialización en el ciclo de vida de software de localización y sistemas geoespaciales (SIG / GIS): calidad, integración continua, despliegues a producción, desarrollo de software de apoyo y dirección de producto.
- Responsable del sistema de flujo de datos y procesamiento.
- Entrenamiento y mentorado de nuevos empleados del area técnica.
\vspace{0.1in}
*** Arquitecto de Sistemas en TransWorks, Inc
***** Noviembre 2013 - Julio 2016
/trnswrks.com/ \hfill /Fort Wayne, IN/\\
\vspace{0.1in}
Especialidado en la ingeniería de plataformas y soluciones de gestión logística ofrecidos por la compañía.
\vspace{0.1in}
- Ingeniería de sistemas linux (CentOS) y DevOps para despliegues en masa de entornos en centros de datos. Gestión de VMWare vSphere 5 y 6 (hosts y máquinas virtuales). Familiarizado con Puppet, Consul, Vagrant, Docker y otros software para DevOps.
- Dirección de Proyectos tecnológicos.
- Administrador de grandes bases de datos Postgres y Oracle.
- Desarrollo de /backend/ en Go en el primer equipo híbrido que implemento los primeros microservicios en la empresa (se completó la migración del sistema monolítico en 2 años).
\vspace{0.1in}
*** Asociado de Operaciones - Omnesys Technologies, Inc
***** Junio 2004 - Junio 2012
/omnesys.com/ \hfill /Pearl River, New York/\\
\vspace{0.1in}
Gestión de servidores UNIX (Solaris y Linux) así como del /middleware/ propietario de Omnesys.
\vspace{0.1in}
- Consultor para JPMorgan Chase, Nueva York, dando soporte al sistema de bolsa de Omnesys así como la infraestructura de software. Desarrollo, implementación y soporte del nuevo sistema de de datos de bolsa así como el diseño del esquema de distribución de dichos datos en el banco.
- Operador principal en EMEA de Rithmic, LLC (Nueva York) dando soporte a su sistema completo de bolsa basado en software de Omnesys.
\vspace{0.1in}
*** Becario de desarrollo de software en Renfe
***** Abril 2004 - Junio 2004
/renfe.es/ \hfill /Madrid/\\
\vspace{0.1in}
Desarrollo de aplicaciones de inteligencia de negocio en Visual Basic 6 y IBM DB2.
\vspace{0.1in}
* Education
*** Universidad Internacional de La Rioja - Logroño, España
***** Abril 2020 - Graduará en Abril 2021
/Master en Dirección de Empresas (MBA)/
\vspace{0.1in}
*** Indiana Institute of Technology - Fort Wayne, Indiana
***** Septiembre 2012 - Mayo 2016
/Grado en Administración y Dirección de Empresas - Gestión de Sistemas de la Información/
Graduado con los máximos honores.
\vspace{0.1in}
*** I.E.S Rey Fernando VI - Madrid, España
***** Septiembre 2002 - Mayo 2004
/Ciclo Formativo de Grado Superior en Análisis y Desarrollo de Aplicaciones de Gestión/
\vspace{0.1in}

BIN
es.pdf Normal file

Binary file not shown.

3073
org.css Normal file

File diff suppressed because it is too large Load Diff

14
personal_info.org Normal file
View File

@ -0,0 +1,14 @@
#+MACRO: CELL1 +1 (312) 772-5171
#+MACRO: CELL2 isma@arenzana.org
#+MACRO: CELL3 EU - USA
#+MACRO: CELL4 https://arenzana.org
#+MACRO: CELL5 https://gitlab.com/iarenzana
#+MACRO: CELL6 https://linkedin.com/in/iarenzana
#+MACRO: SUBTITLE1 Software Product Leader
#+MACRO: SUBTITLE2 Líder de Productos Software
#+MACRO: HEADER \resheader{ {{{CELL1}}} }{ {{{CELL2}}} }{ {{{CELL3}}} }{ {{{CELL4}}} }{ {{{CELL5}}} }{ {{{CELL6}}} }
#+MACRO: if-html-else (eval (if (org-export-derived-backend-p org-export-current-backend 'pandoc) "\{\{\{CELL1\}\}\} | \{\{\{CELL2\}\}\} | \{\{\{CELL3\}\}\}" ""))
#+MACRO: if-html-else2 (eval (if (org-export-derived-backend-p org-export-current-backend 'pandoc) "\{\{\{CELL4\}\}\} | \{\{\{CELL5\}\}\} | \{\{\{CELL6\}\}\}" ""))