-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover-letter.tex
81 lines (63 loc) · 3.65 KB
/
cover-letter.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
77
78
79
80
81
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy - Cover Letter Template
% LaTeX Template
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-cover-letter-openfont}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\rfoot{Page \thepage\hspace{1pt}}
\thispagestyle{empty}
\renewcommand{\headrulewidth}{0pt}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{Sinisa}{Petkovic}{
Software Developer\\
\urlstyle{same}\href{mailto:[email protected]}{[email protected]}
| 905.745.4734
| \urlstyle{same}\href{https://github.com/foontzoot}{GitHub}
| \urlstyle{same}\href{https://www.linkedin.com/in/sinisa-petkovic-b704034/}{LinkedIn}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% MAIN COVER LETTER CONTENT
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hfill
\begin{minipage}[t]{0.5\textwidth}
\companyname{CryptoRecruit}
% \companyaddress{
% Toronto, ON
% }
\end{minipage}
\begin{minipage}[t]{0.49\textwidth}
\currentdate{\today}
\end{minipage}
\vspace{0.75cm}
\lettercontent{Hi Mathieu,}
\lettercontent{Enclosed is my resume, which I am sending in response to your recent ad for a Senior Back-end Software Developer. I have extensive experience in software development and design, and my professional background will satisfy the requirements of this position.}
\lettercontent{I have consistently met the challenges presented in this field over the past twenty years as a professional Software Developer. My attention to detail, organizational skills and strong communication abilities have allowed me to lead and complement software development teams and ensure the success of each project assigned to me.}
\lettercontent{The following highlights my experience and abilities:}
\begin{tightitemize}
\item Over ten years in ASP.NET/.NET Core and related technologies: Threading, Delegates, Events, Generics, Collections, Exceptions, Transactions, Reflection, Serialization, RESTful API, EF/EFCore, Dapper, LINQ, CQRS, MSMQ, IoC/DI, MediatR, FluentValidations, SignalR, Identity, xUnit, nUnit\ldots
\item More than five years in JS/TS (NodeJS/Express), Python (Django), Java (Spring), and C++.
\item Extensive database experience: SQL Server, MySQL, PostgreSQL, Azure SQL, Oracle, MongoDB, CosmosDB, DynamoDB, neo4j, reporting\ldots
\item Front-end: React, Angular, Flutter, Redux, NgRx, WPF, HTML/CSS, HTMX, MUI, PrimeNG, MAUI, AvaloniaUI, Razor Pages, WebForms, SVG, Markdown, LaTeX, AsposePDF, Adobe\ldots
\item Smaller projects/POCs: Go, Rust, Vue, ML/AI, GraphQL, WebAssembly\ldots
\item Messaging (RabbitMQ, SQS, Azure Queue Storage\ldots), Pub/Sub (SNS, Azure Service Bus\ldots), Events, Notifications\ldots
\item Agile/Scrum methodology, OOP, Functional Programming, Data Structures, Design Patterns, Software Architecture\ldots
\item Experience in financial service, insurance, digital marketing, e-commerce, real estate, online gaming, education, and fulfillment.
\item Team building and leadership.
\end{tightitemize}
\sectionspace% Some whitespace after the section
\lettercontent{In the position you offer, I will continue to bring my leadership, troubleshooting and problem-solving skills to ensure the timely completion of all assignments and guarantee company success and customer satisfaction. I look forward to discussing my background and qualifications with you at your earliest convenience.}
\lettercontent{I appreciate your consideration.}
\closing{Sincerely,\\ \includegraphics[width=4cm]{images/sig.png} \vspace{-0.75cm} }
% \closing{Sincerely,\\Sinisa Petkovic}
\signature{Sinisa Petkovic}
\end{document}
\documentclass[]{article}