%-------------------------
% Resume in Latex
% Author : Azhar Sayyad
% License : MIT
%-------------------------
\documentclass[11pt,a4paper]{article}
% ---------- Packages ----------
\usepackage[a4paper,left=0.7in,right=0.7in,top=0.4in,bottom=0.2in]{geometry}
\usepackage{paracol}
\usepackage{titlesec}
\usepackage{xcolor}
\usepackage{tcolorbox}
\usepackage{enumitem}
\usepackage{fontawesome5}
\usepackage[hidelinks]{hyperref}
\usepackage[sfdefault]{sourcesanspro}
\renewcommand{\familydefault}{\sfdefault}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\setlength{\columnsep}{0.6cm}
% ---------- Colors ----------
\definecolor{primary}{HTML}{1F4E79}
\definecolor{accent}{HTML}{2A9D8F}
% ---------- Section Style ----------
\titleformat{\section}{\large\bfseries\color{primary}}{}{0em}{}
\titlespacing*{\section}{0pt}{6pt}{4pt}
% ---------- Reusable List ----------
\newenvironment{resumelist}{
\begin{itemize}[leftmargin=*,itemsep=2pt,topsep=1pt]
}{
\end{itemize}
}
% ---------- Skill Tag ----------
\newtcbox{\skill}{
on line,
colback=black!40,
colframe=black!40,
arc=6pt,
boxsep=2pt,
left=8pt,
right=8pt,
top=4pt,
bottom=4pt,
boxrule=0pt,
before=\hspace{1.8pt},
after=\vspace{1pt}
}
\begin{document}
% ================= HEADER =================
\noindent
\begin{minipage}[t]{0.67\textwidth}
{\Huge\bfseries Azhar Sayyad} \\[4pt]
{\color{accent}\large Senior Software Engineer | Distributed Systems | AI Platforms}
\vspace{6pt}
Senior Software Engineer with experience building large-scale distributed systems,
AI-powered analytics platforms, and high-performance backend services.
Strong expertise in system design, scalability, and production reliability.
\end{minipage}
\hfill
\begin{minipage}[t]{0.30\textwidth}
\raggedleft
azhar@example.com \faEnvelope\\[6pt]
+91 9000000000 \faPhone\\[6pt]
Mumbai, India \faMapMarker*\\[6pt]
linkedin.com/in/azhar \faLinkedin\\[6pt]
github.com/azhar \faGithub
\end{minipage}
\vspace{10pt}
\hrule
\vspace{10pt}
\begin{paracol}{2}
% ================= LEFT COLUMN =================
\section*{WORK EXPERIENCE}
\textbf{Senior Software Engineer} \\
Google \\
{\color{accent} 2022 -- Present} \hfill {\color{accent} Bangalore}
\begin{resumelist}
\item Designed and scaled distributed microservices handling 50M+ daily requests.
\item Reduced API latency by 38\% via query optimization and caching layers.
\item Built event-driven data pipelines using Kafka and Pub/Sub.
\item Led migration from monolith to microservices improving deployment velocity by 3x.
\item Mentored 4 engineers and conducted system design reviews.
\end{resumelist}
\vspace{6pt}
\textbf{Software Engineer} \\
Netflix \\
{\color{accent} 2020 -- 2022} \hfill {\color{accent} Remote}
\begin{resumelist}
\item Developed high-throughput streaming analytics services in Java Spring Boot.
\item Implemented real-time recommendation ranking optimizations.
\item Improved system reliability achieving 99.99\% uptime.
\item Built CI/CD automation reducing release cycle by 45\%.
\end{resumelist}
\vspace{6pt}
\section*{EDUCATION}
\textbf{Bachelor of Technology (B.Tech) in Computer Science and Engineering} \\
Indian Institute of Technology (IIT) Bombay \\
{\color{accent} 2016 -- 2020} \hfill {\color{accent} Mumbai, India}
CGPA: 9.2/10 \\
Relevant Coursework: Distributed Systems, Machine Learning, Advanced Algorithms,
Operating Systems, Database Systems, Computer Networks, Compiler Design
\vspace{8pt}
\textbf{Senior Secondary (Class XII) — Science (PCM)} \\
Delhi Public School \\
{\color{accent} 2015 -- 2016} \hfill {\color{accent} CBSE Board}
Percentage: 94.6\% \\
Subjects: Physics, Chemistry, Mathematics, Computer Science
\vspace{8pt}
% ================= RIGHT COLUMN =================
\switchcolumn
\section*{SKILLS}
\skill{\color{white} Java}
\skill{\color{white} Spring Boot}
\skill{\color{white} Python}
\skill{\color{white} Go}
\skill{\color{white} JS}
\skill{\color{white} TS}
\skill{\color{white} System Design}
\skill{\color{white} Microservices}
\skill{\color{white} Kafka}
\skill{\color{white} Redis}
\skill{\color{white} Docker}
\skill{\color{white} Kubernetes}
\skill{\color{white} AWS}
\skill{\color{white} GCP}
\skill{\color{white} PostgreSQL}
\skill{\color{white} MongoDB}
\skill{\color{white} React}
\skill{\color{white} TypeScript}
\skill{\color{white} CI/CD}
\skill{\color{white} Terraform}
\vspace{8pt}
\section*{PERSONAL PROJECTS}
\textbf{AI-Powered Code Review Assistant} \\
LangChain, OpenAI, FastAPI, PostgreSQL
\begin{resumelist}
\item Built LLM-powered automated code reviewer with semantic analysis.
\item Implemented vector search using embeddings for contextual feedback.
\item Reduced PR review time by 60\% in test environment.
\end{resumelist}
\vspace{4pt}
\textbf{Distributed Task Scheduler} \\
Go, gRPC, Redis, Kubernetes
\begin{resumelist}
\item Designed fault-tolerant distributed scheduler handling 1M+ jobs/day.
\item Implemented leader election and retry mechanisms.
\item Achieved horizontal scalability using Kubernetes auto-scaling.
\end{resumelist}
\vspace{8pt}
\section*{ACHIEVEMENTS}
\begin{resumelist}
\item Google Performance Excellence Award (2023)
\item Netflix Engineering Impact Recognition (2021)
\item 5 star on CodeChef and top 2\% on LeetCode
\end{resumelist}
\vspace{8pt}
\section*{Certifications}
\begin{itemize}[leftmargin=*,itemsep=2pt]
\item Google Cloud Professional Cloud Architect
\item AWS Certified Solutions Architect – Associate
\item Stanford Machine Learning Specialization (Coursera)
\end{itemize}
\end{paracol}
\end{document}

PDF Preview
Create an account to compile and preview