This commit is contained in:
2025-07-23 23:30:17 -05:00
commit ebbf5d6270
9 changed files with 1115 additions and 0 deletions

186
; Normal file
View File

@@ -0,0 +1,186 @@
%-------------------------
% Resume in Latex
% Author : Sourabh Bajaj
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[pdftex]{hyperref}
\usepackage{fancyhdr}
\usepackage{multirow}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.375in}
\addtolength{\evensidemargin}{-0.375in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{: #2 \vspace{-2pt}}
}
}
\newcommand{\resumeItemNH}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,label={}]}
\newcommand{\resumeSubHeadingListStartBullets}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}}
\usepackage{array}
\makeatletter
\newcommand\HUGE{\@setfontsize\Huge{38}{47}}
\newcolumntype{L}{>{\hb@xt@\z@\bgroup}l<{\hss\egroup}}
\newcolumntype{C}{>{\centering\arraybackslash}c}
\newcolumntype{R}{>{\hb@xt@\z@\bgroup\hss}r<{\egroup}}
\makeatother
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{L@{\extracolsep{\fill}}C@{\extracolsep{\fill}}R}
\href{mailto:email@gatech.edu}{email@gatech.edu} &
\multirow{2}{*}{\Huge \textbf{John Smith}} &
\href{https://personal-website.com}{https://personal-website.com} \\
(123) 456-7890 & & US Citizen
\end{tabular*}
%-----------EDUCATION-----------------
\section{Education }
\resumeSubHeadingListStart
\resumeSubheading
{Georgia Institute of Technology}{Atlanta, GA}
{B.S. \& M.S. in Computer Science, GPA: 3.9/4.0}{Aug 2018 -- May 2022}
\resumeItemListStart
\resumeItem{Concentrations}{Machine Learning \& Information Internetworks}
\resumeItem{Coursework}
{Data Structures \& Algorithms, Object-Oriented Programming, Objects \& Software Design, Computer Organization, Systems \& Networks, Design of Algorithms, Database Systems, Statistics, Applied Combinatorics}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\section{Work Experience}
\resumeSubHeadingListStart
\resumeSubheading
{NCR Corporation}{Atlanta, GA}
{Software Engineering Intern}{Jun 2020 -- Aug 2020}
\resumeSubheading
{Georgia Tech Research Institute}{Atlanta, GA}
{Student Software Engineer}{Jan 2020 -- May 2020}
\resumeItemListStart
\resumeItemNH{Developed a new natural language processing feature for the Apiary malware analysis framework.}
\resumeItemNH{Created new web-pages, RESTful API-endpoints and search features to better display results to users.}
\resumeItemNH{Interfaced with MongoDB and Elasticsearch databases to access data, prototype new scripts and store results.}
\resumeItemNH{Wrote extensive unit tests to ensure future functionality and updated Docker files for smarter deployment.}
\resumeItemListEnd
\resumeSubheading
{Georgia Tech Research Institute}{Atlanta, GA}
{Research Assistant}{May 2019 -- Dec 2019}
\resumeItemListStart
\resumeItemNH{Wrote novel algorithms to create 3D visualizations of the seafloor using LiDAR data collected from a plane.}
\resumeItemNH{Developed new display features for a proprietary 3-D data visualization software, using C++.}
\resumeItemNH{Compiled my results and submitted a paper to the SPIE DCS academic conference.}
\resumeItemListEnd
\resumeSubheading
{NASA Glenn Research Center}{Cleveland, OH}
{Research Assistant}{May 2018 -- Jun 2018}
\resumeItemListStart
\resumeItemNH{Tested a machine learning algorithm's memory usage in a Arduino by training a small car to avoid obstacles.}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------PROJECTS-----------------
\section{Projects}
\resumeSubHeadingListStartBullets
\resumeSubItem{CS4400 Group Project: Food Truck Webapp}
{A webapp used for organizing Food Trucks. Designed the SQL database schema, including details about location, menu and customer data. Built the backend using Node.js, Express and MySQL. Used React.js and bootstrap to create an appealing frontend.}
\resumeSubItem{HackGT Hackathon Project: ``Alexa Freestyle"}
{Used a song lyric API and deep machine learning to generate new songs from existing lyrics. Connected Alexa to Amazon Web Service's ``Lambda" service to handle user requests and exceptions. Utilized an AWS ``EC2" instance to host a Flask server to run our algorithm efficiently and cache results.}
\resumeSubItem{CS2340 Group Project: ``RISK"}
{A multiplayer webapp version of the boardgame ``RISK". Built the front-end with Vue.js and Bootstrap. Used a Websocket API to connect to a Play Framework backend.}
\resumeSubHeadingListEnd
%-----------EXTRACURRICULARS-----------------
\section{Involvement}
\resumeSubHeadingListStartBullets
\resumeSubItem{Georgia Tech Automotive Research Lab}
{Software Team Lead for the student lead autonomous car research group. Managed a team of eight students in completing software tasks on time using agile development. Used the Robot Operating System, python and C++ to implement self-driving algorithms and simulations.}
\resumeSubItem{Robojackets}
{Designed and implemented a new defense strategy for Georgia Tech's autonomous robot soccer team.}
\resumeSubHeadingListEnd
%-----------AWARDS-----------------
\section{Honors \& Awards}
\resumeSubHeadingListStartBullets
\resumeSubItem{Eagle Scout}
{Achieved the rank of Eagle Scout through the Boy Scouts of America.}
\resumeSubItem{Hyland Hackathon (First Place)}
{Built an Android app that encourages exercise through a videogame.}
\resumeSubItem{Capital One SES Hackathon (Second Place)}
{Built a webapp that predicts Lyft ride-sharing price surges..}
\resumeSubHeadingListEnd
%--------PROGRAMMING SKILLS------------
\section{Skills}
\resumeSubHeadingListStart
\resumeSubItem{Languages}
{Python, Java, Javascript, C++, C, Scala, MATLAB}
\resumeSubItem{Technologies}
{Git, Node.js, React, MySQL, MongoDB, Elasticsearch, Flask, AWS, Docker, Linux, HTML/CSS}
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}

10
resume.aux Normal file
View File

@@ -0,0 +1,10 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{toc}{\contentsline {section}{\numberline {1}Education }{1}{section.1}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {2}Projects}{1}{section.2}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3}Involvement}{2}{section.3}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {4}Honors \& Awards}{2}{section.4}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {5}Skills}{2}{section.5}\protected@file@percent }
\gdef \@abspage@last{3}

100
resume.fdb_latexmk Normal file
View File

@@ -0,0 +1,100 @@
# Fdb version 4
["pdflatex"] 1753331255.54978 "resume.tex" "resume.pdf" "resume" 1753331255.80031 2
"/usr/share/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc" 1742685315 2900 1537cc8184ad1792082cd229ecc269f4 ""
"/usr/share/texmf-dist/fonts/map/fontname/texfonts.map" 1742685315 3524 cb3e574dea2d1052e39280babc910dc8 ""
"/usr/share/texmf-dist/fonts/tfm/jknappen/ec/tcrm1000.tfm" 1742685315 1536 e07581a4bb3136ece9eeb4c3ffab8233 ""
"/usr/share/texmf-dist/fonts/tfm/jknappen/ec/tcrm1095.tfm" 1742685315 1536 02c06700a42be0f5a28664c7273f82e7 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm" 1742685315 1328 c834bbb027764024c09d3d2bf908b5f0 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1742685315 1324 c910af8c371558dc20f2d7822f66fe64 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm" 1742685315 1300 63a6111ee6274895728663cf4b4e7e81 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmitt10.tfm" 1742685315 768 2297ad2ac26f37e67f756dad27c77d68 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm" 1742685315 1528 abec98dbc43e172678c11b3b9031252a ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1742685315 1512 f21f83efb36853c0b70002322c1ab3ad ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1742685315 1520 eccf95517727cb11801f4f1aee3a21b4 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1742685315 1296 45809c5a464d5f32c8f98ba97c1bb47f ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1742685315 1288 655e228510b4c2a1abe905c368440826 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1742685315 1300 b62933e007d01cfd073f79b963c01526 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1742685315 1292 21c1c5bfeaebccffdb478fd231a0997d ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1742685315 1124 6c73e740cf17375f03eec0ee63599741 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm" 1742685315 1116 933a60c408fc0a863a92debe84b2d294 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm" 1742685315 1120 8b7d695260f3cff42e636090a8002094 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmti10.tfm" 1742685315 1480 aa8e34af0eb6a2941b776984cf1dfdc4 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmtt10.tfm" 1742685315 768 1321e9409b4137d6fb428ac9dc956269 ""
"/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm" 1742685315 520 82a3d37183f34b6eb363a161dfc002c2 ""
"/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm" 1742685315 520 d082ac03a1087bc1ec2a06e24a9f68c0 ""
"/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm" 1742685315 520 4889cce2180234b97cad636b6039c722 ""
"/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm" 1742685315 520 a74c6ed8cb48679fdc3ea874d9d34a7e ""
"/usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm" 1742685315 520 7bb3abb160b19e0ed6ac404bb59052b7 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb" 1742685315 34811 78b52f49e893bcba91bd7581cdc144c0 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb" 1742685315 32080 340ef9bf63678554ee606688e7b5339d ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb" 1742685315 32001 6aeea3afe875097b1eb0da29acd61e28 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb" 1742685315 26057 fad158094905eaf20f4ae3782af0c45c ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb" 1742685315 36299 5f9df58c2139e7edcf37c8fca4bd384d ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb" 1742685315 36281 c355509802a035cadc5f15869451dcee ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb" 1742685315 35752 024fb6c41858982481f6968b5fc26508 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1742685315 32569 5e5ddc8df908dea60932f3c484a54c0d ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb" 1742685315 37944 359e864bd06cde3b1cf57bb20757fb06 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb" 1742685315 31099 c85edf1dd5b9e826d67c9c7293b6786c ""
"/usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb" 1742685315 138258 6525c253f16cededa14c7fd0da7f67b2 ""
"/usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb" 1742685315 145929 f25e56369a345c4ff583b067cd87ce8e ""
"/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1742685315 71627 94eb9990bed73c364d7f53f960cc8c5b ""
"/usr/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1742685315 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
"/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1742685315 40635 c40361e206be584d448876bba8a64a3b ""
"/usr/share/texmf-dist/tex/generic/bitset/bitset.sty" 1742685315 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
"/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1742685315 8371 9d55b8bd010bc717624922fb3477d92e ""
"/usr/share/texmf-dist/tex/generic/iftex/iftex.sty" 1742685315 7984 7dbb9280f03c0a315425f1b4f35d43ee ""
"/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1742685315 8356 7bbb2c2373aa810be568c29e333da8ed ""
"/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty" 1742685315 31769 002a487f55041f8e805cfbf6385ffd97 ""
"/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1742685315 5412 d5a2436094cd7be85769db90f29250a6 ""
"/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1742685315 17865 1a9bd36b4f98178fa551aca822290953 ""
"/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1742685315 19007 15924f7228aca6c6d184b115f4baa231 ""
"/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1742685315 20089 80423eac55aa175305d35b49e04fe23b ""
"/usr/share/texmf-dist/tex/generic/stringenc/stringenc.sty" 1742685315 21514 b7557edcee22835ef6b03ede1802dad4 ""
"/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1742685315 7008 f92eaa0a3872ed622bbf538217cd2ab7 ""
"/usr/share/texmf-dist/tex/latex/atveryend/atveryend.sty" 1742685315 1695 be6b4d13b33db697fd3fd30b24716c1a ""
"/usr/share/texmf-dist/tex/latex/base/article.cls" 1742685315 20144 63d8bacaf52e5abf4db3bc322373e1d4 ""
"/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty" 1742685315 2963 d8ec5a1b4e0a106c5c737900202763e4 ""
"/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1742685315 2378 14b657ee5031da98cf91648f19642694 ""
"/usr/share/texmf-dist/tex/latex/base/latexsym.sty" 1742685315 2853 45a98f589f86476fadff19a8edda5ea9 ""
"/usr/share/texmf-dist/tex/latex/base/size11.clo" 1742685315 8464 e73911cdcc738e82d6adccd28e654bb1 ""
"/usr/share/texmf-dist/tex/latex/base/ulasy.fd" 1742685315 2233 b5d3114ec3e0616e658a8e7b74e810f1 ""
"/usr/share/texmf-dist/tex/latex/comment/comment.sty" 1742685315 10197 204f75d5d8d88aa345a8c402e879e63b ""
"/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty" 1742685315 52272 63d293bc0d496619edb57585740861a2 ""
"/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1742685315 46850 d87daedc2abdc653769a6f1067849fe0 ""
"/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1742685315 31715 19e60610b63819fe670dfa1cd84a4e94 ""
"/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1742685315 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
"/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def" 1742685315 19440 9da9dcbb27470349a580fca7372d454b ""
"/usr/share/texmf-dist/tex/latex/graphics/color.sty" 1742685315 7245 57f7defed4fb41562dc4b6ca13958ca9 ""
"/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def" 1742685315 5009 1ca6c92de20f17acac654d4e0598c200 ""
"/usr/share/texmf-dist/tex/latex/graphics/keyval.sty" 1742685315 2671 70891d50dac933918b827d326687c6e8 ""
"/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx" 1742685315 2885 9c645d672ae17285bba324998918efd8 ""
"/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty" 1742685315 17914 4c28a13fc3d975e6e81c9bea1d697276 ""
"/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def" 1742685315 48154 82da9991b9f0390b3a9d3af6c8618af4 ""
"/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty" 1742685315 222112 c22dbd2288f89f7ba942ac22f7d00f11 ""
"/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty" 1742685315 11026 182c63f139a71afd30a28e5f1ed2cd1c ""
"/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def" 1742685315 14249 ff700eb13ce975a424b2dd99b1a83044 ""
"/usr/share/texmf-dist/tex/latex/hyperref/puenc.def" 1742685315 117112 7533bff456301d32e6d6356fad15f543 ""
"/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1742685315 22555 6d8e155cfef6d82c3d5c742fea7c992e ""
"/usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty" 1742685315 13815 760b0c02f691ea230f5359c4e1de23a7 ""
"/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1742685315 29785 9f93ab201fe5dd053afcc6c1bcf7d266 ""
"/usr/share/texmf-dist/tex/latex/marvosym/marvosym.sty" 1742685315 9393 ceaf2ea8eb2c81fdb168323fc5fffc89 ""
"/usr/share/texmf-dist/tex/latex/multirow/multirow.sty" 1742685315 6696 886c9f3087d0b973ed2c19aa79cb3023 ""
"/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty" 1742685315 2789 05b418f78b224ec872f5b11081138605 ""
"/usr/share/texmf-dist/tex/latex/refcount/refcount.sty" 1742685315 9878 9e94e8fa600d95f9c7731bb21dfb67a4 ""
"/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1742685315 9714 ba3194bd52c8499b3f1e3eb91d409670 ""
"/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty" 1742685315 48766 87a17a4ef312a39cd43896e34a679a56 ""
"/usr/share/texmf-dist/tex/latex/tools/array.sty" 1742685315 14552 27664839421e418b87f56fa4c6f66b1a ""
"/usr/share/texmf-dist/tex/latex/tools/verbatim.sty" 1742685315 7532 d2e1111e17bfebb1607d8ffa779705ec ""
"/usr/share/texmf-dist/tex/latex/url/url.sty" 1742685315 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
"/usr/share/texmf-dist/web2c/texmf.cnf" 1742685315 42087 b0f9697c952c8f5a8eede4134282cb0d ""
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1745983722 5311557 9da84c45f5b388655502706482323571 ""
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1745983710 2008239 6f62dc7546b9b923a0fd3373b595cfc7 ""
"resume.aux" 1753331255.76943 698 ea54c0efca4680931c19adcbd95ef681 "pdflatex"
"resume.out" 1753331255.7697 477 6598e17126dbf1c628e8467e8e58ce54 "pdflatex"
"resume.tex" 1753331253.95692 15406 d0ebe15ea835fbfe467b73533879236b ""
(generated)
"resume.aux"
"resume.log"
"resume.out"
"resume.pdf"
(rewritten before read)

168
resume.fls Normal file
View File

@@ -0,0 +1,168 @@
PWD /mnt/resume
INPUT /usr/share/texmf-dist/web2c/texmf.cnf
INPUT /var/lib/texmf/web2c/pdftex/pdflatex.fmt
INPUT resume.tex
OUTPUT resume.log
INPUT /usr/share/texmf-dist/tex/latex/base/article.cls
INPUT /usr/share/texmf-dist/tex/latex/base/article.cls
INPUT /usr/share/texmf-dist/tex/latex/base/size11.clo
INPUT /usr/share/texmf-dist/tex/latex/base/size11.clo
INPUT /usr/share/texmf-dist/tex/latex/base/size11.clo
INPUT /usr/share/texmf-dist/fonts/map/fontname/texfonts.map
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
INPUT /usr/share/texmf-dist/tex/latex/base/latexsym.sty
INPUT /usr/share/texmf-dist/tex/latex/base/latexsym.sty
INPUT /usr/share/texmf-dist/tex/latex/preprint/fullpage.sty
INPUT /usr/share/texmf-dist/tex/latex/preprint/fullpage.sty
INPUT /usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty
INPUT /usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty
INPUT /usr/share/texmf-dist/tex/latex/marvosym/marvosym.sty
INPUT /usr/share/texmf-dist/tex/latex/marvosym/marvosym.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/color.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/color.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
INPUT /usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
INPUT /usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
INPUT /usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
INPUT /usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def
INPUT /usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def
INPUT /usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def
INPUT /usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx
INPUT /usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx
INPUT /usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx
INPUT /usr/share/texmf-dist/tex/latex/tools/verbatim.sty
INPUT /usr/share/texmf-dist/tex/latex/tools/verbatim.sty
INPUT /usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty
INPUT /usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
INPUT /usr/share/texmf-dist/tex/generic/iftex/iftex.sty
INPUT /usr/share/texmf-dist/tex/generic/iftex/iftex.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
INPUT /usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
INPUT /usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
INPUT /usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
INPUT /usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
INPUT /usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
INPUT /usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
INPUT /usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
INPUT /usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
INPUT /usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
INPUT /usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
INPUT /usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
INPUT /usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
INPUT /usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
INPUT /usr/share/texmf-dist/tex/latex/refcount/refcount.sty
INPUT /usr/share/texmf-dist/tex/latex/refcount/refcount.sty
INPUT /usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
INPUT /usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
INPUT /usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
INPUT /usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
INPUT /usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
INPUT /usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
INPUT /usr/share/texmf-dist/tex/generic/stringenc/stringenc.sty
INPUT /usr/share/texmf-dist/tex/generic/stringenc/stringenc.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
INPUT /usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
INPUT /usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/puenc.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/puenc.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/puenc.def
INPUT /usr/share/texmf-dist/tex/latex/url/url.sty
INPUT /usr/share/texmf-dist/tex/latex/url/url.sty
INPUT /usr/share/texmf-dist/tex/generic/bitset/bitset.sty
INPUT /usr/share/texmf-dist/tex/generic/bitset/bitset.sty
INPUT /usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
INPUT /usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
INPUT /usr/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty
INPUT /usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
INPUT /usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
INPUT /usr/share/texmf-dist/tex/latex/atveryend/atveryend.sty
INPUT /usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
INPUT /usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
INPUT /usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
INPUT /usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
INPUT /usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
INPUT /usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
INPUT /usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
INPUT /usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
INPUT /usr/share/texmf-dist/tex/latex/multirow/multirow.sty
INPUT /usr/share/texmf-dist/tex/latex/multirow/multirow.sty
INPUT /usr/share/texmf-dist/tex/latex/comment/comment.sty
INPUT /usr/share/texmf-dist/tex/latex/comment/comment.sty
INPUT /usr/share/texmf-dist/tex/latex/tools/array.sty
INPUT /usr/share/texmf-dist/tex/latex/tools/array.sty
INPUT /usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT /usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
INPUT ./resume.aux
INPUT ./resume.aux
INPUT resume.aux
OUTPUT resume.aux
INPUT /usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
INPUT /usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
INPUT /usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
INPUT ./resume.out
INPUT ./resume.out
INPUT resume.out
INPUT resume.out
OUTPUT resume.pdf
INPUT ./resume.out
INPUT ./resume.out
OUTPUT resume.out
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr6.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
INPUT /usr/share/texmf-dist/tex/latex/base/ulasy.fd
INPUT /usr/share/texmf-dist/tex/latex/base/ulasy.fd
INPUT /usr/share/texmf-dist/tex/latex/base/ulasy.fd
INPUT /usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmti10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmti10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/jknappen/ec/tcrm1095.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/jknappen/ec/tcrm1000.tfm
INPUT /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
INPUT /usr/share/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmtt10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmitt10.tfm
INPUT resume.aux
INPUT ./resume.out
INPUT ./resume.out
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb

400
resume.log Normal file
View File

@@ -0,0 +1,400 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2026/dev/Arch Linux) (preloaded format=pdflatex 2025.4.29) 23 JUL 2025 23:27
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
%&-line parsing enabled.
**resume.tex
(./resume.tex
LaTeX2e <2024-11-01> patch level 2
L3 programming layer <2025-01-18>
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2024/06/29 v1.4n Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size11.clo
File: size11.clo 2024/06/29 v1.4n Standard LaTeX file (size option)
)
\c@part=\count196
\c@section=\count197
\c@subsection=\count198
\c@subsubsection=\count199
\c@paragraph=\count266
\c@subparagraph=\count267
\c@figure=\count268
\c@table=\count269
\abovecaptionskip=\skip49
\belowcaptionskip=\skip50
\bibindent=\dimen141
) (/usr/share/texmf-dist/tex/latex/base/latexsym.sty
Package: latexsym 1998/08/17 v2.2e Standard LaTeX package (lasy symbols)
\symlasy=\mathgroup4
LaTeX Font Info: Overwriting symbol font `lasy' in version `bold'
(Font) U/lasy/m/n --> U/lasy/b/n on input line 52.
) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty
Package: fullpage 1999/02/23 1.1 (PWD)
\FP@margin=\skip51
) (/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty
Package: titlesec 2025/01/04 v2.17 Sectioning titles
\ttl@box=\box52
\beforetitleunit=\skip52
\aftertitleunit=\skip53
\ttl@plus=\dimen142
\ttl@minus=\dimen143
\ttl@toksa=\toks17
\titlewidth=\dimen144
\titlewidthlast=\dimen145
\titlewidthfirst=\dimen146
) (/usr/share/texmf-dist/tex/latex/marvosym/marvosym.sty
Package: marvosym 2011/07/20 v2.2 Martin Vogel's Symbols font definitions
) (/usr/share/texmf-dist/tex/latex/graphics/color.sty
Package: color 2024/06/23 v1.3e Standard LaTeX Color (DPC)
(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package color Info: Driver file: pdftex.def on input line 149.
(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2024/04/13 v1.2c Graphics/color driver for pdftex
) (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def
File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)
) (/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (/usr/share/texmf-dist/tex/latex/tools/verbatim.sty
Package: verbatim 2024-01-22 v1.5x LaTeX2e package for verbatim enhancements
\every@verbatim=\toks18
\verbatim@line=\toks19
\verbatim@in@stream=\read2
) (/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty
Package: enumitem 2025/02/06 v3.11 Customized lists
\enitkv@toks@=\toks20
\labelindent=\skip54
\enit@outerparindent=\dimen147
\enit@toks=\toks21
\enit@inbox=\box53
\enit@count@id=\count270
\enitdp@description=\count271
) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2024-11-05 v7.01l Hypertext links for LaTeX
(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2024/12/12 v1.0g TeX engine tests
) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2022/05/29 v1.15 key=value parser (DPC)
\KV@toks@=\toks22
) (/usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
) (/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
) (/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2023-12-04 v1.26 LaTeX kernel commands for general use (HO)
) (/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)
(/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)) (/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2023-11-26 v2.56 Cross-referencing by name of section
(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
) (/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
))
\c@section@level=\count272
) (/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2025/02/11 v2.5l e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count273
) (/usr/share/texmf-dist/tex/generic/stringenc/stringenc.sty
Package: stringenc 2019/11/29 v1.12 Convert strings between diff. encodings (HO)
)
\@linkdim=\dimen148
\Hy@linkcounter=\count274
\Hy@pagecounter=\count275
(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2024-11-05 v7.01l Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
\Hy@SavedSpaceFactor=\count276
(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2024-11-05 v7.01l Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Hyper figures OFF on input line 4157.
Package hyperref Info: Link nesting OFF on input line 4162.
Package hyperref Info: Hyper index ON on input line 4165.
Package hyperref Info: Plain pages OFF on input line 4172.
Package hyperref Info: Backreferencing OFF on input line 4177.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4424.
\c@Hy@tempcnt=\count277
(/usr/share/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip17
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4763.
\XeTeXLinkMargin=\dimen149
(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO)
))
\Fld@menulength=\count278
\Field@Width=\dimen150
\Fld@charsize=\dimen151
Package hyperref Info: Hyper figures OFF on input line 6042.
Package hyperref Info: Link nesting OFF on input line 6047.
Package hyperref Info: Hyper index ON on input line 6050.
Package hyperref Info: backreferencing OFF on input line 6057.
Package hyperref Info: Link coloring OFF on input line 6062.
Package hyperref Info: Link coloring with OCG OFF on input line 6067.
Package hyperref Info: PDF/A mode OFF on input line 6072.
(/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count279
\c@Item=\count280
\c@Hfootnote=\count281
)
Package hyperref Info: Driver: hpdftex.
(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2024-11-05 v7.01l Hyperref driver for pdfTeX
(/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package
with kernel methods
)
\Fld@listcount=\count282
\c@bookmark@seq@number=\count283
(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO)
(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 285.
)
\Hy@SectionHShift=\skip55
) (/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2025/02/07 v5.2 Extensive control of page headers and footers
\f@nch@headwidth=\skip56
\f@nch@offset@elh=\skip57
\f@nch@offset@erh=\skip58
\f@nch@offset@olh=\skip59
\f@nch@offset@orh=\skip60
\f@nch@offset@elf=\skip61
\f@nch@offset@erf=\skip62
\f@nch@offset@olf=\skip63
\f@nch@offset@orf=\skip64
\f@nch@height=\skip65
\f@nch@footalignment=\skip66
\f@nch@widthL=\skip67
\f@nch@widthC=\skip68
\f@nch@widthR=\skip69
\@temptokenb=\toks23
) (/usr/share/texmf-dist/tex/latex/multirow/multirow.sty
Package: multirow 2024/11/12 v2.9 Span multiple rows of a table
\multirow@colwidth=\skip70
\multirow@cntb=\count284
\multirow@dima=\skip71
\bigstrutjot=\dimen152
) (/usr/share/texmf-dist/tex/latex/comment/comment.sty
\CommentStream=\write3
Excluding comment 'comment') (/usr/share/texmf-dist/tex/latex/tools/array.sty
Package: array 2024/10/17 v2.6g Tabular extension package (FMi)
\col@sep=\dimen153
\ar@mcellbox=\box54
\extrarowheight=\dimen154
\NC@list=\toks24
\extratabsurround=\skip72
\backup@length=\skip73
\ar@cellbox=\box55
) (/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2024-05-08 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count285
\l__pdf_internal_box=\box56
) (./resume.aux)
\openout1 = `resume.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count286
\scratchdimen=\dimen155
\scratchbox=\box57
\nofMPsegments=\count287
\nofMParguments=\count288
\everyMPshowfont=\toks25
\MPscratchCnt=\count289
\MPscratchDim=\dimen156
\MPnumerator=\count290
\makeMPintoPDFobject=\count291
\everyMPtoPDFconversion=\toks26
)
Package hyperref Info: Link coloring OFF on input line 89.
(./resume.out) (./resume.out)
\@outlinefile=\write4
\openout4 = `resume.out'.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <10.95> on input line 92.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 92.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 92.
LaTeX Font Info: Trying to load font information for U+lasy on input line 92.
(/usr/share/texmf-dist/tex/latex/base/ulasy.fd
File: ulasy.fd 1998/08/17 v2.2e LaTeX symbol font definitions
)
./resume.tex:107: Undefined control sequence.
l.107 \State
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
./resume.tex:108: Undefined control sequence.
l.108 \EndWhile
}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
./resume.tex:108: Extra }, or forgotten \endgroup.
l.108 \EndWhile}
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <7> on input line 110.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <5> on input line 110.
Excluding 'comment' comment.
Package fancyhdr Warning: \footskip is too small (0.0pt):
(fancyhdr) Make it at least 4.08003pt, for example:
(fancyhdr) \setlength{\footskip}{4.08003pt}.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc}]
./resume.tex:225: Missing $ inserted.
<inserted text>
$
l.225 ...cxdumptool, bettercap, blue_hydra, bleah}
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
./resume.tex:225: Extra }, or forgotten $.
<recently read> \egroup
l.225 ...cxdumptool, bettercap, blue_hydra, bleah}
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.
./resume.tex:226: LaTeX Error: Command \item invalid in math mode.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.226 \item
\textit{Misc:} \texttt{tcpdump, tshark, Wireshark, mitmpro...
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
./resume.tex:226: Missing $ inserted.
<inserted text>
$
l.226 \item \textit
{Misc:} \texttt{tcpdump, tshark, Wireshark, mitmpro...
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
Package fancyhdr Warning: \footskip is too small (0.0pt):
(fancyhdr) Make it at least 4.08003pt, for example:
(fancyhdr) \setlength{\footskip}{4.08003pt}.
[2]
./resume.tex:227: Missing } inserted.
<inserted text>
}
l.227 \end{itemize}
I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
Package fancyhdr Warning: \footskip is too small (0.0pt):
(fancyhdr) Make it at least 4.08003pt, for example:
(fancyhdr) \setlength{\footskip}{4.08003pt}.
[3] (./resume.aux)
***********
LaTeX2e <2024-11-01> patch level 2
L3 programming layer <2025-01-18>
***********
Package rerunfilecheck Info: File `resume.out' has not changed.
(rerunfilecheck) Checksum: 6598E17126DBF1C628E8467E8E58CE54;477.
)
Here is how much of TeX's memory you used:
9930 strings out of 475171
152586 string characters out of 5767095
572071 words of memory out of 5000000
32812 multiletter control sequences out of 15000+600000
565739 words of font info for 63 fonts, out of 8000000 for 9000
14 hyphenation exceptions out of 8191
75i,11n,79p,812b,782s stack positions out of 10000i,1000n,20000p,200000b,200000s
</usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb></usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb>
Output written on resume.pdf (3 pages, 162902 bytes).
PDF statistics:
107 PDF objects out of 1000 (max. 8388607)
77 compressed objects within 1 object stream
9 named destinations out of 1000 (max. 500000)
41 words of extra memory for PDF output out of 10000 (max. 10000000)

5
resume.out Normal file
View File

@@ -0,0 +1,5 @@
\BOOKMARK [1][-]{section.1}{\376\377\000E\000d\000u\000c\000a\000t\000i\000o\000n\000\040}{}% 1
\BOOKMARK [1][-]{section.2}{\376\377\000P\000r\000o\000j\000e\000c\000t\000s}{}% 2
\BOOKMARK [1][-]{section.3}{\376\377\000I\000n\000v\000o\000l\000v\000e\000m\000e\000n\000t}{}% 3
\BOOKMARK [1][-]{section.4}{\376\377\000H\000o\000n\000o\000r\000s\000\040\000\046\000\040\000A\000w\000a\000r\000d\000s}{}% 4
\BOOKMARK [1][-]{section.5}{\376\377\000S\000k\000i\000l\000l\000s}{}% 5

BIN
resume.pdf Normal file

Binary file not shown.

BIN
resume.synctex.gz Normal file

Binary file not shown.

246
resume.tex Normal file
View File

@@ -0,0 +1,246 @@
%-------------------------
% Resume in Latex
% Author : Sourabh Bajaj
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[pdftex]{hyperref}
\usepackage{fancyhdr}
\usepackage{multirow}
\usepackage{comment}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.375in}
\addtolength{\evensidemargin}{-0.375in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{: #2 \vspace{-2pt}}
}
}
\newcommand{\resumeItemNH}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,label={}]}
\newcommand{\resumeSubHeadingListStartBullets}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}}
\usepackage{array}
\makeatletter
\newcommand\HUGE{\@setfontsize\Huge{38}{47}}
\newcolumntype{L}{>{\hb@xt@\z@\bgroup}l<{\hss\egroup}}
\newcolumntype{C}{>{\centering\arraybackslash}c}
\newcolumntype{R}{>{\hb@xt@\z@\bgroup\hss}r<{\egroup}}
\makeatother
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{L@{\extracolsep{\fill}}C@{\extracolsep{\fill}}R}
\href{mailto:krishna@ayyalasomayajula.net}{krishna@ayyalasomayajula.net} &
\multirow{2}{*}{\large \textbf{Krishna Ayyalasomayajula}} &
\href{https://krishna.ayyalasomayajula.net}{https://krishna.ayyalasomayajula.net} \\
(214) 293-5743 & & US Green Card Holder
\end{tabular*}
%-----------EDUCATION-----------------
\section{Education }
\resumeSubHeadingListStart
\resumeSubheading
{Plano East Senior High School}{Plano, TX}
{Multi-disciplinary \& STEM endorsement }{Aug 2022 -- Aug 2026}
\resumeItemListStart
\resumeItem{Concentrations}{Computer Science \& Mathematics}
\State
\EndWhile}
\resumeItem{Coursework}
{Data Structures \& Algorithms, Object-Oriented Programming, Calculus, Differential Equations, Probability, Statistics, Newtonian Physics}
\resumeItemListEnd
\resumeSubHeadingListEnd
\begin{comment}
%-----------EXPERIENCE-----------------
\section{Work Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Family Investment Office}{Plano, TX}
{Quantitative Analyst}{Q4 2024 -- Present}
\resumeItemListStart
\resumeItemNH{Engineered and executed medium-term volatility trading strategies across equity options and index derivatives, resulting in a 60\% portfolio return over one quarter.}
\resumeItemNH{Developed predictive models leveraging implied-volatility surfaces, realized variance, and skew metrics to identify dislocations and structure trades.}
\resumeItemNH{Built custom infrastructure in Rust and Python for backtesting, signal generation, risk metrics, and position management.}
\resumeItemNH{Managed exposure via delta-hedged structures, calendar spreads, and straddle/strangle plays, with automated alerts.}
\resumeItemListEnd
\resumeSubHeadingListEnd
\end{comment}
%-----------PROJECTS-----------------
\section{Projects}
\resumeSubHeadingListStartBullets
\resumeSubItem{Matrix FS}
{Developed a Layer 2 distributed storage protocol atop IPFS, implemented in Rust with a performant Tauri-based Svelte frontend. Engineered end-to-end encrypted file sharing using AES-256-CBC and ChaCha20-Poly1305 AEAD schemes with deterministic tokenization for content addressing. Extended IPFS functionality with MIME type encoding to enable file-type-aware decentralized storage and retrieval. Integrated SurrealDB ticketing over Tor hidden services to facilitate privacy-preserving access control and auditability.}
\resumeSubItem{Bon Voyage (MLH Hackathon Project)}
{Designed and implemented an AI-powered MOOC content generator leveraging Java and Stanford CoreNLP for natural language understanding, annotation, and semantic parsing. Employed advanced NLP pipelines to extract and structure knowledge from raw educational resources, enabling dynamic course syllabus generation and personalized learning paths.}
\resumeSubItem{2022 Regional Science Fair Project}
{Architected an AI-driven personalized learning assistant combining OpenAI API integration and self-hosted GPT-2 models for scalable, context-aware content recommendation. Engineered multi-modal resource retrieval aggregating scientific papers, educational videos, and curated articles with semantic similarity search and relevance ranking for comprehensive knowledge dissemination.}
\resumeSubItem{CS IA: Electronic Health Records System}
{Built a robust client-server Java application for secure EHR management, featuring TCP/IP socket communication, custom object-oriented data models, and an intuitive Swing-based GUI. Implemented optimized quicksort algorithms for fast patient record querying and sorting. Integrated SMB network shares for centralized file storage with authentication and access control mechanisms, ensuring HIPAA-aligned data confidentiality and integrity.}
\resumeSubItem{Preprint: Rule-based Tensor Mutations Embedded within LLMs for Low-Cost Mathematical Computation}
{Authored a novel architecture enhancement embedding deterministic tensor mutation modules within transformer-based LLMs (LLaMA 3B) to enable low-latency, step-wise accurate arithmetic and linear algebra computation. Leveraged GPU-optimized fixed-index tensor operations to circumvent probabilistic inference bottlenecks, achieving substantial improvements in mathematical reasoning benchmarks without retraining or external symbolic engines. Published on TechRxiv.}
\resumeSubItem{Home Infrastructure and OSS Deployment}
{Designed, implemented, and maintain a scalable, enterprise-grade self-hosted infrastructure supporting ~50 concurrent users with partial monetization. The system architecture includes three high-availability servers orchestrating over 40 Docker containers leveraging microservices for mail servers (Postfix, Dovecot), LangChain and LangFlow NLP automation workflows, n8n event-driven automation, multicast RTP streaming clusters, WireGuard VPN mesh networking, and multiple static/dynamic web services. Contributed upstream patches and custom modules to OSS projects, while developing bespoke tooling for advanced network routing, storage management ($\ge$ 150 TB NAS with ZFS), container orchestration, and secure access gateways following zero-trust principles.}
\resumeSubItem{SLAM Guide for Autonomous Robotics}
{Developed an in-depth technical guide on probabilistic Simultaneous Localization and Mapping (SLAM) grounded in Durrant-Whytes seminal 2006 survey. Documented key algorithms such as EKF-SLAM, particle filters, and graph-based optimization methods with application insights derived from hands-on F1Tenth robotics platform experience. The guide serves as a resource bridging theory and real-time robotics system implementation.}
\resumeSubItem{CyberPatriot Automation Scripts for USAF}
{Developed a comprehensive suite of proprietary automation scripts in Rust and PowerShell to optimize vulnerability scanning and exploitation tasks for USAF CyberPatriot teams. The Unix-based scripts consistently contributed over 30 points per competition round by rapidly identifying and mitigating security flaws on Linux/Unix targets with sub-2-minute execution times. Windows counterparts, built in PowerShell, achieved over 25 points regularly. The toolkit was later licensed and transferred to another CyberPatriot team for ongoing development and competitive use.}
\resumeSubHeadingListEnd
%-----------INVOLVEMENT-----------------
\section{Involvement}
\resumeSubHeadingListStartBullets
\resumeSubItem{Research Assistant to Dr. Madan M. T. Ayyalasomayajula (2022Present)}
{Collaborated with Dr. Ayyalasomayajula—renowned AI researcher and systems architect—on high-performance data structures, distributed computing, and diagnostic AI. Contributed to experimental implementations of micropartitioned bitmap indexing and optimized federated learning pipelines. Supported benchmarking, paper preparation, and technical reviews for publications in Scopus and IEEE venues.}
\resumeSubItem{President, Cybersecurity Club at PESH (20232026)}
{Led the schools cybersecurity club. Organized hands-on workshops on ethical hacking, CTF prep, and digital forensics. Mentored students on Linux fundamentals, reconnaissance techniques, and safe operational practices.}
\resumeSubItem{Officer, Computer Science Club at PESH (20232026)}
{Taught students data structures, algorithms, and practical programming through peer instruction. Led Java and Python sessions, introduced Git workflows, and organized coding challenges.}
\resumeSubItem{Trace Labs OSINT Search Party (20232024)}
{Contributed to global missing person investigations using open-source intelligence. Employed pivoting strategies, breach data analysis, geolocation, and metadata extraction to submit actionable reports.}
\resumeSubItem{IT Army of Ukraine (Dec 2023 Feb 2024)}
{Led a small offensive squad targeting publicly sanctioned scope ranges. Coordinated denial-of-service campaigns, resource enumeration, and persistent takedowns—successfully disabling at least one high-value scope each month in support of Ukraines digital resistance.}
\resumeSubHeadingListEnd
%-----------HONORS & AWARDS-----------------
\section{Honors \& Awards}
\resumeSubHeadingListStartBullets
\resumeSubItem{Hack The Box (HTB)}
{Completed 15+ Medium-difficulty machines with a peak global rank of 564. Specialized in red team tactics such as binary exploitation, lateral movement, and privilege escalation. Achieved over 90\% progress toward the Hacker rank.}
\resumeSubItem{TryHackMe — King of the Hill (2024)}
{Ranked in the Top 5 on the KoTH leaderboard for two consecutive days. Demonstrated live red team capabilities in adversarial environments.}
\resumeSubItem{Battle of the Brains — Spring 2024 (Advanced Division)}
{Tied for 5th place in a regional algorithms competition. Contributed advanced problem-solving and systems-level strategy under time pressure.}
\resumeSubItem{Battle of the Brains — Spring 2025 at UTD (Advanced Division)}
{Tied for 10th place. Demonstrated proficiency in competitive algorithmic programming and system optimization.}
\resumeSubItem{NSA Codebreaker Challenge — November 2024}
{Solved 5 advanced tasks involving real-world cyber scenarios including protocol exploitation, red team tooling, and reverse engineering.}
\resumeSubItem{CyberPatriot — State Level Gold Tier (2025)}
{Led offensive security analysis in a blue-team environment. Applied red team techniques to simulate attacks and test team defense resilience.}
\resumeSubItem{Lockheed Martin Code Quest — Second Place (2025)}
{Placed second among hundreds of competitors in the DFW metroplex. Contributed low-level security logic and reverse engineering skills to the team.}
\resumeSubHeadingListEnd
\section{Skills}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Languages}{: Rust (5/5), Async Rust, Python, Java, Bash/ZSH, C/C++, PowerShell, TypeScript, Solidity, SQL, R, Lua, x86 Assembly, YAML, TOML, JSON, Protobuf} \\
\textbf{Networking \& Protocols}{: WireGuard, Tailscale, Yggdrasil, Tor, I2P, I2C/SPI, DNS, DHCP, TLS, HTTP/2, gRPC, QUIC, SCTP, TCP/IP stack analysis, NTP/SNTP fuzzing} \\
\textbf{Security \& Offensive Tooling}{: Reverse engineering, binary exploitation, ROP, shellcode crafting, steganography, malware analysis, client-auth via ephemeral keys} \\
\textbf{Red Team Tooling}{:}
\begin{itemize}[leftmargin=0.1in]
\item \textit{Recon:} \texttt{amass, subfinder, assetfinder, dnsx, httpx, ffuf, waybackurls, gau, hakrawler, katana, shodan, theHarvester}
\item \textit{Web Vuln:} \texttt{nikto, sqlmap, XSStrike, wfuzz, dalfox, Nuclei, Burp Suite Pro, OWASP ZAP, dirsearch}
\item \textit{Post-Exploitation:} \texttt{Empire, Covenant, Metasploit, Cobalt Strike, Pupy, Sliver, Ligolo, netexec (CrackMapExec), mimikatz, impacket}
\item \textit{Active Directory:} \texttt{BloodHound, SharpHound, Rubeus, Kerbrute, ntlmrelayx, secretsdump, ldapsearch, adidnsdump, dcsync}
\item \textit{Privilege Escalation:} \texttt{linPEAS, winPEAS, pspy, gtfobins, BeRoot, PowerUp, JuicyPotato, Seatbelt}
\item \textit{Payloads \& C2:} \texttt{msfvenom, Unicorn, Veil, Nishang, CS, Covenant, Mythic, Havoc}
\item \textit{Exploitation/Scanning:} \texttt{nmap, rustscan, masscan, Nessus, OpenVAS, metasploit, searchsploit, exploitdb}
\item \textit{WiFi/Bluetooth:} \texttt{aircrack-ng, kismet, hcxdumptool, bettercap, blue_hydra, bleah}
\item \textit{Misc:} \texttt{tcpdump, tshark, Wireshark, mitmproxy, socat, responder, evil-winrm, fcrackzip, hashcat, John, hydra}
\end{itemize}
\textbf{Big Data \& Analytics}{: TimescaleDB, hypertables, ClickHouse, Redpanda, DuckDB, Apache Kafka, Apache Arrow, Parquet, Delta Lake, Iceberg, Z-ordering, Micro-partitioned Bitmaps, Roaring Bitmaps, Redis Streams, Pinecone, Supabase Edge Functions, Bloom Filters} \\
\textbf{Backend/Data Infra}{: PostgreSQL, SQLite, Redis, MinIO, gRPC, Flatbuffers, REST APIs, custom protocol engineering (binary/streamed), Kafka Connect} \\
\textbf{Cloud \& IaC}{: AWS (EC2, S3, Lambda, CloudFront, Route 53, IAM, Secrets Manager), Terraform, OCI, Cloud-init, systemd cloud unit orchestration} \\
\textbf{Linux \& Systems}{: Arch Linux, Debian, kernel patching, cgroups v2, namespaces, FUSE, sandboxing (bubblewrap, Firejail), QEMU/KVM, LXC, systemd, BPF/eBPF, AppArmor, Seccomp} \\
\textbf{Cryptography}{: ChaCha20Poly1305, Argon2id, Ed25519, ECDSA, Kyber1024, Dilithium5, AES-GCM, X25519, TLS 1.3, NaCl/Libsodium, custom HMAC/KDF schemes} \\
\textbf{DevOps \& Tooling}{: Git, GitHub Actions, Make, CMake, Cargo, Docker, Podman, Nix, systemtap, gdb, perf, strace, tmux, jinja2, jq, yq, GNU coreutils}
}}
\end{itemize}
%-------------------------------------------
\end{document}