79 lines
No EOL
5 KiB
TeX
79 lines
No EOL
5 KiB
TeX
\documentclass[11pt,letterpaper,sans]{moderncv}
|
|
|
|
% Theme configuration
|
|
\moderncvstyle{classic}
|
|
\moderncvcolor{blue}
|
|
|
|
% Required packages
|
|
\usepackage[scale=0.85]{geometry}
|
|
\usepackage[mocha]{catppuccin}
|
|
\usepackage{fontawesome5}
|
|
|
|
% Remove the standalone hyperref import since moderncv already includes it
|
|
% \usepackage[hidelinks]{hyperref} % Removed this line
|
|
|
|
% Custom colors using Catppuccin
|
|
\definecolor{headingcolor}{RGB}{137, 180, 250} % Catppuccin Blue
|
|
\definecolor{secondarycolor}{RGB}{148, 226, 213} % Catppuccin Sapphire
|
|
\definecolor{accentcolor}{RGB}{203, 166, 247} % Catppuccin Mauve
|
|
\definecolor{bodycolor}{RGB}{205, 214, 244} % Catppuccin Text
|
|
|
|
% Adjust formatting
|
|
\renewcommand*{\namefont}{\huge\color{headingcolor}}
|
|
\renewcommand*{\titlefont}{\Large\color{secondarycolor}}
|
|
\renewcommand*{\sectionfont}{\Large\color{headingcolor}}
|
|
\renewcommand*{\subsectionfont}{\large\color{accentcolor}}
|
|
|
|
% Personal Information
|
|
\name{Zachary}{Myers}
|
|
\email{me@zackmyers.io}
|
|
\phone{+1 (808) 799-3884}
|
|
\social[linkedin]{zachary-myers-b9a150186}
|
|
\social[github]{zackartz}
|
|
\homepage{zackmyers.io}
|
|
\extrainfo{\faIcon{passport} US Citizen \quad \faIcon{clock} EST/EDT}
|
|
|
|
\begin{document}
|
|
\makecvtitle
|
|
|
|
% Skills Section
|
|
\section{Skills}
|
|
\cvitem{\color{headingcolor}Languages}{TypeScript, JavaScript, Rust, Golang, Java, HTML, CSS, SQL, Lua}
|
|
\cvitem{\color{secondarycolor}Technologies}{GraphQL, Docker, Kubernetes, Linux, NixOS, Windows, macOS, PostgreSQL, MongoDB, Redis, InfluxDB}
|
|
\cvitem{\color{accentcolor}Libraries and Tools}{NextJS, SvelteKit, Rocket, Actix, Express, Neovim, TailwindCSS}
|
|
|
|
% Experience Section
|
|
\section{Experience}
|
|
\cventry{2023--2024}{Mid Level Web Developer}{Pixegon}{Remote}{}{%
|
|
\begin{itemize}
|
|
\item Designed and developed global services: Spearheaded the creation and deployment of robust services that empower users worldwide to advance their professional capabilities.
|
|
\item Enhanced and maintained legacy software: Leveraged exceptional teamwork and advanced software engineering skills to modernize legacy systems, integrating new functionalities while reducing bug rates.
|
|
\item Optimized team collaboration: Enhanced team synergy and efficiency by identifying potential delays and bugs early, streamlining workflows and knowledge transfer, which led to surpassing production targets.
|
|
\item Implemented AI-driven automation: Pioneered the use of artificial intelligence to automate repetitive processes, boosting operational efficiency by 95\% and achieving over 200 hours in annual time savings.
|
|
\end{itemize}}
|
|
|
|
\cventry{2021--2022}{Senior Backend Developer}{Champria}{Remote}{}{%
|
|
\begin{itemize}
|
|
\item Collaborative backend development: Collaborated with the CEO and Lead Developer to architect and implement a Golang monorepo backend, processing over 10,000 data points per hour, which expedited development cycles and boosted code efficiency.
|
|
\item Data storage optimization: Implemented GraphQL and TimescaleDB to enhance data storage solutions, achieving a 40\% decrease in query response times and significantly improving system scalability.
|
|
\item Language performance enhancement: Led the strategic migration from NodeJS to Golang, securing a 20\% boost in system quality, consistency, and performance; which markedly increased efficiency and delivered superior outcomes.
|
|
\item Security and quality assurance: Conducted rigorous peer code reviews and security checks, contributing to substantial security enhancements and a 20\% reduction in bugs.
|
|
\item Advanced data management: Revolutionized data storage for multi-million data point datasets through the application of advanced compression algorithms and indexing techniques, tripling response times and improving data accessibility.
|
|
\item Infrastructure and deployment optimization: Orchestrated a comprehensive overhaul of infrastructure, creating and managing an automated CI/CD pipeline using GitHub Actions, which slashed deployment times by 90\% and bolstered confidence in production releases.
|
|
\end{itemize}}
|
|
|
|
\cventry{2020--2021}{Volunteer Developer}{Damage Inc}{Remote}{}{%
|
|
\begin{itemize}
|
|
\item Enhanced app stability: Worked closely with the Lead Backend Developer to diagnose and resolve critical bugs, achieving a 50\% improvement in overall application stability.
|
|
\item Accelerated project completion: Quickly mastered new tools and technologies, directly contributing to a 35\% increase in project completions and improved team satisfaction through efficient project execution.
|
|
\end{itemize}}
|
|
|
|
% Awards Section
|
|
\section{Awards}
|
|
\cvitem{GPT-4 Hackathon}{Led backend development and provided support for frontend development in the winning team of a GPT-4 Hackathon, creating Materialize, an interactive website utilizing GPT-4 for real-time lumber market analysis including prices, news listings, and reports.}
|
|
|
|
% Education Section
|
|
\section{Education}
|
|
\cventry{2016--2020}{Graduate}{Roosevelt High School}{Honolulu, HI}{}{Overachieved in Roosevelt High School's STEM class, succeeding in learning new concepts while helping other students. Worked on personal projects outside of school to further understand programming.}
|
|
|
|
\end{document} |