%======================== % DevOps / Cloud Engineer Resume %======================== \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} \pagenumbering{gobble} \setlength{\parindent}{0pt} \setlist[itemize]{leftmargin=*, nosep} \definecolor{ink}{HTML}{111111} \definecolor{muted}{HTML}{555555} \titleformat{\section}{\large\bfseries}{}{0pt}{}[\titlerule] \begin{document} {\Huge \bfseries Your Name}\\ {\color{muted} City | +91-XXXXXXXXXX | you@email.com | linkedin.com/in/you} \section*{Summary} DevOps Engineer focused on automation, cloud infrastructure, and reliable deployments. Experienced in CI/CD pipelines, containerization, and monitoring production systems. \section*{Skills} \begin{tabularx}{\textwidth}{@{}l X@{}} Cloud & AWS / GCP / Azure \\ DevOps & Docker, Kubernetes, CI/CD \\ Infra & Linux, Nginx, Terraform (basic) \\ Monitoring & Prometheus, Grafana, Logs \\ Scripting & Bash, Python (basic) \\ \end{tabularx} \section*{Experience} \textbf{DevOps Engineer, Company Name} \hfill YYYY -- Present \begin{itemize} \item Built CI/CD pipelines to automate build and deployment. \item Containerized applications using Docker. \item Reduced downtime by monitoring alerts and logs. \end{itemize} \section*{Projects} \textbf{Cloud Deployment Project} \begin{itemize} \item Deployed a web app on AWS using EC2 and Nginx. \item Set up GitHub Actions for auto-deploy. \end{itemize} \section*{Education} B.Tech / B.E in Computer Science \hfill YYYY -- YYYY \end{document}