-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
128 lines (112 loc) · 5.88 KB
/
resume.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
%% The MIT License (MIT)
%%
%% Copyright (c) 2015 Daniil Belyakov
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the "Software"), to deal
%% in the Software without restriction, including without limitation the rights
%% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
%% copies of the Software, and to permit persons to whom the Software is
%% furnished to do so, subject to the following conditions:
%%
%% The above copyright notice and this permission notice shall be included in all
%% copies or substantial portions of the Software.
%%
%% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
%% SOFTWARE.
% The font could be set to Windows-specific Calibri by using the 'calibri' option
\documentclass[]{resume}
% For mathematical symbols
\usepackage{amsmath}
% Set applicant's personal data for header
\name{Lee Ka Chun, Ken}
\address{}
\contacts{ (852) 5598 1020 \linebreak [email protected] }
\begin{document}
% Print the header
\makeheader
% Print the content
\begin{cvsection}{EMPLOYMENT}
\begin{cvsubsection}{Senior Analyst Programmer}{China Construction Bank(Asia)}{Dec 2022 -- Current}
\begin{itemize}
\item Developed, packaged and deployed API gateway applications with Java, Spring Boot and Maven
\item Enhanced existing stored procedures using SQL
\item Established CI/CD pipeline for static code analysis and open source vulnerability scanning
\item Collaborated with team members and vendors to analyze project requirements
\end{itemize}
\end{cvsubsection}
\begin{cvsubsection}{Backend Developer}{FreightAmigo Services Ltd.}{Jul 2022 -- Dec 2022}
\begin{itemize}
\item Designed and implemented APIs for website and mobile apps using PHP, enhancing data retrieval speed and user experience
\item Achieved website loading time reduction \& improved database efficiency by optimizing logo picture storage
\item Utilized SQL queries for generating reports, improving data accuracy and decision-making processes
\item Participated in Agile processes, utilizing Jira's features to enhance team collaboration and project tracking
\end{itemize}
\end{cvsubsection}
\begin{cvsubsection}{Software Engineer}{VTech Telecommunications Ltd.}{Aug 2021 -- Jul 2022}
\begin{itemize}
\item Reduced AWS Lambda function running time by \textbf{75\%} by reusing existing resources and optimizing code
\item Developed serverless functions to process pre-provisioning checking of IoT devices, improving efficiency and reducing manual errors
\item Utilized AWS Lambda function and DynamoDB to manage and update data stored in NoSQL databases, ensuring data integrity and improving access speed
\item Automated cloud resource creation by developing and deploying Infrastructure as Code templates, reducing setup time and minimizing configuration errors
\item Implemented AWS CloudWatch metric alarms to monitor the health of applications, enabling prompt issue detection and resolution
\end{itemize}
\end{cvsubsection}
\begin{cvsubsection}{Survey Officer (Quantity)}{Architectural Services Dept.}{May 2019 -- Jan 2021}
\begin{itemize}
\item Automated financial statement computations in Excel by building relational formulas between cells, reducing production time by \textbf{85\%}
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{SKILLS}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item Java, SQL, Python, PHP, JavaScript, TypeScript, HTML, CSS
\item Amazon Web Services, Git, Windows, MacOS, Linux, GitHub, Shell Scripting, Jira
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{PROJECTS}
\begin{cvsubsection}{Trash image classifier}{}{}
\begin{itemize}
\item A 8-layer Convolutional Neural Network machine learning sequence model implemented Adam optimizer and Relu activation function to predict whether a trash on images is made of paper, metal, plastic, or none of above.
\item Increased the prediction accuracy from \textbf{55\%} to \textbf{75\%} by utilizing threshold-based filtering
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{CERTIFICATES}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item \noindent \rlap {AWS Certified Solutions Architect} \hfill {Amazon} \hfill \llap{Jan 2022 -- Jan 2025}
\newline \noindent \rlap{- Associate} \hfill {} \hfill \llap{}
\item \noindent \rlap{Using Databases with Python} \hfill {University of Michigan, Coursera}\hfill \llap{Nov 2020}
\item \noindent \rlap{Using Python to Access Web Data} \hfill {University of Michigan, Coursera}\hfill \llap{Oct 2020}
\item \noindent \rlap{Python Data Structures} \hfill {University of Michigan, Coursera}\hfill \llap{Sep 2020}
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{EDUCATION}
\begin{cvsubsection}{Tecky Academy}{Hong Kong}{Feb 2021 -- Jun 2021}
\begin{itemize}
\item MicroMaster in A.I. \& Programming
\end{itemize}
\end{cvsubsection}
\begin{cvsubsection}{City University of Hong Kong}{Hong Kong}{Sep 2012 -- Jul 2015}
\begin{itemize}
\item Bachelor of Science (Hons) in Surveying
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\begin{cvsection}{LANGUAGES}
\begin{cvsubsection}{}{}{}
\begin{itemize}
\item Proficient in written and spoken: English, Chinese
\end{itemize}
\end{cvsubsection}
\end{cvsection}
\end{document}