summaryrefslogtreecommitdiffstats
path: root/src/verana_health/resume.tex
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-07 14:37:17 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-07 17:01:53 -0600
commit5a4705ef599cd771df38861201617c570bd86313 (patch)
tree99f38a4865c062a1d6f5e30efec354a65a48121d /src/verana_health/resume.tex
parenta6570a56f85725d963b7de41c15e06bc08d761af (diff)
refactor: simplify project structure
Diffstat (limited to 'src/verana_health/resume.tex')
-rw-r--r--src/verana_health/resume.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/verana_health/resume.tex b/src/verana_health/resume.tex
new file mode 100644
index 0000000..334336e
--- /dev/null
+++ b/src/verana_health/resume.tex
@@ -0,0 +1,44 @@
+\input{../preamble}
+
+\recipient{HR Department}{Verana Health\\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 position and would love to discuss the
+opportunity you have.
+
+I have been involved in software for most of my life, both as a hobby, as well as professionally. I
+have found software engineering to be an excellent conduit for my love of problem solving,
+engineering, and finding elegant solutions to complex problems. I have high standards for quality
+solutions that focus on simplicity, efficiency, and correctness. While I have an affinity for the
+Rust, I have experience with many other languages such as C, Python, and C\#.
+
+I believe my experience with both Python and Rust, knowledge of containerization technologies, and
+passion for producing reliable and maintainable code, provide unique qualifications for this
+opportunity.
+
+\makeletterclosing{}
+
+\pagebreak
+
+\makecvtitle{}
+
+\pagebreak[1]
+\input{../resume/education}
+
+\pagebreak[1]
+\input{../resume/experience}
+
+\pagebreak[1]
+\input{../resume/skills}
+
+\pagebreak[1]
+\input{../resume/projects}
+
+\end{document}