265 lines
18 KiB
TeX
265 lines
18 KiB
TeX
%-------------------------
|
||
% 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}
|
||
{STEM Endorsement with Concentration in Physics, Computing, and Higher Level Math}{Aug 2022 -- May 2026}
|
||
\resumeItemListStart
|
||
\resumeItem{Focus Areas}
|
||
{Applied Mathematics, Computer Science, and Theoretical/Computational Physics}
|
||
\resumeItem{Coursework}
|
||
{Physics Mechanics \& Electromagnetism, Data Structures \& Algorithms, Object-Oriented Programming, Calculus, Differential Equations, Probability, Statistics, Classical Mechanics, Computational Modeling}
|
||
\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{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{Real-Time Quantitative Analysis Streamer}
|
||
{Independently engineered a high-frequency financial data ingestion and analysis platform for a family quant team, sustaining \textbf{100K datapoints/s} via Kafka, Mosquitto MQTT, and DXLink streaming. Integrated Tastytrade APIs and Paho clients with a ClickHouse backend for low-latency tick storage and real-time analytics. Developed C++-based computational modules executing LSTM-driven predictive models alongside live Heston and Black–Scholes pricing for SPX, NDX, and derivative instruments. Built a Grafana observability dashboard for latency, spread, and volatility metrics, enabling continuous AI-enhanced market insight and fully automated pipeline reliability—driving a \textbf{60\% portfolio profit in Q1 2025}.}
|
||
\resumeSubItem{MQTT–to–Push Notification Pipeline}
|
||
{Developed a 3-repository system to ingest MQTT5 messages and forward them as mobile push notifications via \texttt{ntfy.sh}. Benchmarked ingestion libraries in both C++ and Rust, with Rust outperforming at \textbf{10M notifications/s} (1 KB each). Deployed a Python-based deduplicating ingest service using hash sets, which has successfully relayed 10k+ real-time news alerts to devices in the August of 2025. Designed for scalability, throughput, and reliability in high-volume messaging.}
|
||
\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{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-Whyte’s 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.}
|
||
\resumeSubItem{SSH-Driven Portfolio Site}
|
||
{Deployed a web-accessible terminal prompt at \href{https://krishna.ayyalasomayajula.net}{krishna.ayyalasomayajula.net}, inviting users to connect via \texttt{ssh krishna@krishna.ayyalasomayajula.net} for a fully interactive TUI showcase. Designed with Next.js and Tailwind CSS, featuring Aceternity-inspired cursor effects and a cinematic blur aesthetic. The SSH endpoint launches a native C++ FTXUI interface highlighting projects, real-time system status, and personalized Easter eggs, emphasizing a hacker-first, command-line-native identity.}
|
||
|
||
|
||
|
||
\resumeSubHeadingListEnd
|
||
|
||
%-----------INVOLVEMENT-----------------
|
||
\section{Involvement}
|
||
\resumeSubHeadingListStartBullets
|
||
|
||
\resumeSubItem{Research Assistant to Dr. Madan M. T. Ayyalasomayajula (2022–Present)}
|
||
{Assisted in identifying relevant literature and summarizing key concepts to support ongoing research. Helped explore suitable tools, libraries, and frameworks for implementation tasks. Participated in discussions on research direction and contributed to benchmarking efforts under guidance. Gained experience with evaluating prior work, literature reviews, and understanding technical workflows in a research setting.}
|
||
|
||
|
||
\resumeSubItem{President, Cybersecurity Club at PESH (2023–2026)}
|
||
{Led the school’s 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 (2023–2026)}
|
||
{Taught students data structures, algorithms, and practical programming through peer instruction. Led Java instruction sessions, introduced Git workflows, and organized coding challenges.}
|
||
|
||
\resumeSubItem{Trace Labs OSINT Search Party (2023–2024)}
|
||
{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 Ukraine’s digital resistance.}
|
||
|
||
\resumeSubHeadingListEnd
|
||
|
||
|
||
%-----------HONORS & AWARDS-----------------
|
||
\section{Honors \& Awards}
|
||
\resumeSubHeadingListStartBullets
|
||
\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 Cyber Quest — Second Place (2025)}
|
||
{Placed second among approximately a hundred competitor in the DFW metroplex. Contributed low-level security logic and reverse engineering skills to the team. Served as team captain, and earned ~30\% of team score.}
|
||
|
||
\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{National Merit Commendation - PSAT 2024-2025 scholastic year}
|
||
{Ranked within the top 50,000 NMSQT PSAT scorers. Demonstrated proficiency in both reading and writing sections on standardized exams. }
|
||
\resumeSubHeadingListEnd
|
||
|
||
\newpage
|
||
\section{Skills}
|
||
\begin{itemize}[leftmargin=0.15in, label={}]
|
||
\small{\item{
|
||
|
||
\textbf{Languages}{: Rust (async, embedded, unsafe, FFI), C, C++, Python, Java, Bash/ZSH, PowerShell, TypeScript, Solidity, SQL, YAML, TOML, JSON, Protobuf, Lua, HCL} \\
|
||
|
||
\textbf{C++/Rust Libraries}{: STL, Boost, Qt, Eigen, OpenCV, fmt, spdlog, nlohmann::json, pybind11, OpenSSL, Botan, RESTinio, Protobuf, tokio, hyper, axum, tonic, serde, rayon, dashmap, crossbeam, criterion, Polars, tch-rs, ndarray, rusqlite, reqwest, tracing, tower} \\
|
||
|
||
\textbf{Computational Engineering \& Scientific Computing}{:}
|
||
\begin{itemize}[leftmargin=0.1in]
|
||
\item \textit{Core Numerical Libraries:} BLAS, LAPACK, Eigen, NumPy, SciPy, JAX, autograd, SymPy
|
||
\item \textit{ODE/PDE Solvers:} Runge–Kutta (RK4/RK45), Adams–Bashforth, backward Euler, differential equation modeling in SciPy and JAX
|
||
\item \textit{Optimization \& Linear Algebra:} cvxpy, scipy.optimize, least-squares solvers, matrix factorization, eigenvalue problems
|
||
\item \textit{GPU \& Parallel Acceleration:} NVIDIA CUDA Toolkit, cuBLAS, cuDNN, Numba, cupy, OpenMP, multithreading with Rayon (Rust)
|
||
\item \textit{Data Analysis \& Visualization:} pandas, 1polars, matplotlib, seaborn, Plotly, Jupyter, interactive scientific dashboards
|
||
\item \textit{Mathematical Tools:} MATLAB, GNU Octave, numerical integration, Fourier transforms, curve fitting, symbolic computation
|
||
\end{itemize}
|
||
|
||
\textbf{Cybersecurity}{: Reverse engineering, binary exploitation, heap/ROP attacks, forensics, persistence, protocol design, privilege escalation research} \\
|
||
|
||
\textbf{Red/Blue Team Tooling}{: nmap, rustscan, masscan, Burp Suite, sqlmap, amass, nuclei, ffuf, netexec, impacket, mimikatz, Metasploit, BloodHound, Rubeus, linPEAS, Wireshark, volatility, hashcat, john, stegseek, responder, mitmproxy} \\
|
||
|
||
\textbf{Networking \& Protocols}{: WireGuard, Tailscale, Tor, QUIC, HTTP/3, TLS 1.3, DNS, DHCP, NTP, MQTT5, gRPC, Kafka, custom protocol design, packet crafting, NAT traversal} \\
|
||
|
||
\textbf{Systems \& Linux Administration}{: Arch, Debian, Proxmox VE, kernel tuning, cgroups v2, namespaces, FUSE, BPF/eBPF, Seccomp, AppArmor, PAM, sandboxing (bubblewrap, Firejail), debugging (gdb, strace, ltrace, bpftrace), systemd automation} \\
|
||
|
||
\textbf{Server \& Infrastructure Management}{: Operate 40+ Docker/Podman containers across HA servers for mail, web, and compute services (\texttt{Postfix, Dovecot, nginx, HAProxy, Traefik, MinIO, Redis, PostgreSQL, TimescaleDB, ClickHouse, Grafana, Prometheus, Loki, Vaultwarden, Matrix, Gitea, Forgejo}). Implements encrypted replication, zero-trust networking, and full observability.} \\
|
||
|
||
\textbf{Backend \& Distributed Systems}{: PostgreSQL, SQLite, Redis, MinIO, Kafka, NATS, MQTT, gRPC, REST, WebSockets, Axum, Actix, FastAPI, caching layers, sharding, stream processing} \\
|
||
|
||
\textbf{Cloud, Virtualization \& IaC}{: AWS (EC2, S3, Route 53, Lambda, IAM, CloudFormation), Terraform, Proxmox, Nix/NixOS, Docker Swarm, Kubernetes (K3s), WireGuard mesh} \\
|
||
|
||
\textbf{DevOps, CI/CD \& Build Systems}{: Git, GitHub Actions, GitLab CI, CMake, Make, Cargo, Bazel, Nix Flakes, Jenkins, tmux, jq, reproducible builds, cosign, cppcheck, valgrind, static analysis, container hardening} \\
|
||
|
||
\textbf{Monitoring \& Observability}{: Grafana, Prometheus, Loki, node\_exporter, perf, tracing, uptime-kuma} \\
|
||
|
||
\textbf{Frontend \& Interface Development}{: Tauri, React/Next.js, Svelte, TailwindCSS, TypeScript, Electron, ImGui, FTXUI, wasm-bindgen, wasm-pack} \\
|
||
|
||
\textbf{Embedded \& Hardware}{: STM32, ESP32, Arduino, Raspberry Pi, I2C/SPI/UART, telemetry, cross-compilation (cargo-embed, probe-rs, OpenOCD), RTOS, edge computing nodes} \\
|
||
|
||
\textbf{Skill Profile Summary}{: Advanced in Rust, C++, and Linux administration with specialization in containerized infrastructure, distributed systems, and numerical computation. Experienced in GPU acceleration, ODE solving, and scientific programming using Python and C++.}
|
||
}}
|
||
\end{itemize}
|
||
|
||
%-------------------------------------------
|
||
\end{document}
|
||
|