summaryrefslogtreecommitdiff
path: root/projects.tex
blob: 161587121337696291082b608529f76410e12cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\section{Personal Projects}
\vspace{-0.2cm}

\projects{
  \begin{itemize}[topsep=0pt,parsep=0pt,partopsep=0pt,leftmargin=10pt,labelwidth=6pt,labelsep=4pt]
    \item \href{https://github.com/aktersnurra/rag}{\textbf{Agentic AI/RAG}:} I developed a Retrieval Agumented Generation system for my local books and articles. However, I am currently refactoring it to an \textbf{agentic ai} system with \textbf{effect handlers}. 
    \item \href{https://github.com/aktersnurra/rag}{\textbf{Trading Robot}:} I am currently working on a algorithmic trading system with signal processing and convex optimization. I mostly done literature study and data collection so far.
    \item \textbf{Unix Sysadmin:} I self host many application, such as: email, website, git server, encrypted chat server (xmpp), and calendar.
    \item \textbf{Unix Ricing:} riced my unix systems with st terminal, dwm, dmenu, tmux etc
    \item \textbf{neovim:} rolled my own neovim config
  \end{itemize}
}