diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-12 22:13:35 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-12 22:13:35 +0200 |
commit | 7ad4f13ddaf163cfb983c1f83d8b3d8997ce4b4b (patch) | |
tree | 16e4e39d0efb3b0e0fb2bd110e545a9a9ed364e3 /technical.tex | |
parent | 6aaf16a172ea9094261531accb9c1dbdbfe80b4f (diff) |
Add new format and content on tech and general skills
Diffstat (limited to 'technical.tex')
-rw-r--r-- | technical.tex | 78 |
1 files changed, 60 insertions, 18 deletions
diff --git a/technical.tex b/technical.tex index 51a0457..be1d1c2 100644 --- a/technical.tex +++ b/technical.tex @@ -1,12 +1,9 @@ -\vspace{0.1cm} +\section{Technical Skills} +\vspace{-0.25em} \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. } @@ -15,15 +12,19 @@ Really exciting language that I am currently picking up. 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. } +\vspace{-1em} \subsection{Scripting} \vspace{-0.25em} -\programming{sh -- Intermediate}{ +\programming{Python -- Fluent}{ +Go-to language for most development, both at work and at home. +} + +\programming{shell -- Intermediate}{ Developed a lot of scripts. } @@ -31,6 +32,35 @@ Developed a lot of scripts. Used for configuring my nvim \href{https://gitlab.com/aktersnurra/dotfiles/-/tree/master/.config/nvim}{config}. } +\vspace{-1em} +\subsection{Markup} +\vspace{-0.25em} + +\programming{\LaTeX -- Fluent}{ +Used both at home and at work. +} + +\programming{HTML -- Familiar}{ +Used both at home and at work. +} + +\vspace{-1em} +\subsection{Databases \& Message Brokers} +\vspace{-0.25em} + +\programming{NoSQL -- Intermediate}{ +Used both at home and at work. +} + +\programming{SQL -- Intermediate}{ +Used both at home and at work. +} + +\programming{Kafka -- Intermediate}{ +Used both at home and at work. +} + +\vspace{-1em} \subsection{Machine Learning Frameworks} \vspace{-0.25em} @@ -41,32 +71,44 @@ Used extensively for $+4$ years. Used with PyTorch for $+1$ years. } -\subsection{Frameworks} +\vspace{-1em} +\subsection{Software} \vspace{-0.25em} \programming{Git -- Proficient}{ Used all the time. } -\programming{Kafka -- Intermediate}{ -Used both at home and at work. +\programming{Kubernetes -- Intermediate}{ +Used extensively at work together with \textbf{helm} and \textbf{docker}. } -\programming{NoSQL -- Intermediate}{ -Used both at home and at work. +\programming{Docker -- Proficient}{ +Used extensively at work and at home. } -\programming{SQL -- Intermediate}{ -Used both at home and at work. +\programming{Rancher -- Familiar}{ +Used extensively at work and at home. } -\programming{Kubernetes -- Intermediate}{ -Used extensively at work together with \textbf{helm} and \textbf{docker}. +\programming{Service Mesh -- Familiar}{ +Used extensively at work and at home. } -\programming{Docker -- Proficient}{ +\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. +} -\vspace{0.1cm} +\programming{gRPC -- Familiar}{ +Used extensively at work and at home. +} + +\vspace{-0.25em} |