-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
218 lines (178 loc) · 8.31 KB
/
main.tex
File metadata and controls
218 lines (178 loc) · 8.31 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
\documentclass[10pt]{article}
\RequirePackage[T1]{fontenc}
\reversemarginpar
\usepackage{newtxtext}
\usepackage{newtxmath}
\usepackage{calc}
\usepackage[shortlabels]{enumitem}
\usepackage{fancyhdr,lastpage}
\usepackage{color,hyperref}
\usepackage[paper=letterpaper,
marginparwidth=1.2in,
marginparsep=.05in,
margin=1in,
includemp]{geometry}
\setlength{\parindent}{0in}
\makeatletter
\newlength{\bibhang}
\setlength{\bibhang}{1em}
\newlength{\bibsep}
{\@listi \global\bibsep\itemsep \global\advance\bibsep by\parsep}
\newlist{bibsection}{itemize}{3}
\setlist[bibsection]{label=,leftmargin=\bibhang,
itemindent=-\bibhang,
itemsep=\bibsep,parsep=\z@,partopsep=0pt,
topsep=0pt}
\newlist{bibenum}{enumerate}{3}
\setlist[bibenum]{label=[\arabic*],resume,leftmargin={\bibhang+\widthof{[999]}},
itemindent=-\bibhang,
itemsep=\bibsep,parsep=\z@,partopsep=0pt,
topsep=0pt}
\let\oldendbibenum\endbibenum
\def\endbibenum{\oldendbibenum\vspace{-.6\baselineskip}}
\let\oldendbibsection\endbibsection
\def\endbibsection{\oldendbibsection\vspace{-.6\baselineskip}}
\makeatother
\pagestyle{fancy}
\fancyhf{}\renewcommand{\headrulewidth}{0pt}
\fancyfootoffset{\marginparsep+\marginparwidth}
\newlength{\footpageshift}
\setlength{\footpageshift}
{0.5\textwidth+0.5\marginparsep+0.5\marginparwidth-2in}
\lfoot{\hspace{\footpageshift}
\parbox{4in}{\, \hfill
\arabic{page} of \protect\pageref*{LastPage}
\hfill \,}}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\hypersetup{colorlinks,breaklinks,
linkcolor=darkblue,urlcolor=darkblue,
anchorcolor=darkblue,citecolor=darkblue}
\newcommand{\makeheading}[2][]
{\hspace*{-\marginparsep minus \marginparwidth}
\begin{minipage}[t]{\textwidth+\marginparwidth+\marginparsep}
{\large \bfseries #2 \hfill #1}\\[-0.15\baselineskip]
\rule{\columnwidth}{1pt}
\end{minipage}}
\renewcommand{\section}[1]{\pagebreak[3]
\vspace{1.3\baselineskip}
\phantomsection\addcontentsline{toc}{section}{#1}
\noindent\llap{\scshape\smash{\parbox[t]{\marginparwidth}{\hyphenpenalty=10000\raggedright #1}}}
\vspace{-\baselineskip}\par}
\newcommand*\fixendlist[1]{
\expandafter\let\csname preFixEndListend#1\expandafter\endcsname\csname end#1\endcsname
\expandafter\def\csname end#1\endcsname{\csname preFixEndListend#1\endcsname\vspace{-0.6\baselineskip}}}
\let\originalItem\item
\newcommand*\fixouterlist[1]{
\expandafter\let\csname preFixOuterList#1\expandafter\endcsname\csname #1\endcsname
\expandafter\def\csname #1\endcsname{\let\oldItem\item\def\item{\pagebreak[2]\oldItem}\csname preFixOuterList#1\endcsname}
\expandafter\let\csname preFixOuterListend#1\expandafter\endcsname\csname end#1\endcsname
\expandafter\def\csname end#1\endcsname{\let\item\oldItem\csname preFixOuterListend#1\endcsname}}
\newcommand*\fixinnerlist[1]{
\expandafter\let\csname preFixInnerList#1\expandafter\endcsname\csname #1\endcsname
\expandafter\def\csname #1\endcsname{\let\oldItem\item\let\item\originalItem\csname preFixInnerList#1\endcsname}
\expandafter\let\csname preFixInnerListend#1\expandafter\endcsname\csname end#1\endcsname
\expandafter\def\csname end#1\endcsname{\csname preFixInnerListend#1\endcsname\let\item\oldItem}}
\newlist{outerlist}{itemize}{3}
\setlist[outerlist]{label=\enskip\textbullet,leftmargin=*}
\fixendlist{outerlist}
\fixouterlist{outerlist}
\newlist{lonelist}{itemize}{3}
\setlist[lonelist]{label=\enskip\textbullet,leftmargin=*,partopsep=0pt,topsep=0pt}
\fixendlist{lonelist}
\fixouterlist{lonelist}
\newlist{innerlist}{itemize}{3}
\setlist[innerlist]{label=\enskip\textbullet,leftmargin=*,parsep=0pt,itemsep=0pt,topsep=0pt,partopsep=0pt}
\fixinnerlist{innerlist}
\newlist{loneinnerlist}{itemize}{3}
\setlist[loneinnerlist]{label=\enskip\textbullet,leftmargin=*,parsep=0pt,itemsep=0pt,topsep=0pt,partopsep=0pt}
\fixendlist{loneinnerlist}
\fixinnerlist{loneinnerlist}
\newcommand{\blankline}{\quad\pagebreak[3]}
\newcommand{\halfblankline}{\quad\vspace{-0.5\baselineskip}\pagebreak[3]}
\providecommand*\emaillink[1]{\nolinkurl{#1}}
\providecommand*\email[1]{\href{mailto:#1}{\emaillink{#1}}}
\providecommand\BibTeX{{B\kern-.05em{\sc i\kern-.025em b}\kern-.08em \TeX}}
\providecommand\Matlab{\textsc{Matlab}}
\begin{document}
\makeheading{\Huge{Raymund MARTINEZ}}
\section{\textbf{Contact \\ Information}}
\newlength{\rcollength}\setlength{\rcollength}{1.25in}
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}}
\href{mailto:zhaqenl@gmail.com}{zhaqenl@gmail.com} \textperiodcentered{}
+639179559715
\end{tabular}
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}}
\href{https://zhaqenl.github.io/en}{zhaqenl.github.io}
\textperiodcentered{}
\href{https://github.com/zhaqenl}{github.com/zhaqenl} \textperiodcentered{}
\href{https://gitlab.com/zhaqenl}{gitlab.com/zhaqenl}
\end{tabular}
\section{\textbf{Summary}}
Software Engineer with 6 years building and deploying ERP solutions for 20+ clients. Bridges the gap between business requirements and technical implementation---from initial analysis through production deployment and ongoing support.
\section{\textbf{Education}}
\href{http://www.lorma.edu/}{\textbf{LORMA Colleges}},
La Union, PH
\begin{outerlist}
\item[] B.S.,
\href{https://www.lormacolleges.com/collegeofcomputerstudiesandengineering}
{Computer Science}, June 2017
\begin{innerlist}
\item Thesis Topic: \emph{Application of Contour Extraction To Detect and Extract
Images of Crop-Eating Flying Insects}
\end{innerlist}
\end{outerlist}
\section{\textbf{Professional \\ Experience}}
\textbf{Agilis Enterprise Solutions} \\
Makati City, Manila
\begin{outerlist}
\item[]\textbf{Software Engineer and System Administrator}
\hfill\textbf{2019--Present}
\begin{innerlist}
\item Delivered end-to-end Odoo solutions for 20+ clients, owning the full lifecycle from requirements gathering and development through production deployment and ongoing support
\item Designed alternative technical approaches when client requirements conflicted with Odoo's native behavior, preventing costly workarounds and rework
\item Trained client engineering teams on Odoo fundamentals from zero, enabling them to contribute to development independently
\item Deployed and maintained Odoo (v8--v19, Community and Enterprise) across on-premise servers and cloud platforms (Linode, DigitalOcean, Odoo.sh), handling database migrations with minimal downtime
\item Managed version control for internal modules and coordinated code integration with external development teams
\end{innerlist}
\end{outerlist}
\vspace{1.0em}
\textbf{Freelance} \\
Quezon City, Manila
\begin{outerlist}
\item[]\textbf{Technical Writer and Developer}
\hfill\textbf{2017--present}
\begin{innerlist}
\item Published technical articles on programming and system administration at \href{https://zhaqenl.github.io/en}{zhaqenl.github.io}
\item Built algorithm implementations in Python with documented problem-solving approaches (\href{https://github.com/zhaqenl/wordsearch}{wordsearch}, \href{https://github.com/zhaqenl/kingdom}{kingdom})
\item Contributed to open source projects (see \href{https://github.com/zhaqenl}{GitHub}/\href{https://gitlab.com/zhaqenl}{GitLab} profile)
\end{innerlist}
\end{outerlist}
\vspace{1.0em}
\textbf{Sun Life Financial} \\
Taguig City, Manila
\begin{outerlist}
\item[]\textbf{Data Encoder}
\hfill\textbf{2018--2019}
\begin{innerlist}
\item Migrated legacy IBM Notes documentation to Adobe RoboHelp for a Fortune 500 financial services company
\end{innerlist}
\end{outerlist}
\vspace{1.0em}
\section{\textbf{Technical \\ Skills}}
\textbf{Languages:} Python, JavaScript, Common Lisp, Racket, Hy
\vspace{0.5em}
\textbf{ERP:} Odoo (v8--v19, Community and Enterprise)
\vspace{0.5em}
\textbf{Infrastructure:} Linux, Docker, Nginx, PostgreSQL, Git
\vspace{0.5em}
\textbf{Cloud:} Linode, DigitalOcean, Odoo.sh
\vspace{0.5em}
\textbf{Methods:} Agile, TDD, Kanban
\vspace{0.5em}
\section{\textbf{Personal}}
\textbf{Languages:} English, Filipino, Ilocano, Esperanto
\vspace{0.5em}
\textbf{Typing:} \href{https://monkeytype.com}{155 WPM} (zhaqenl on Monkeytype Global Leaderboards)
\vspace{0.5em}
\textbf{Interests:} Reading, Strength Training, Music
\end{document}