whoami/sections/projects.tex
yigit colakoglu a4c225d0d0
Some checks failed
Build CV / build-pdf (push) Failing after 4m56s
Update main.tex
2025-09-16 01:42:49 +02:00

34 lines
1.3 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\section{Projects}
\outerlist{
\entrybig
{\textbf{Tilikum} DAG-based Consensus Protocol with Fair Ordering}{github.com/arg3t/tilikum}
{Rust, Tokio}{2024 2025}
\innerlist{
\entry{Developed fair-ordering algorithm preventing MEV attacks using ordering linearizability and batch-order-fairness}
\entry{Optimized the BFT Consensus mechanism to achieve 12000 tx/s throughput with <2s latency (big improvement for fair ordering protocols)}
}
\vspace{0.2em}
\entrybig
{\textbf{Sanctum} Process-Bound Full Disk Encryption}{github.com/arg3t/sanctum}
{C, Linux Kernel}{2024}
\innerlist{
\entry{Developed kernel module enabling transparent per-process encryption to achieve complete data confidentiality in multi-user systems}
}
\vspace{0.2em}
\entrybig
{\textbf{Bachelor Thesis} GNN Robustness Analysis}{github.com/arg3t/thesis}
{Python, PyTorch}{2024}
\innerlist{
\entry{Analyzed impact of topological perturbations on Graph Neural Network stability across 5 benchmark datasets}
\entry{Discovered correlations between 4 graph metrics' perturbations and the model's performance drop}
}
\vspace{0.2em}
\entrybig
{\textbf{massurl} High-Performance URL Reconnaissance Tool (C)}{github.com/theFr1nge/massurl - 2021}
\innerlist{
\entry{Built high-performance URL aggregator and recon tool for processing 250K+ URLs per second.}
}
}