summaryrefslogtreecommitdiff
path: root/technical.tex
diff options
context:
space:
mode:
Diffstat (limited to 'technical.tex')
-rw-r--r--technical.tex72
1 files changed, 29 insertions, 43 deletions
diff --git a/technical.tex b/technical.tex
index 48ce603..a184465 100644
--- a/technical.tex
+++ b/technical.tex
@@ -5,31 +5,32 @@
\vspace{-0.25em}
\programming{Haskell -- Familiar}{
-All I want to do is to write Haskell.
+I find functional programming really inspiring, and I have just started to picking up Haskell.
}
\programming{Rust -- Familiar}{
-I like Rust.
+Limited experience, but my future language of choice.
}
-% \programming{C -- Familiar}{
-% Exposed to it while configuring my Linux distrobution.
-% }
+\programming{Python -- Fluent}{
+Used it for almost a decade; web services, scientific computing, you name it.
+}
\vspace{-1em}
\subsection{Scripting}
\vspace{-0.25em}
-\programming{Python -- Fluent}{
-Used it for almost a decade.
+\programming{shell -- Proficient}{
+Used it for various small task such as bootstrapping an email server, add functionality to my operating system, etc.
}
-\programming{shell -- Intermediate}{
-Go to options for small tasks.
+\programming{lua -- Intermediate}{
+I used it to configure my \href{https://git.gustafrydholm.xyz/nvim/files.html}{nvim config}.
}
-\programming{lua -- Familiar}{
-I use it to configure my \href{https://git.gustafrydholm.xyz/nvim/files.html}{nvim config}.
+\programming{fennel -- Intermediate}{
+I used it to reconfigure my \href{https://git.gustafrydholm.xyz/nvim/files.html}{nvim config}.
+I am completely sold on the Lisp syntax and macro system.
}
\vspace{-1em}
@@ -49,19 +50,19 @@ Working knowledge, use it for my personal website.
\vspace{-0.25em}
\programming{NoSQL -- Intermediate}{
-Used both at home and at work.
+I have experience with both mongodb and redis.
}
\programming{SQL -- Intermediate}{
-Used both at home and at work.
+I have experience working with postgres and timescaledb.
}
\programming{Kafka -- Intermediate}{
-Used both at home and at work.
+Deployed and maintained a kafka instance in a private cloud.
}
\vspace{-1em}
-\subsection{Machine Learning Frameworks}
+\subsection{Machine Learning}
\vspace{-0.25em}
\programming{PyTorch -- Proficient}{
@@ -76,51 +77,36 @@ Used with PyTorch for $+2$ years.
\vspace{-0.25em}
\programming{Git -- Proficient}{
-I host my own git server, I have used git for +7 years.
+I host my own \href{https://git.gustafrydholm.xyz}{git server}, I have used git for +7 years.
}
-\programming{Kubernetes -- Experianced}{
+\programming{Kubernetes -- Experienced}{
I have worked with Kubernetes since 2019, self-hosted and at cloud provider.
}
+\programming{Terraform -- Intermediate}{
+Used it to deploy k8s to azure.
+}
+
\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}{
+% \programming{Service Mesh -- Familiar}{
% Used extensively at work and at home.
% }
-\programming{Service Mesh -- Familiar}{
-Used extensively at work and at home.
-}
-
-\programming{CI/CD pipelines -- Proficient}{
-Experiance with Tekton, CircleCI, github actions.
+\programming{CI/CD pipelines -- Proficient}{
+Experience with Tekton, CircleCI, GitHub actions.
}
\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 these principles as long as I have to develop such systems.
+I adhere by the \href{http://www.linfo.org/unix_philosophy.html}{unix} and \href{https://suckless.org/philosophy/}{suckless} philosophy.
+I found the book \textit{Tao of Microservices} to be really inspiring, as he presents a framework to design microservices from first principles.
}
\programming{Operating Systems}{
-I use Artix Linux and soon Nix OS.
+I use Artix Linux.
}
-% \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}
+\vspace{-0.9em}