Skip to content

Commit 5a168e6

Browse files
authored
fix(contents): move languages to skills & add a project (#12)
1 parent 96fbfd0 commit 5a168e6

File tree

6 files changed

+8
-25
lines changed

6 files changed

+8
-25
lines changed

src/resume.tex

-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
\input{sections/skills.tex}
5050
\bigskip
5151

52-
\input{sections/Languages.tex}
53-
\medskip
54-
5552
\input{sections/projects.tex}
5653

5754
\end{document}

src/sections/experiences.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
\item{Integrated internal intelligence API services for threat researchers using \textbf{GraphQL} and \textbf{Kubernetes} for \textbf{\texttt{\char`\~}400} engineers and threat researchers in threat hunting}
88
\item{Moved an on-promise system to the cloud; wrote unit tests \& integration tests with 78\% of code coverage; built \textbf{0 downtime} scalable deployment with \textbf{AWS Fargate} \& CDK which reduced \texttt{\char`\~}20\% of cost}
99
\item{Introduced modern IaC tool \textbf{AWS CDK} to our team; provisioned 4 system infrastructures that consist of \textbf{6+} different AWS services like AWS Glue, \textbf{Step Functions} \& RDS}
10-
\item{Took charge of \textbf{Amazon Elastic Kubernetes Service} administrator of the team; operate 3 clusters \& \textbf{10+} production workloads including one with throughput of \textbf{200 GB+} per hour ETL workflow}
10+
\item{Team lead administrator of \textbf{Amazon Elastic Kubernetes Service}; operate 3 clusters \& \textbf{10+} production workloads including one with throughput of \textbf{200 GB+} per hour ETL workflow}
1111
\item{Optimized CI/CD pipelines for 6+ projects with \textbf{CircleCI} using prebuilt images, caching \& parallelism; adopted conventional commits \& semantic versioning that reduced up to \textbf{75\%} of deployment time}
1212
\end{itemize}
1313
}

src/sections/headline.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
\par{
2-
Software Engineer at Trend Micro. 5+ years experience in cloud infrastructure development, specializing in containerized backend development and pipeline automation.
2+
Software Engineer at Trend Micro. 5+ years experience in \textbf{cloud infrastructure} development, specializing in \textbf{containerized} backend development and pipeline automation.
33
}

src/sections/languages.tex

-15
This file was deleted.

src/sections/projects.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
{Developed features including adding option to specify bundling docker entrypoint \& option to \textbf{auto delete} images upon ECR repository removal using CloudFormation custom resource with \textbf{Lambda} function; fixed props validation for EC2 volume \& ECR repository constructs; migrated tests from nodeunit to \textbf{Jest}}
1313
{TypeScript,Infrastructure as Code}
1414

15-
% \project
16-
% {cdnjs}{\github{cdnjs/cdnjs}}
17-
% {}
18-
% {Added 13 packages to cdnjs via git / npm auto-update; updated packages manually for packages has changes that break auto-update mechanism}
19-
% {JavaScript,CDN}
15+
\project
16+
{Open Source Communities}{\github{cdnjs/cdnjs} \website{https://cdkmeetup.kktix.cc/}{Taiwan CDK Meetup} \website{https://coscup.org/}{COSCUP}}
17+
{}
18+
{Devoted to cdnjs camp in NCTU; added / updated 15+ packages in cdnjs; dedicated in Taiwan CDK Meetup community; exchanged directly with AWS developer advocate; attended COSCUP 2017, 2018, 2019 \& 2020}
19+
{cdnjs,COSCUP,CDK Meetup}
2020
\end{projects}

src/sections/skills.tex

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
\begin{keywords}
1515
\keywordsentry{Frameworks}{Apollo GraphQL, Koa, NestJS, Jest}
1616
\keywordsentry{Working Env.}{Linux, VS Code, Neovim, Git, GitHub}
17+
\keywordsentry{Languages}{TOEIC 905}
1718
\end{keywords}
1819
}

0 commit comments

Comments
 (0)