Incorporate feedback.

This commit is contained in:
Nolan Darilek 2024-10-14 15:48:11 -05:00
parent 7f30ba59e5
commit 82bcde300f

View file

@ -1,17 +1,19 @@
\documentclass[letterpaper,sans]{moderncv} \documentclass[letterpaper]{moderncv}
\usepackage{lmodern} \usepackage{lmodern}
\usepackage{bookmark}
\hyphenation{minimizing}
% moderncv themes % moderncv themes
\moderncvstyle{casual} % Style options: casual, classic, banking \moderncvstyle{banking}
\moderncvcolor{blue} % Color options: blue, orange, green, red, purple, grey, black \moderncvcolor{blue}
\renewcommand{\familydefault}{\sfdefault}
\nopagenumbers{} \nopagenumbers{}
% character encoding % character encoding
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
% adjust the page margins % adjust the page margins
% \usepackage[scale=0.75]{geometry} \usepackage[scale=0.75, top=0.5in, bottom=0.5in]{geometry}
% personal data % personal data
\name{Nolan}{Darilek} \name{Nolan}{Darilek}
@ -23,47 +25,44 @@
\makecvtitle \makecvtitle
\section{Experience} \vspace*{-0.25in}
\cventry{2023--2024}{Staff software engineer}{Fly.io}{}{}{}
\section{Experience}
\cventry{2023--2024}{Staff Software Engineer}{Fly.io}{}{}{
\begin{itemize} \begin{itemize}
\item Contributed to the virtual machines team, developing critical components in Go, Rust, and Elixir to enhance platform stability and scalability. \item Contributed to the virtual machines team, developing critical components in Go, Rust, and Elixir to enhance platform stability and scalability.
\item Improved user-facing deployment tooling by integrating backend services for orchestrating virtual machines and streamlining infrastructure management. \item Improved user-facing deployment tooling by integrating backend services for orchestrating virtual machines and streamlining infrastructure management.
\item Partnered with the Extensions team to deploy Kubernetes onto a virtual machine platform, integrating a new orchestrator into the existing legacy system. \item Partnered with the Extensions team to deploy Kubernetes onto a virtual machine platform, integrating a new orchestrator into the existing legacy system.
\item Led testing for a new GPU product, resolving hypervisor defects and demonstrating AI/LLM capabilities through sample applications. \item Led testing for a new GPU product, resolving hypervisor defects and demonstrating AI/LLM capabilities through sample applications.
\item Helped design an updated managed Postgres service while simultaneously maintaining a legacy unmanaged offering. \item Helped design an updated managed Postgres service while maintaining a legacy unmanaged offering.
\end{itemize} \end{itemize}}
\cventry{2020--current}{Game designer}{Lights Out Games}{}{}{}
\cventry{2020--current}{Game Designer}{Lights Out Games}{}{}{
\begin{itemize} \begin{itemize}
\item Created a screen reader for the Godot game engine and built accessibility into the editor and in-game UI toolkit, making Godot partially usable by blind developers and players. \item Created a screen reader for the Godot game engine and built accessibility into the editor and in-game UI toolkit, making Godot partially usable by blind developers and players.
\item Designed an audio-only version of Asteroids, determining accessibility patterns for fast-paced action games. \item Designed an audio-only version of Asteroids, determining accessibility patterns for fast-paced action games.
\item Wrote libraries exposing common text-to-speech interfaces across common desktop, mobile, and console platforms. \item Wrote libraries exposing common text-to-speech interfaces across many modern platforms.
\end{itemize} \end{itemize}}
\cventry{2019--2020}{Software Developer}{Violet Crown Software}{}{}{}
\cventry{2019--2020}{Software Developer}{Violet Crown Software}{}{}{
\begin{itemize} \begin{itemize}
\item Planned and developed a sophisticated microservice architecture on Kubernetes, using multiple languages and toolkits to create a real-time document accessibility remediation system. \item Planned and developed a sophisticated microservice architecture on Kubernetes, using multiple languages and toolkits to create a real-time document accessibility remediation system.
\item Designed a virtual machine appliance and public API for on-premises use of a multi-service application. \item Designed a virtual machine appliance and public API for on-premises use of a multi-service application.
\item Collaborated with dependent projects to incorporate local changes and fixes, improving code quality while reducing maintenance burdens. \item Collaborated with dependent projects to incorporate local changes and fixes, improving code quality while reducing maintenance burdens.
\end{itemize} \end{itemize}}
\cventry{2017--2019}{Software Developer}{Loconomics Cooperative}{}{}{}
\cventry{2017--2019}{Software Developer}{Loconomics Cooperative}{}{}{
\begin{itemize} \begin{itemize}
\item Improved accessibility of complex HTML components, allowing Loconomics to secure funding from clients with WCAG compliance requirements. \item Improved accessibility of complex HTML components, allowing Loconomics to secure funding from clients with WCAG compliance requirements.
\item Planned the migration of a legacy ASP.NET codebase to JavaScript, maximizing availability and stability while minimizing expense and downtime. \item Planned the migration of a legacy ASP.NET codebase to JavaScript, maximizing availability and stability while minimizing expense and downtime.
\item Replaced a manual deployment process and configuration with continuous integration and Terraform, minimizing human error and operational complexity. \item Replaced a manual deployment process and configuration with continuous integration and Terraform, minimizing human error and operational complexity.
\end{itemize} \end{itemize}}
\cventry{2010--2015}{Freelance Android Developer}{National Braille Press}{}{}{}
\cventry{2010--2015}{Freelance Android Developer}{National Braille Press}{}{}{
\begin{itemize} \begin{itemize}
\item Built a word processor, launcher, and other custom apps for a highly constrained Android device without a screen. \item Built a word processor, launcher, and other custom apps for an Android device without a screen.
\item Developed specification and design documents and test plans based on client and user feedback. \item Developed specification and design documents and test plans based on client and user feedback.
\end{itemize} \end{itemize}}
\section{Skills} \section{Skills}
@ -98,7 +97,9 @@
\end{cvcolumns} \end{cvcolumns}
\vspace*{-0.25in}
\section{Education} \section{Education}
\cventry{1998--2003}{BA, English}{The University of Texas}{}{}{} \cventry{1998--2003}{BA, English}{The University of Texas at Austin}{}{}{}
\end{document} \end{document}