Resume

Live resume using Latex, GitHub Actions and Cloudflare Workers, R2.

Category

Resume & CV

License

Free to use (MIT)

File

src/resume.tex

resume.texRead-only preview
\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[printwatermark]{xwatermark}
\usepackage{xcolor}

% Remove the watermark if using this resume template and xwatermark, xcolor packages
\newwatermark[allpages,color=red!35,angle=45,scale=3.5,xpos=0,ypos=0]{TEMPLATE}

\pagestyle{fancy}
\fancyhf{}
\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{\resumeItemC}[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=*]}

\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}

\newcommand{\resumeItemListStart}{\begin{itemize}}

\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}

% -- Document/CV begins
\begin{document}

% -- [Header]
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
	\textbf{\href{https://www.linkedin.com/in/shaiqkar/}{\Large Shaiq Iqbal}} & Email : \href{mailto:your-email@gmail.com}{your-email@gmail.com}\\
	\href{https://www.linkedin.com/in/shaiqkar/}{{https://www.linkedin.com/in/shaiqkar/}} & Mobile : +912222333000 \\
\end{tabular*}

% -- [Education]
\section{Education}
    \resumeSubHeadingListStart
        \resumeSubheading
            {Indian Institute Of Technology Dharwad}{Karnataka, India}
            {B.Tech in Computer Science;  CGPA: 9.3}{Aug 2018 -- Jun 2022}
    \resumeSubHeadingListEnd


% -- [Experience]
\section{Experience}
    \resumeSubHeadingListStart
        \resumeSubheading
            {Zenith Capital (Quant Trading Firm)}{Mumbai, India}
            {Senior Software Engineer}{Dec 2024 - Present}
        \resumeItemListStart
            \resumeItemC
                {Developed low-latency order execution systems in C++17, reducing tick-to-trade latency by \textbf{40µs} through lock-free data structures and kernel bypass networking (DPDK).}
            \resumeItemC
                {Built a high-frequency market data handler capable of ingesting and normalizing \textbf{5M+ messages/se}c from multiple exchanges, with bounded jitter under heavy bursts.}
            \resumeItemC
                {Created a real-time \textbf{PnL} attribution dashboard with WebSockets and ClickHouse, enabling traders to drill down to instrument-level profits with sub-second refreshes.}
            \resumeItemC
                {Partnered with quants to productionize deep learning models (LSTM for price forecasting, CNN for order book imbalance), containerized with TensorFlow Serving, and deployed on GPU-backed Kubernetes clusters.}
            \resumeItemC
                {Contributed to infra-level optimizations, including kernel tuning (CPU pinning, huge pages, \textbf{NUMA-aware} memory allocation) for deterministic performance under load.}
        \resumeItemListEnd
        
        \resumeSubheading
            {Google}{Bengaluru, Karnataka}
            {Software Engineer}{Jul 2022 - Dec 2024}
        \resumeItemListStart
            \resumeItemC
                {Contributed to \textbf{Google Kubernetes Engine} (GKE) by designing a new node auto-healing mechanism that reduced downtime for workloads by \textbf{22\% }across customer clusters.}
            \resumeItemC
                {Developed a distributed load balancer control plane in Go handling \textbf{30M+ requests/sec}, improving request distribution fairness and cutting p95 latencies by 18\%.}
            \resumeItemC
                {Implemented a gRPC-based service mesh extension for internal teams, adding advanced traffic shaping (circuit breaking, weighted routing).}
            \resumeItemC
                {Developed a kernel bypass datapath prototype \textbf{(DPDK + userspace TCP stack)} for GCP VMs, evaluated for specialized HPC workloads.}
            \resumeItemC
                {Collaborated with the \textbf{Google Borg }team to optimize container networking overhead, cutting pod-to-pod latency within clusters by \textbf{15\%} through shared memory channels.}
            \resumeItemC
                {Authored internal RFCs on QUIC-based service meshes and NUMA-aware container scheduling, influencing roadmap discussions across Google Cloud Networking.}

        \resumeItemListEnd
    \resumeSubHeadingListEnd

% -- [Projects]
\section{Projects}
    \resumeSubHeadingListStart
        \resumeSubItem
            {LatencyLab – Ultra-Low-Latency Trading Simulator}
            {Built a C++/Go simulator for order book replay and strategy benchmarking at nanosecond resolution. Used lock-free queues, RDMA verbs, and DPDK to emulate exchange-level latencies. Enabled researchers to test strategies with 100x faster backtests compared to legacy tools.\\
	        \textbf{Technologies}: C++17, Go, DPDK, RDMA, Redis, Aerospike | \textcolor{blue}{\href{https://github.com/<project-link>}{GitHub}} - \textcolor{blue}{\href{https://<demo-link>}{Demo}}}
        \resumeSubItem
            {Guard - Service Mesh Security Layer}
            {Created a QUIC-based service mesh prototype with mutual TLS, fine-grained RBAC, and dynamic traffic shaping. Benchmarked against Istio, demonstrating 15\% lower overhead at scale.\\
	        \textbf{Technologies}: Go, QUIC, Envoy, gRPC, Istio | \textcolor{blue}{\href{https://github.com/<project-link>}{GitHub}}}
    \resumeSubHeadingListEnd

% -- [Skills]
\section{Skills}
    \resumeSubHeadingListStart
        \item{\textbf{Programming}: Proficient in C++17/20, Go, Python, Rust. Experienced with JS/TS, PHP, SQL, Kotlin, Bash, CUDA}
        \item{\textbf{Quant}: Volatility surfaces, Options pricing (SABR, Heston), ARIMA, GARCH, HMMs}
        \item{\textbf{Systems \& Frameworks}: gRPC, FastAPI, Spring Boot, QUIC, eBPF, DPDK, RDMA }
        \item{\textbf{DevOps Tools and Utilities}: Git, Docker, AWS, GraphQL, MongoDB, PostgreSQL, Aerospike, Redis, Kafka, Aurora, Kubernetes.}
    \resumeSubHeadingListEnd

% -- Version
% -- It is replaced by the GitHub action with commit SHA when publishing to Cloudflare R2
\vspace{16pt}
\smallskip
\begin{footnotesize}
    GitHub \the\month.\the\year.cbd56904
\end{footnotesize}


% -- Document Ends
\end{document}
Preview
Resume preview
Resume LaTeX Template | Bibby | Bibby AI