diff --git a/letter/latexmkrc b/letter/latexmkrc new file mode 100644 index 0000000..3a9b3e6 --- /dev/null +++ b/letter/latexmkrc @@ -0,0 +1,4 @@ +$pdflatex = "pdflatex %O %S"; +$pdf_mode = 1; +$dvi_mode = 0; +$postscript_mode = 0; diff --git a/letter/main.tex b/letter/main.tex new file mode 100644 index 0000000..fd5d96a --- /dev/null +++ b/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}