blob: 05339f943c3a82fece1c5ab06fd2a737f7c753df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\section{Personal Projects}
\vspace{-0.2cm}
\projects{
\begin{itemize}[topsep=0pt,parsep=0pt,partopsep=0pt,leftmargin=10pt,labelwidth=6pt,labelsep=4pt]
\item \textbf{Functional Programming Exploration:} Refactoring Python RAG system to
use effect handlers (eff package), applying algebraic effects patterns to manage I/O.
Practicing Haskell through Advent of Code and studying category theory concepts.
\item \textbf{Self-Hosted Infrastructure:} Operate personal server infrastructure
including email, XMPP chat, Git server, and website. Handle system administration,
security, and service maintenance.
\end{itemize}
}
|