summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-24 18:09:04 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-24 18:09:04 -0600
commitdd48f8cc6ba99cdc03f2628311ec546b977dbd59 (patch)
treec35b564cf156e782b63d2d35a7a7f5a6615e23b9
parent502ab6d7f6837887d6f4ba1c790e01a3571ec5b1 (diff)
feat: add cloudflair cover letter
-rw-r--r--Tectonic.toml5
-rw-r--r--src/cloudflare/cover_letter.tex33
2 files changed, 38 insertions, 0 deletions
diff --git a/Tectonic.toml b/Tectonic.toml
index afab942..670c797 100644
--- a/Tectonic.toml
+++ b/Tectonic.toml
@@ -50,3 +50,8 @@ index = 'smartthings/resume.tex'
name = 'sandboxaq'
type = 'pdf'
index = 'sandboxaq/cover_letter.tex'
+
+[[output]]
+name = 'cloudflare'
+type = 'pdf'
+index = 'cloudflare/cover_letter.tex'
diff --git a/src/cloudflare/cover_letter.tex b/src/cloudflare/cover_letter.tex
new file mode 100644
index 0000000..ac39bd9
--- /dev/null
+++ b/src/cloudflare/cover_letter.tex
@@ -0,0 +1,33 @@
+\input{preamble}
+
+\recipient{HR Department}{Cloudflare\\San Francisco, California}
+\date{\today}
+\opening{Dear Sir or Madam,}
+\closing{Thank you for your consideration,}
+\enclosure[Attached]{curriculum vit\ae{}}
+
+\begin{document}
+
+\makelettertitle{}
+
+I am contacting you in regard to the Software Engineer --- Traffic Engineering position. I am well
+aware of the work being done at Cloudflare and would love to discuss the opportunity to be a part
+of it.
+
+As a generational engineer, I have been engaged in engineering the majority of my life, both as a
+hobby, as well as professionally. While I have tangible experience in both mechanical and
+electrical engineering, I have found software engineering to be an excellent conduit for my love of
+building systems. I have high standards for quality solutions that focus on simplicity, efficiency,
+and correctness. While I have an affinity for Rust, I have experience with many other languages
+such as C, Python, and Go.
+
+I love to explore and learn about new things and a majority of my free time is spend doing so.
+Through my hobbies and career, I have developed a diverse knowledge base and wide skill set,
+including a strong understanding of DevOps, networking, and containerization, to name a few. I
+believe this, along with my proficiency for engineering, understanding of Rust, and passion for
+writing efficient and correct code, could provide unique qualifications for this opportunity, and I
+look forward to discussing it further.
+
+\makeletterclosing{}
+
+\end{document}