Skip to content

Commit

Permalink
Improve cloudflare description
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Feb 7, 2024
1 parent 94bdfbe commit 0f605f8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
Binary file modified cv.pdf
Binary file not shown.
37 changes: 24 additions & 13 deletions cv_template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,23 @@ \section{Experience}
\href{https://github.com/rust-lang/rust/pulls?q=author\%3Amendess+}
{rust-lang/rust}
\hspace{2em}
\href{https://github.com/rust-lang/impl-trait-utils/pulls?q=author\%3Amendess+}
{rust-lang/impl-trait-utils}
\hspace{2em}
\href{https://github.com/libbpf/libbpf-rs/pulls?q=author\%3Amendess+}
{bread-graphics/breadx}
{libbpf/libbpf-rs}
\hspace{2em}
\href{https://github.com/serenity-rs/serenity/pulls?q=author\%3Amendess+}
{serenity-rs/serenity}



\href{https://github.com/crate-ci/typos/pulls?q=author\%3Amendess+}
{crate-ci/typos}
\hspace{2em}
\href{https://github.com/waycrate/swhkd/pulls?q=author\%3Amendess+}
{waycrate/swhkd}
\hspace{5em}
\href{https://github.com/bread-graphics/breadx/pulls?q=author\%3Amendess+}
{bread-graphics/breadx}
& \\
Expand All @@ -112,6 +123,15 @@ \section{Experience}
At Cloudflare I work in the emergent technologies team, making use
of \textbf{eBPF}, \textbf{WASM} and other new technologies to develop prototypes for new
Cloudflare projects.

One of which is the \href{https://github.com/cloudflare/daphne}{Daphne}
project, which implements the
\href{https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/}{DAP}
protocol, with the goal of providing Privacy Preserving Measurements. On
this project I was tasked with scaling the existing prototype, making
sure it was performant, scalable, observable and correct using Cloudflare's
\href{https://developers.cloudflare.com/durable-objects/}{Durable Objects}
as a distributed strongly consistent database.
& \\

2021-2022 & \ul{\textbf{Backend Engineer, Library Developer @ Speechify}} & \href{https://speechify.com}{Speechify} \\
Expand All @@ -124,12 +144,6 @@ \section{Experience}
& \\

2021-2021 & \ul{\textbf{Full stack and IoT engineer @ Emitu}} & \href{https://emitu.com}{Emitu} \\
(10 months)
&
Emitu offers enterprise-grade Internet of Things (IoT) solutions combining
smart sensors and software to gain real-time visibility over asset
operations, usage, and status.
& \\

\end{tabular}

Expand All @@ -141,9 +155,9 @@ \section{Highlighted Projects}

\section{Education}

\begin{tabular}{p{0.11\linewidth}p{0.55\linewidth}p{0.26\linewidth}}
\begin{tabular}{p{0.15\linewidth}p{0.55\linewidth}p{0.26\linewidth}}

2019 --- $\infty$ &
2019 --- Unfinished &
\ul{\textbf{Masters in Information Systems and Computer Engineering}}
&
\textbf{Instituto Superior Técnico}
Expand All @@ -159,10 +173,7 @@ \section{Education}
\textbf{University of Minho}
\\
& Informatics Labs (1, 2, 3 and 4) Average: 19/20 & Average: 15/20 \\
& Algorithms and Complexity: 16/20 & \\
& Program Calculus: 20/20 & \\
& Imperative and OO programming: 18/20 and 19/20 (respectively) &\\
& Compilers: 17/20 &\\
& Program Calculus: 20/20 \hspace{2em} Compilers: 17/20 &\\

\end{tabular}

Expand Down
10 changes: 10 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ifeq ($(CONFIG),)
CONFIG := rust-go.config
endif

gen:
./generate.py $(CONFIG)

auto:
echo cv_template.tex | entr make CONFIG=$(CONFIG)

0 comments on commit 0f605f8

Please sign in to comment.