summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-07 18:50:33 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-07 18:51:15 -0600
commit0ea474cb4eeb52e07879d4749bef940b10b67906 (patch)
tree9f3a158da60095b63c4514119556ed3842539ea2
parentf6a1509bd66fd7ef5b9ab627aaf7393ed39fc3a8 (diff)
feat: add isrg resume
-rw-r--r--.build.yml1
-rw-r--r--src/isrg/resume.tex50
2 files changed, 51 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 0e285ba..160802f 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,6 +13,7 @@ artifacts:
- resume/build/long_view_systems.pdf
- resume/build/scythe.pdf
- resume/build/warp.pdf
+ - resume/build/isrg.pdf
tasks:
- build: |
cd resume
diff --git a/src/isrg/resume.tex b/src/isrg/resume.tex
new file mode 100644
index 0000000..4e19224
--- /dev/null
+++ b/src/isrg/resume.tex
@@ -0,0 +1,50 @@
+\input{../preamble}
+
+\recipient{HR Department}{Internet Security Research Group\\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 Divvi Up software engineering position. I put considerable
+importance on privacy and security both in my personal life, as well as in the industry. I believe
+in the work Divvi Up (and ISRG at large) is doing, 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
+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 Rust, I have
+experience with many other languages such as C, Python, and C\#.
+
+I love to explore and learn about new things and a majority of my free time is spend doing so.
+Through my hobbies, I have developed a diverse knowledge base and wide skill set, including a
+strong understanding of DevOps, containerization, and IoT, to name a few. I believe this, along
+with my proficiency for engineering, understanding of Rust, and passion for producing reliable and
+maintainable code, could provide unique qualifications for this opportunity, and I look forward to
+discussing it further.
+
+\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}