CV 및 이력서 스타일 컬렉션

제이크의 스타일 이력서

밑줄이 그어진 섹션 규칙과 사용자 정의 이력서 항목 명령이 포함된 인기 있는 단일 열 기술 이력서 모양입니다.

LaTeXCC0-1.0이력서 및 이력서
카탈로그에서 보기
제이크의 스타일 이력서 템플릿의 컴파일된 첫 페이지
main.tex
% Recreates the well known Jake Gutierrez single column tech resume look
% using standard packages and custom resume item commands, without
% vendoring the original class.
\documentclass[10pt,a4paper]{article}
\usepackage[margin=0.65in]{geometry}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\setlength{\parindent}{0pt}
\newcommand{\sectionrule}[1]{\vspace{6pt}{\large\bfseries #1}\\[-7pt]\rule{\linewidth}{0.8pt}\\[1pt]}
\newlist{resumeItemList}{itemize}{1}
\setlist[resumeItemList]{leftmargin=1.1em, itemsep=0pt, topsep=1pt, parsep=0pt, label=\textbullet}
\newcommand{\resumeItem}[1]{\item #1}
\newcommand{\resumeSubheading}[4]{%
  \textbf{#1} \hfill #2\\
  {\itshape #3} \hfill {\itshape #4}\\[2pt]
}
\pagestyle{empty}

\begin{document}

\begin{center}
{\LARGE\bfseries Michael Chen}\\[3pt]
{\small +1 512 555 0176 \, | \, [email protected] \, | \, linkedin.com/in/michaelchen \, | \, github.com/mchen}
\end{center}

\sectionrule{Education}
\resumeSubheading{University of Texas at Austin}{Austin, TX}{B.S. in Computer Science}{2016 -- 2020}

\sectionrule{Experience}
\resumeSubheading{Silverline Software}{Austin, TX}{Senior Software Engineer}{2022 -- present}
\begin{resumeItemList}
  \resumeItem{Redesigned the notification service, cutting delivery latency from 4s to 300ms for 5 million daily events.}
  \resumeItem{Led the migration from a monolith to six independently deployed services.}
  \resumeItem{Mentor two new hires and run the team's weekly design review.}
\end{resumeItemList}

\resumeSubheading{Bluepeak Technologies}{Austin, TX}{Software Engineer}{2020 -- 2022}
\begin{resumeItemList}
  \resumeItem{Built the internal feature flag platform now used by 30 engineering teams.}
  \resumeItem{Reduced CI pipeline time by 35 percent by parallelizing the test suite.}
\end{resumeItemList}

\sectionrule{Projects}
\resumeSubheading{Trailhead (github.com/mchen/trailhead)}{}{Open source hiking route planner, 900+ stars}{2023}
\begin{resumeItemList}
  \resumeItem{Built a route optimizer combining elevation data and trail condition reports.}
\end{resumeItemList}

\sectionrule{Technical Skills}
\textbf{Languages:} Java, Python, TypeScript, SQL\\
\textbf{Frameworks:} Spring Boot, React, Node.js\\
\textbf{Tools:} Docker, Kubernetes, AWS, Postgres, Kafka

\end{document}

앱에서: 새 프로젝트 갤러리를 열고 "템플릿 더 받기"에서 CV 및 이력서 스타일 컬렉션 팩을(를) 설치하면 실시간 미리보기와 원클릭 생성이 됩니다. 컴파일은 번들 엔진으로 로컬 실행됩니다.

모든 템플릿