summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-08 21:47:30 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-08 21:47:30 +0100
commit2a7fb54dd19f788e2b8019d55567d9da204e5462 (patch)
tree46355d419ca367769e12f59592cc0b0ee55ed275
parenta8ff88838f2625001523b8493d946114b94deada (diff)
feat: update technical skills describtion
-rw-r--r--technical.tex80
1 files changed, 46 insertions, 34 deletions
diff --git a/technical.tex b/technical.tex
index be1d1c2..6155912 100644
--- a/technical.tex
+++ b/technical.tex
@@ -4,32 +4,32 @@
\subsection{Programming}
\vspace{-0.25em}
-\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.
+All I want to do is to write Haskell.
}
-\programming{Kotlin -- Intermediate}{
-Used at work.
+\programming{Rust -- Familiar}{
+I like Rust.
}
+% \programming{C -- Familiar}{
+% Exposed to it while configuring my Linux distrobution.
+% }
+
\vspace{-1em}
\subsection{Scripting}
\vspace{-0.25em}
\programming{Python -- Fluent}{
-Go-to language for most development, both at work and at home.
+Used it for almost a decade.
}
\programming{shell -- Intermediate}{
-Developed a lot of scripts.
+Go to options for small tasks.
}
\programming{lua -- Familiar}{
-Used for configuring my nvim \href{https://gitlab.com/aktersnurra/dotfiles/-/tree/master/.config/nvim}{config}.
+I use it to configure my \href{https://git.gustafrydholm.xyz/nvim/files.html}{nvim config}.
}
\vspace{-1em}
@@ -37,11 +37,11 @@ Used for configuring my nvim \href{https://gitlab.com/aktersnurra/dotfiles/-/tre
\vspace{-0.25em}
\programming{\LaTeX -- Fluent}{
-Used both at home and at work.
+Mastered it while studying to become an electrical engineer.
}
\programming{HTML -- Familiar}{
-Used both at home and at work.
+Working knowledge, use it for my personal website.
}
\vspace{-1em}
@@ -65,50 +65,62 @@ Used both at home and at work.
\vspace{-0.25em}
\programming{PyTorch -- Proficient}{
-Used extensively for $+4$ years.
+Used extensively for $+5$ years.
}
\programming{PyTorch Lightning -- Proficient}{
-Used with PyTorch for $+1$ years.
+Used with PyTorch for $+2$ years.
}
\vspace{-1em}
-\subsection{Software}
+\subsection{Miscellaneous}
\vspace{-0.25em}
\programming{Git -- Proficient}{
-Used all the time.
+I host my own git server, I have used git for +7 years.
}
-\programming{Kubernetes -- Intermediate}{
-Used extensively at work together with \textbf{helm} and \textbf{docker}.
+\programming{Kubernetes -- Experianced}{
+I have worked with Kubernetes since 2019, self-hosted and at cloud provider.
}
-\programming{Docker -- Proficient}{
-Used extensively at work and at home.
+\programming{Containers -- Proficient}{
+I have in depth knowledge of the concept. I work with Docker daily, and I enjoy building the most efficient Dockerfiles possible, e.g. multi-stage builds.
}
-\programming{Rancher -- Familiar}{
-Used extensively at work and at home.
-}
+% \programming{Rancher -- Familiar}{
+% Used extensively at work and at home.
+% }
\programming{Service Mesh -- Familiar}{
Used extensively at work and at home.
}
-\vspace{-1em}
-\subsection{Frameworks}
-\vspace{-0.25em}
-
-\programming{REST -- Proficient}{
-Used extensively at work and at home.
+\programming{CI/CD pipelines -- Proficient}{
+Experiance with Tekton, CircleCI, github actions.
}
-\programming{GraphQL -- Familiar}{
-Used extensively at work and at home.
+\programming{Architecture}{
+I adhere by the \href{http://www.linfo.org/unix_philosophy.html}{unix} and \href{https://suckless.org/philosophy/}{suckless} philosophy. The book \textit{Tao of Microservices} changed my life. I will use those principles as long as I have to develop such systems.
}
-\programming{gRPC -- Familiar}{
-Used extensively at work and at home.
+\programming{Operating Systems}{
+I use Artix Linux and soon Nix OS.
}
-\vspace{-0.25em}
+% \vspace{-1em}
+% \subsection{Frameworks}
+% \vspace{-0.25em}
+%
+% \programming{REST -- Proficient}{
+% Used extensively at work and at home.
+% }
+%
+% \programming{GraphQL -- Familiar}{
+% Used extensively at work and at home.
+% }
+%
+% \programming{gRPC -- Familiar}{
+% Used extensively at work and at home.
+% }
+
+\vspace{-0.5em}