\documentclass[11pt]{article} \usepackage[letterpaper, top=0.5in, bottom=0.5in, left=0.5in, right=0.5in]{geometry} \usepackage{XCharter} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{enumitem} \usepackage[hidelinks]{hyperref} \usepackage{titlesec} \usepackage{xcolor} \usepackage{graphicx} \raggedright \pagestyle{empty} \input{glyphtounicode} \pdfgentounicode=1 % Define professional colors \definecolor{headerblue}{RGB}{25, 25, 112} \definecolor{accentblue}{RGB}{70, 130, 180} \definecolor{darkgray}{RGB}{64, 64, 64} % Enhanced section formatting with color \titleformat{\section}{\color{headerblue}\bfseries\large}{}{0pt}{}[\vspace{1pt}{\color{accentblue}\titlerule}\vspace{-6.5pt}] \renewcommand\labelitemi{$\vcenter{\hbox{\small\color{accentblue}$\bullet$}}$} \setlist[itemize]{itemsep=-2pt, leftmargin=12pt, topsep=7pt} % Custom command for highlighting key achievements \newcommand{\highlight}[1]{\textbf{\color{darkgray}#1}} \begin{document} % Name with enhanced styling \centerline{\Huge\color{headerblue}\textbf{Yiğit Çolakoğlu}} \vspace{5pt} % Contact Information with subtle styling \centerline{\color{darkgray}root@yigit.run | yigit.run | github.com/arg3t} \vspace{-10pt} % Education \section*{Education} \textbf{TU Delft} -- MSc in Computer Science (Cyber Security \& Distributed Systems) \hfill Sept 2024 -- Present \\ \textbf{TU Delft} -- BSc in Computer Science and Engineering, \textit{\color{accentblue}Cum Laude} (\highlight{8.1/10}) \hfill Sept 2021 -- June 2024 \vspace{-6.5pt} % Experience \section*{Experience} \textbf{Developer \& Offensive Cyber Threat Intelligence Analyst,} PRODAFT -- Den Haag, NL \hfill Sept 2022 -- Present \vspace{-9pt} \begin{itemize} \item Maintain OSS threat intelligence correlation platform (CRADLE) processing \highlight{15,000+ weekly artifacts} from 5 data sources, reducing analysis time by \highlight{45\%} \item Lead team of \highlight{5 engineers} developing open source threat intelligence platform CRADLE with \highlight{200+ GitHub stars} \item Implemented graph-based correlation algorithms (PageRank, risk propagation) in Neo4j for threat classification across \highlight{1M+ nodes} \item Automated \highlight{8 manual threat intelligence workflows} using Python, saving \highlight{20 hours weekly} \item Conducted threat hunting operations, authoring \highlight{2 published reports} and presenting at ONE Security Summit \end{itemize} \textbf{Teaching Assistant,} TU Delft -- Delft, NL \hfill Sept 2022 -- Present \vspace{-9pt} \begin{itemize} \item Instructed \highlight{500+ students} across \highlight{6 computer science courses} including Computer Organization, Distributed Systems, and Embedded Software \end{itemize} \textbf{Digital Forensics Automation Developer Intern,} Police Department -- Rotterdam, NL \hfill Apr 2023 -- July 2023 \vspace{-9pt} \begin{itemize} \item Developed Python-based forensic tool detecting encrypted containers in \highlight{5TB+ evidence files}, eliminating manual analysis tasks \item Automated field data extraction from desktop devices allowing officers to quickly acquire data from live systems with minimal training \end{itemize} \vspace{-18.5pt} % Projects \section*{Projects} \textbf{CTF Challenge Designer \& Organizer} \hfill ctf.ewi.tudelft.nl \vspace{-9pt} \begin{itemize} \item Organized \highlight{2 CTF competitions} with \highlight{300+ participants}, TU Delft's largest CTF event \item Designed \highlight{5 CTF challenges} ranging from web exploitation to binary/kernel exploitation \end{itemize} \textbf{Tilikum -- DAG-based Consensus Protocol with Fair Ordering} \hfill \vspace{-9pt} \begin{itemize} \item Developed fair-ordering algorithm preventing MEV attacks using ordering linearizability and batch-order-fairness \item Optimized BFT consensus achieving \highlight{12,000 tx/s throughput} with \highlight{<2s latency}, major improvement for fair ordering protocols \end{itemize} \textbf{LLVM Fence Optimization -- Memory Ordering Optimization} \hfill github.com/arg3t/cs4560\_fencing \vspace{-9pt} \begin{itemize} \item Implemented LLVM pass optimizing fence placement in concurrent programs using min-cut max-flow algorithm \item Fully eliminate unnecessary fences in LLVM programs while ensuring memory consistency \end{itemize} \textbf{Sanctum -- Process-Bound Disk Encryption} \hfill github.com/arg3t/sanctum \vspace{-9pt} \begin{itemize} \item Developed Linux kernel module enabling transparent per-process encryption with \highlight{<5\% performance overhead} \end{itemize} \textbf{massurl -- High-Performance URL Reconnaissance Tool} \hfill github.com/arg3t/massurl \vspace{-9pt} \begin{itemize} \item Built URL aggregator processing \highlight{250K+ URLs/second} \end{itemize} \vspace{-18.5pt} % Skills with enhanced formatting \section*{Skills} \textbf{Languages:} Python, C, Rust, Go, Java, JavaScript, Bash \\ \textbf{Technologies:} Django, Neo4j, Linux Kernel, Docker, Kubernetes, Git, PostgreSQL, React, Qt, Tokio \\ \textbf{Security:} Penetration Testing, Threat Intelligence, Binary Exploitation, Byzantine Consensus, Concurrency \\ \end{document}