%======================== % Software Engineer (Professional) Resume - LaTeX % File: se_professional_resume.tex %======================== \documentclass[11pt,a4paper]{article} \usepackage[a4paper,margin=1.6cm]{geometry} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{enumitem} \usepackage[hidelinks]{hyperref} \usepackage{xcolor} \usepackage{tabularx} \usepackage{titlesec} \usepackage{ragged2e} \pagenumbering{gobble} \setlength{\parindent}{0pt} \setlist[itemize]{leftmargin=*, nosep} \definecolor{ink}{HTML}{111111} \definecolor{muted}{HTML}{444444} \titleformat{\section}{\large\bfseries\color{ink}}{}{0pt}{}[\titlerule] \titlespacing*{\section}{0pt}{10pt}{6pt} \newcommand{\resumename}[1]{{\Huge \bfseries \color{ink} #1}} \newcommand{\meta}[1]{{\color{muted} #1}} \newcommand{\role}[4]{ \textbf{#1}\hfill \meta{#2}\\ \meta{#3}\\ #4 } \begin{document} %===== Header ===== \resumename{Your Name}\\[4pt] \meta{ City, State \;\;|\;\; +91-XXXXXXXXXX \;\;|\;\; \href{mailto:you@email.com}{you@email.com} \;\;|\;\; \href{https://linkedin.com/in/yourhandle}{linkedin.com/in/yourhandle} \;\;|\;\; \href{https://github.com/yourhandle}{github.com/yourhandle} } \vspace{10pt} %===== Summary ===== \section*{Summary} \Justifying Software Engineer with \textbf{X+ years} building reliable backend services and scalable web apps. Strong in \textbf{APIs, databases, system design, performance} and shipping production features. Known for clear ownership, measurable impact, and clean engineering practices. %===== Skills ===== \section*{Skills} \begin{tabularx}{\textwidth}{@{}l X@{}} \textbf{Languages} & Java / Kotlin, Python, Go (optional), JavaScript, SQL \\ \textbf{Backend} & REST, Auth, Caching, Rate limiting, Async queues, Microservices (if applicable) \\ \textbf{Databases} & PostgreSQL/MySQL, Redis, Indexing, Query tuning \\ \textbf{Cloud/DevOps} & Docker, CI/CD, AWS/GCP (optional), Monitoring (Prometheus/Grafana) \\ \textbf{Frontend (optional)} & React/Next.js, TypeScript \\ \textbf{Practices} & Testing, Code reviews, Observability, Secure coding basics \\ \end{tabularx} %===== Experience ===== \section*{Experience} \role {Software Engineer, Company Name}{Month YYYY -- Present}{Team / Product Area} { \begin{itemize} \item Owned \textbf{feature X} end-to-end; improved \textbf{conversion/latency/reliability} by \textbf{Y\%}. \item Designed and implemented \textbf{API + database} changes; handled backward compatibility and versioning. \item Reduced p95 latency from \textbf{A ms} to \textbf{B ms} using caching, query tuning, and batching. \item Added dashboards + alerts; decreased production incidents by \textbf{N\%} (or MTTR). \end{itemize} } \role {Software Engineer, Company Name}{Month YYYY -- Month YYYY}{Team / Product Area} { \begin{itemize} \item Built integrations with \textbf{3rd-party APIs}; implemented retries, idempotency keys, and rate-limit handling. \item Improved CI pipeline time from \textbf{A} to \textbf{B}; increased test coverage for critical flows. \item Mentored \textbf{N} juniors; reviewed PRs and improved team code quality. \end{itemize} } %===== Key Projects ===== \section*{Selected Projects} \textbf{Project / System Name}\hfill \meta{Tech: X, Y, Z}\\ \begin{itemize} \item Designed service boundaries and data model for \textbf{use case}; handled migrations safely. \item Implemented observability: structured logs, metrics, traces, and runbooks. \end{itemize} %===== Education ===== \section*{Education} \textbf{B.Tech / B.E, Computer Science}\hfill \meta{YYYY -- YYYY}\\ University Name, City %===== Certifications (Optional) ===== \section*{Certifications (Optional)} \begin{itemize} \item AWS Cloud Practitioner / Google Associate Cloud Engineer (optional) \item System Design / DSA certificate (optional) \end{itemize} \end{document}