@ -60,7 +60,7 @@
%\dateofbirth{January 1st, 1970}
%\dateofbirth{January 1st, 1970}
\homepage{<%= @user.other_page_url %>}
\homepage{<%= @user.other_page_url %>}
\github{<%= @user.github %>}
\github{<%= @user.github %>}
% \linkedin{posquit0 }
\linkedin{<%= @user.linkedin %> }
% \gitlab{gitlab-id}
% \gitlab{gitlab-id}
% \stackoverflow{SO-id}{SO-name}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
% \twitter{@twit}
@ -90,19 +90,11 @@
{<%= @user.name %>~~~·~~~Resume}
{<%= @user.name %>~~~·~~~Resume}
{\thepage}
{\thepage}
%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
%\input{resume/summary.tex}
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% SECTION TITLE
% SECTION TITLE
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
\cvsection{Summary}
\cvsection{Summary}
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% CONTENT
% CONTENT
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
@ -112,9 +104,24 @@
<%= @user.objective %>
<%= @user.objective %>
\end{cvparagraph}
\end{cvparagraph}
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Skills}
% \input{resume/experience.tex}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvskills}
%---------------------------------------------------------
<% @user.skills.each do |s| %>
\cvskill
{<%= s.title %>} % Category
{<%= s.detail %>} % Skills
<% end %>
\end{cvskills}
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% SECTION TITLE
% SECTION TITLE
@ -136,12 +143,9 @@
{<%= w.period %>} % Date(s)
{<%= w.period %>} % Date(s)
{
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Provisioned an easily managable hybrid infrastructure(Amazon AWS + On-premise) utilizing IaC(Infrastructure as Code) tools like Ansible, Packer and Terraform.}
<% w.items_csv.split(",").each do |i| %>
\item {Built fully automated CI/CD pipelines on CircleCI for containerized applications using Docker, AWS ECR and Rancher.}
\item {<%= i %>}
\item {Designed an overall service architecture and pipelines of the Machine Learning based Fashion Tagging API SaaS product with the micro-services architecture.}
<% end %>
\item {Implemented several API microservices in Node.js Koa and in the serverless AWS Lambda functions.}
\item {Deployed a centralized logging environment(ELK, Filebeat, CloudWatch, S3) which gather log data from docker containers and AWS resources.}
\item {Deployed a centralized monitoring environment(Grafana, InfluxDB, CollectD) which gather system metrics as well as docker run-time metrics.}
\end{cvitems}
\end{cvitems}
}
}
<% end %>
<% end %>
@ -149,15 +153,11 @@
%---------------------------------------------------------
%---------------------------------------------------------
\end{cventries}
\end{cventries}
% \input{resume/education.tex}
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% SECTION TITLE
% SECTION TITLE
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
\cvsection{Education}
\cvsection{Education}
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% CONTENT
% CONTENT
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
@ -179,11 +179,5 @@
%---------------------------------------------------------
%---------------------------------------------------------
\end{cventries}
\end{cventries}
% \input{resume/extracurricular.tex}
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
\end{document}
\end{document}