summaryrefslogtreecommitdiff
path: root/Skills.tex
blob: 565b38692e22d89946cd332009a410b00f186a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% If I'm not super confident in my ability with something, Proficiencies -> Skills instead
\section{Proficiencies}\label{sec:Proficiencies}
\begin{multicols}{2}
\subsection{Programming Languages}\label{subsec:Programming_Langs}
\begin{itemize}[noitemsep]
\item \href{https://en.wikipedia.org/wiki/C_(programming_language)}{C}
\item \href{https://en.wikipedia.org/wiki/Motorola_68000}{MC68k Assembly}
\item \href{https://en.wikipedia.org/wiki/MIPS_architecture}{MIPS}
\item \href{https://www.java.com/en/}{Java}
\item \href{https://www.python.org/}{Python 3}
\item \href{https://www.haskell.org/}{Haskell}
\end{itemize}

\subsection{Hardware Description Languages}\label{subsec:HDLs}
\begin{itemize}[noitemsep]
\item Verilog
\item VHDL
\end{itemize}

\columnbreak{}

\subsection{Hardware}\label{subsec:Hardware}
\begin{itemize}[noitemsep]
\item Oscilloscope
\item Analog/Digital Function Generator
\item Digital Logic Analyzer
\end{itemize}

\subsection{Software}\label{subsec:Software}
\begin{itemize}[noitemsep]
\item \href{https://git-scm.com}{Git}
\item \href{https://latex-project.org}{\LaTeX{}}
\item \textsc{Linux}
\item \href{https://nixos.org}{\textsc{Nix}}
\item Microsoft Office Suite
\end{itemize}

% Add languages and their proficiencies
\subsection{Human Languages}\label{subsec:Humans_Langs}
\begin{itemize}[noitemsep]
\item English, Native.
\item Spanish, Fluent.
\item Swedish, Beginner.
\end{itemize}
\end{multicols}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "Hallsby_Karl"
%%% End: