-
Notifications
You must be signed in to change notification settings - Fork 0
/
max_li_resume.tex
76 lines (61 loc) · 4.55 KB
/
max_li_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
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.4 in,top=0.4in,right=0.4 in,bottom=0.4in]{geometry} % Document margins
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\name{Max Li} % Your name
% You can merge both of these into a single line, if you do not have a website.
\address{+886 978-632-991 \\ \href{mailto:[email protected]}{[email protected]} \\ \href{https://linkedin.com/in/maxsarratt}{LinkedIn} \\ \href{https://github.com/maxsarratt}{GitHub} \\ Taipei, Taiwan} %
\begin{document}
%----------------------------------------------------------------------------------------
% SUMMARY
%----------------------------------------------------------------------------------------
\begin{rSection}{SUMMARY}
Vision-driven software professional with 5+ years of backend software development skills in Java and Go web services. Strongly focusing on delivering actionable and quantifiable results for projects. Seeking full-time SDE opportunity to utilize my skills and abilities in a value-driven company that offers professional growth.
\end{rSection}
%----------------------------------------------------------------------------------------
% TECHINICAL SKILLS
%----------------------------------------------------------------------------------------
\begin{rSection}{SKILLS}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Programming & Java, Go, SQL, JavaScript
\\
Databases & PostgreSQL, MySQL, MongoDB, Redis \\
Technologies & Git, Postman, JUnit, Docker, Linux, AWS \\
Domains & Backend Engineering, Software Development, REST APIs, CI/CD \\
\end{tabular}
\end{rSection}
\begin{rSection}{EXPERIENCE}
\textbf{ic3.network} \hfill Paris, France (Remote)\\
Software Engineer \hfill \textit{Jun 2019 - Present}
\begin{itemize}
\itemsep -3pt {}
\item Designed and implemented a microservice with Go and Kubernetes, which helps validate store profiles against schemas and provides API for later aggregation. Currently, it has validated more than 10K store profiles. \href{https://github.com/MurmurationsNetwork/MurmurationsServices}{[Github Repo]}
\item Examined company search API response time implemented with the full-text search mechanism in MongoDB, and combined it with Elasticsearch to rewrite the implementation in Go, ultimately increasing the speed by 53\%.
\item Architected a continuous build-test-deployment (CI/CD) system using GitHub Actions to support weekly releases and out-of-cycle releases, increasing development efficiency by 30\%.
\item Created cron jobs to fetch user metadata and payment transactions from different services using Go, extract and combine information, and store inside PostgreSQL. Construct dashboards in Grafana to analyze users' behavior of a half-million users.
\end{itemize}
\textbf{Rspective} \hfill Katowice, Poland (Remote)\\
Software Engineer \hfill \textit{Nov 2018 - May 2019}
\begin{itemize}
\itemsep -3pt {}
\item Cooperated with a front-end team, defined an API using OpenAPI, and implemented with Node.js for querying advertising content based on the user city, gender, industry, etc. As a result, increased 30\% of the exposure rate for each targeting advertisement.
\item Teamed up with the product growth team and implemented a feature that sent recent hot topics via mobile push notification for users with low activity in Node.js, improving audience targeting and increasing active user rate by 40\%.
\item Set up a Node.js project to detect explicit content within an image using Google Vision AI, communicated with data science and DevOps teams, and compared the accuracy and cost with an in-house image recognition system. Ultimately rescuing \$25K annual costs.
\end{itemize}
\textbf{Maodou.io} \hfill Beijing, China\\
Software Engineer \hfill \textit{Aug 2016 - Oct 2018}
\begin{itemize}
\itemsep -3pt {}
\item Designed and initiated a large-scale web service using Node.js and MongoDB to support +100,000 MAU 6 months after launch.
\item Created JS scripts for API testing using Postman in order to improve team efficiency by 20\% and reduce the effort of more than 1,000 hours of manual testing.
\end{itemize}
\end{rSection}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
\vspace{-1.25em}
\item {\bf Bachelor of Science, Aerospace Engineering},
National Cheng Kung University (Taiwan) \hfill {\textit{2012 - 2016}}
\end{rSection}
\end{document}