84 lines
No EOL
3 KiB
TeX
84 lines
No EOL
3 KiB
TeX
\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
|
|
|
|
% Setup
|
|
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm,footskip=2\baselineskip}
|
|
|
|
% Use Catppuccin colors
|
|
\definecolor{accent}{RGB}{137, 180, 250} % Catppuccin Blue
|
|
\definecolor{emphasis}{RGB}{148, 226, 213} % Catppuccin Sapphire
|
|
\definecolor{heading}{RGB}{203, 166, 247} % Catppuccin Mauve
|
|
\definecolor{body}{RGB}{205, 214, 244} % Catppuccin Text
|
|
\definecolor{sidebar}{RGB}{30, 30, 46} % Catppuccin Crust
|
|
|
|
% Change page style
|
|
\colorlet{accent}{accent}
|
|
\colorlet{heading}{heading}
|
|
\colorlet{emphasis}{emphasis}
|
|
\colorlet{body}{body}
|
|
|
|
% Change the fonts if you want
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
% Personal Information
|
|
\name{Zachary Myers}
|
|
\tagline{Full Stack Developer}
|
|
\photo{2.8cm}{placeholder.jpg}
|
|
\email{me@zackmyers.io}
|
|
\phone{+1 (808) 799-3884}
|
|
\location{EST/EDT Time Zone}
|
|
\homepage{zackmyers.io}
|
|
\github{zackartz}
|
|
\linkedin{zachary-myers-b9a150186}
|
|
\extrainfo{US Citizen}
|
|
|
|
\begin{document}
|
|
\makeheader{center}
|
|
|
|
\cvsection[page1sidebar]{Skills}
|
|
\begin{itemize}
|
|
\item \textbf{Languages:} TypeScript, JavaScript, Rust, Golang, Java, HTML, CSS, SQL, Lua
|
|
\item \textbf{Technologies:} GraphQL, Docker, Kubernetes, Linux, NixOS, Windows, macOS
|
|
\item \textbf{Databases:} PostgreSQL, MongoDB, Redis, InfluxDB
|
|
\item \textbf{Libraries \& Tools:} NextJS, SvelteKit, Rocket, Actix, Express, Neovim, TailwindCSS
|
|
\end{itemize}
|
|
|
|
\cvsection{Experience}
|
|
|
|
\cvevent{Mid Level Web Developer}{Pixegon}{2023 -- Present}{Remote}
|
|
\begin{itemize}
|
|
\item Designed and developed global services that empower users worldwide
|
|
\item Enhanced and maintained legacy software, integrating new functionalities while reducing bug rates
|
|
\item Optimized team collaboration by streamlining workflows and knowledge transfer
|
|
\item Implemented AI-driven automation, boosting efficiency by 95\% and saving 200+ hours annually
|
|
\end{itemize}
|
|
|
|
\divider
|
|
|
|
\cvevent{Senior Backend Developer}{Champria}{2021 -- 2022}{Remote}
|
|
\begin{itemize}
|
|
\item Architected Golang monorepo backend processing 10,000+ data points/hour
|
|
\item Implemented GraphQL and TimescaleDB, reducing query response times by 40\%
|
|
\item Led NodeJS to Golang migration, improving system performance by 20\%
|
|
\item Revolutionized data storage for multi-million point datasets
|
|
\item Created automated CI/CD pipeline reducing deployment times by 90\%
|
|
\end{itemize}
|
|
|
|
\divider
|
|
|
|
\cvevent{Volunteer Developer}{Damage Inc}{2020 -- 2021}{Remote}
|
|
\begin{itemize}
|
|
\item Enhanced app stability by 50\% through bug fixes and optimizations
|
|
\item Accelerated project completion rates by 35\% through efficient execution
|
|
\end{itemize}
|
|
|
|
\cvsection{Awards}
|
|
\cvachievement{GPT-4 Hackathon Winner}{}{Led backend development for Materialize, a real-time lumber market analysis platform using GPT-4}
|
|
|
|
\cvsection{Education}
|
|
\cvevent{High School Graduate}{Roosevelt High School}{2016 -- 2020}{Honolulu, HI}
|
|
\begin{itemize}
|
|
\item Excelled in STEM curriculum while mentoring peers
|
|
\item Developed personal programming projects outside of coursework
|
|
\end{itemize}
|
|
|
|
\end{document} |