forked from Shizcow/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
185 lines (165 loc) · 8.51 KB
/
main.tex
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
% -------------------------------------
% PREAMBLE
% -------------------------------------
\documentclass[10pt,letterpaper,sans]{moderncv}
\moderncvstyle{banking}
% \moderncvcolor{blue}
\definecolor{color0}{rgb}{0,0,0}% black
\definecolor{color1}{rgb}{0.05, 0.07, 0.36}
\definecolor{color2}{rgb}{0.45,0.45,0.45}% dark grey
\moderncvicons{awesome}
\usepackage[utf8]{inputenc}
\usepackage{xspace, relsize}
\usepackage{verbatim}
\usepackage[scale=0.75,margin=0.5in]{geometry}
\usepackage{import}
\usepackage[super]{nth}
% underscores in this font look really bad
\renewcommand{\_}{\textscale{.7}{\textunderscore}}
% This is how the C++ spec typesets "C++"
\newcommand{\Rplus}{\protect\hspace{-.1em}\protect\raisebox{.35ex}{\smaller{\smaller\textbf{+}}}}
\newcommand{\Cpp}{\mbox{C\Rplus\Rplus}\xspace}
% Used to add a second email / homepage, but preserve the ordering
% If this wasn't done, homepage would be shown before email 2
% Now they're right next to eachother
\makeatletter
\RenewDocumentCommand{\social}{O{}O{}m}{
\ifthenelse{\equal{#2}{}}
{
\ifthenelse{\equal{#1}{linkedin}}{\collectionadd[linkedin]{socials}{\protect\httplink[#3]{www.linkedin.com/in/#3}}}{}
\ifthenelse{\equal{#1}{email2}} {\collectionadd[email2]{socials} {\protect\emailsymbol\emaillink[#3]{#3}}} {} % <= adding this
\ifthenelse{\equal{#1}{homepage}}{\collectionadd[homepage]{socials}{\protect\faGlobe\xspace\httplink[#3]{#3}}} {} % <= adding this
\ifthenelse{\equal{#1}{twitter}} {\collectionadd[twitter]{socials} {\protect\httplink[#3]{www.twitter.com/#3}}} {}
\ifthenelse{\equal{#1}{github}} {\collectionadd[github]{socials} {\protect\httplink[#3]{www.github.com/#3}}} {}
}
{\collectionadd[#1]{socials}{\protect\httplink[#3]{#2}}}}
\makeatother
% -------------------------------------
% CONTENT
% -------------------------------------
\name{Looi}{Shen Wei Brendan}
\address{10 Lorong Kota Raja, Taman Bukit Seputeh}{WP Kuala Lumpur}{Malaysia}
\phone[mobile]{+(60) 16-661 1838}
\email{[email protected]}
\social[linkedin]{brendanlooi}
%\social[email2]{[email protected] } % space so newline behaves
\begin{document}
\vspace*{0.15em}
\makecvtitle
% -------------------------------------
% SUMMARY
% -------------------------------------
\vspace{-2em} % used to remove annoying vertical space under title
\small{As an Applied Mathematics graduate from Colorado State University, I strive to leverage mathematics and programming to tackle complex challenges in today’s digital landscape. My focus: high-performance computing and algorithm optimization across diverse technology industries.}
\vspace{-0.5em} % used to make last workaround look consistant
% -------------------------------------
% EDUCATION
% -------------------------------------
\section{Education}
\vspace{0.75em}
\begin{itemize}
\item{\cventry{Graduated May 2021}{Bachelor of Science in Mathematics, Concentration in Applied Mathematics -- Computer Science}{Colorado State University}{Fort Collins, CO, United States}{}{
\begin{itemize}
\vspace{0.75em}
\item \textbf{Relevant Mathematics Coursework:}
Fourier and Wavelet Analysis, Numerical Analysis, Abstract Algebra, \\Ordinary/Partial Differential Equations, Advanced Calculus of One Variable, Projects in Applied Mathematics
\vspace{0.75em}
\item \textbf{Relevant Computer Science Coursework:}
Software Development, Information and Coding Theory, \\Post-Quantum Cryptography, Mathematics of Information Security, Data Structures, Discrete Structures
\end{itemize}
}}
\end{itemize}
\vspace{0.5em}
% -------------------------------------
% TECHNICAL SKILLS
% -------------------------------------
\section{Technical Skills}
\vspace{0.75em}
\begin{itemize}
\item \textbf{Programming Languages, Frameworks \& Tools:}
\begin{itemize}
\item {Languages:} Bash, \textbf{C}, \textbf{C\#}, \textbf{\Cpp}, \textbf{mySQL}, Matlab, \textbf{Maple}, Java, JavaScript, \textbf{Python}, \textbf{\LaTeX}, Haskell, Ada 95, R, PHP
\item {Frameworks \& Tools:} NumPy, Websocket, \textbf{Numba}, \textbf{HDF5}, PyTables, Jupyter, Git, Docker, Powershell, EC \& DLP cryptosystems
\end{itemize}
\vspace{0.5em}
\item \textbf{Mathematical Skills:}
\begin{itemize}
\item Able to recognize shifting priorities within theoretical problems and their applications
\item Advanced ability to utilize software to solve problems within the scope of mathematics
\item Quickly and efficiently apply different concepts within mathematics to real-world problems
\end{itemize}
\end{itemize}
\vspace{0.5em}
% -------------------------------------
% WORK EXPERIENCE
% -------------------------------------
\section{Work Experience}
\vspace{0.75em}
\begin{itemize}
\item{\cventry{July 2022 -- Present}{Onboard Technologies -- Python \& C++ Development Team}
{Software Developer}{Penang, Malaysia}{}{
\begin{itemize}
\item Develop and maintain a high-frequency trading platform for large-scale, low-latency daily transaction volumes
\item Anticipate changes in execution platforms and proactively optimize software architecture to ensure continuous, smooth \\improvements and maintain a competitive edge
\item Interface actively with stock exchange APIs, discovering and reporting bugs, contributing towards improvements, and implementing \\redundancy measures to ensure efficient and reliable connectivity
\item Design and fortify mission-critical trading system features, facilitate market expansions, and swiftly resolve live trading issues. Employ automated testing for regression and error detection, implement fail-over protocols to ensure high stability during high-volume trading
\item Engage in key areas of the tech stack: market data, book-building, order management, IPC, monitoring, alerting, and UI
\end{itemize}
}}
\vspace{0.75em}
\item{\cventry{July 2021 -- July 2022}{Stampede Solution -- C\# Volare Development Team}
{Junior Software Developer}{Kuala Lumpur, Malaysia}{}{
\begin{itemize}
\item Improved and optimized Volare, the main FinTech product, to decrease workflow ineffeciencies for users
\item Identified and mitigated multiple complex, critical flaws within the full product stack
\item Worked in C\# with mySQL, Vicidial, Ozeki, bash, PHP and several internal libraries
\end{itemize}
}}
\end{itemize}
% -------------------------------------
% PROJECTS & RESEARCH EXPERIENCE
% -------------------------------------
\section{Projects \& Research Experience}
\vspace{0.75em}
\begin{itemize}
\item{\cventry{Jan 2020 -- May 2020}{Department of Mathematics -- Dr. Anton Betten}
{Clebsch Map Modeling of Cubic Surfaces}{Colorado State University}{}{
\begin{itemize}
\item Developed novel solutions for optimizations of non-trivial implicit surface modeling
\item Probing surface representation spectra for real world applications including cryptography and tessalation
\item Worked in Maple, MATLAB, Python, and \Cpp
\end{itemize}
}}
\vspace{0.75em}
\item{\cventry{Aug 2020 -- Dec 2020}{Department of Mathematics -- Dr. Anton Betten}{Visualization and Quantization of Implicit Surfaces}{Colorado State University}{}{
\begin{itemize}
\item Exploration of exotic mapping methodologies for physical data visualization and surface property characterization
\item Optimized tools for topological analysis of compute heavy implicit surfaces
\item Applied ideas from Coding Theory, Differential Geometry and Group Theory
\end{itemize}
}}
% \vspace{0.75em}
% \item{\cventry{Feb 2021 -- April 2021}{Department of Mathematics}{Comparing Fast Fourier Transform Algorithms for Beamforming}{Colorado State University}{}{
% \begin{itemize}
% \item Researching the most efficient FFT Algorithms in real world applications of beamforming as used in 5G and WiFi 6.
% \item Working with peers in electrical engineering to apply objectives directly to hardware
% \end{itemize}
% }}
\end{itemize}
\vspace{0.5em}
% % -------------------------------------
% % NOTABLE PROJECTS
% % -------------------------------------
% \section{Notable Projects}
% \vspace{0.75em}
% \begin{itemize}
% \item \textbf{Comparing Fast Fourier Transform Algorithms for Beamforming}
% \begin{itemize}
% \item Researching the most efficient FFT Algorithms in real world applications of beamforming as used in 5G and WiFi 6.
% \item Working with peers in electrical engineering to apply objectives directly to hardware
% \end{itemize}
% \end{itemize}
% for some reason, it's assumed that multiple pages exist
% make this page look shorter so a '1/2' toast isn't visible
\vspace*{-4cm}
\end{document}