summaryrefslogtreecommitdiff
path: root/technical.tex
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-11 16:45:39 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-11 16:45:39 +0200
commit5c2b3e71c99efe7effa5033f770ee00500c424da (patch)
treeddf0d59c8e40627e2e071f14d5ba27384ab5e58d /technical.tex
parent0d50fc5d90bf85fbe0fb4017fd18afd9da4efd08 (diff)
Rename files
Diffstat (limited to 'technical.tex')
-rw-r--r--technical.tex72
1 files changed, 72 insertions, 0 deletions
diff --git a/technical.tex b/technical.tex
new file mode 100644
index 0000000..51a0457
--- /dev/null
+++ b/technical.tex
@@ -0,0 +1,72 @@
+\vspace{0.1cm}
+
+\subsection{Programming}
+\vspace{-0.25em}
+
+\programming{Python -- Fluent}{
+Go-to language for most development, both at work and at home.
+}
+
+\programming{Rust -- Familiar}{
+Really exciting language that I am currently picking up.
+}
+
+\programming{Haskell -- Familiar}{
+Together with Rust, I find Haskell and functional programming really appealing and something I am striving to become an expert in.
+}
+
+
+\programming{Kotlin -- Intermediate}{
+Used at work.
+}
+
+\subsection{Scripting}
+\vspace{-0.25em}
+
+\programming{sh -- Intermediate}{
+Developed a lot of scripts.
+}
+
+\programming{lua -- Familiar}{
+Used for configuring my nvim \href{https://gitlab.com/aktersnurra/dotfiles/-/tree/master/.config/nvim}{config}.
+}
+
+\subsection{Machine Learning Frameworks}
+\vspace{-0.25em}
+
+\programming{PyTorch -- Proficient}{
+Used extensively for $+4$ years.
+}
+\programming{PyTorch Lightning -- Proficient}{
+Used with PyTorch for $+1$ years.
+}
+
+\subsection{Frameworks}
+\vspace{-0.25em}
+
+\programming{Git -- Proficient}{
+Used all the time.
+}
+
+\programming{Kafka -- Intermediate}{
+Used both at home and at work.
+}
+
+\programming{NoSQL -- Intermediate}{
+Used both at home and at work.
+}
+
+\programming{SQL -- Intermediate}{
+Used both at home and at work.
+}
+
+\programming{Kubernetes -- Intermediate}{
+Used extensively at work together with \textbf{helm} and \textbf{docker}.
+}
+
+\programming{Docker -- Proficient}{
+Used extensively at work and at home.
+}
+
+
+\vspace{0.1cm}