Skip to content

Commit

Permalink
feat: add simple cover letter
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Jun 3, 2022
1 parent cbbd752 commit db6e3c8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions letter/latexmkrc
@@ -0,0 +1,4 @@
$pdflatex = "pdflatex %O %S";
$pdf_mode = 1;
$dvi_mode = 0;
$postscript_mode = 0;
34 changes: 34 additions & 0 deletions letter/main.tex
@@ -0,0 +1,34 @@
\documentclass[11pt,a4paper,sans]{moderncv}


% personal data
\firstname{Parham}
\lastname{Alvani}
\title{Backend Engineer}
\phone[mobile]{+98 939 09 09 540}
\email{parham.alvani@gmail.com}
\homepage{1995parham.me}
\photo[96pt]{profile}
\born{20 February 1995}

\begin{document}

\maketitle

% \recipient{Company Recruitment team}{Company, Inc.\\123 somestreet\\some city}
\date{January 01, 1984}
\opening{Dear Sir or Madam,}
\closing{Yours faithfully,}
\makelettertitle

Parham loves programming and a deep Person. On the otherhand he start quick and tries to complete project without out-of-scoped requirements.

Parham started his programming carrier back in university.
He worked as a developer and system architect at IoT Laboratory, there he wrote two different IoT platforms with Python and Go to solve different requirements.
Then he continued his career at Snapp! Which is a leading ride hailing company in Iran. At Snapp,
he started working on the pricing projects and wrote a data pipeline with Go, then he worked on event dispatching system which are written in Go.
He has experience with Kubernetes, Docker, EMQ, RabbitMQ etc.

\makeletterclosing

\end{document}

0 comments on commit db6e3c8

Please sign in to comment.