resume.tex 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. \documentclass[a4paper]{article}
  2. \usepackage{fullpage}
  3. \usepackage{amsmath}
  4. \usepackage{amssymb}
  5. \usepackage{textcomp}
  6. \usepackage[utf8]{inputenc}
  7. \usepackage[T1]{fontenc}
  8. \textheight=10in
  9. \pagestyle{empty}
  10. \raggedright
  11. %\renewcommand{\encodingdefault}{cg}
  12. %\renewcommand{\rmdefault}{lgrcmr}
  13. \def\bull{\vrule height 0.8ex width .7ex depth -.1ex }
  14. % DEFINITIONS FOR RESUME %%%%%%%%%%%%%%%%%%%%%%%
  15. \newcommand{\area} [2] {
  16. \vspace*{-9pt}
  17. \begin{verse}
  18. \textbf{#1} #2
  19. \end{verse}
  20. }
  21. \newcommand{\lineunder} {
  22. \vspace*{-8pt} \\
  23. \hspace*{-18pt} \hrulefill \\
  24. }
  25. \newcommand{\header} [1] {
  26. {\hspace*{-18pt}\vspace*{6pt} \textsc{#1}}
  27. \vspace*{-6pt} \lineunder
  28. }
  29. \newcommand{\employer} [3] {
  30. { \textbf{#1} (#2)\\ \underline{\textbf{\emph{#3}}}\\ }
  31. }
  32. \newcommand{\contact} [3] {
  33. \vspace*{-10pt}
  34. \begin{center}
  35. {\Huge \scshape {#1}}\\
  36. #2 \\ #3
  37. \end{center}
  38. \vspace*{-8pt}
  39. }
  40. \newenvironment{achievements}{
  41. \begin{list}
  42. {$\bullet$}{\topsep 0pt \itemsep -2pt}}{\vspace*{4pt}
  43. \end{list}
  44. }
  45. \newcommand{\schoolwithcourses} [4] {
  46. \textbf{#1} #2 $\bullet$ #3\\
  47. #4 \\
  48. \vspace*{5pt}
  49. }
  50. \newcommand{\school} [4] {
  51. \textbf{#1} #2 $\bullet$ #3\\
  52. #4 \\
  53. }
  54. % END RESUME DEFINITIONS %%%%%%%%%%%%%%%%%%%%%%%
  55. \begin{document}
  56. \vspace*{-40pt}
  57. %==== Profile ====%
  58. \vspace*{-10pt}
  59. \begin{center}
  60. {\Huge \scshape {Nate Johnston}}\\
  61. Potomac Falls, VA, USA $\cdot$ iam@natejohnston.info $\cdot$ (703) 473-4079 $\cdot$ https://natejohnston.info/\\
  62. \end{center}
  63. %==== Experience ====%
  64. \header{Work Experience}
  65. \vspace{1mm}
  66. \textbf{Comcast} \hfill Reston, VA\\
  67. \textit{Principal Product Developer} \hfill 1/2011 - 10/2011; 10/2013 - 5/2015; 10/2016 - present\\
  68. \vspace{-1mm}
  69. \begin{itemize} \itemsep 1pt
  70. \item Team lead and software developer programming primarily in Go and Ruby, working to engineer a holistic datacenter automation solution for Comcast.
  71. \item Responsible for creating technical designs, code reviews, and ensuring code and operational quality in an Agile/Scrum devops environment.
  72. \item Developed processes to extract and analyze utilization and billing data from AWS, Azure, and OpenStack.
  73. \item Helped build a Spinnaker-as-a-Service offering to offer hosted Spinnaker at enterprise scale.
  74. \item Designed, deployed, and provided full lifecycle support for containerized applications running in both Kubernetes and Mesos.
  75. \item Replaced the HP Server Automation service with multiple off the shelf open source systems.
  76. \item Designed, deployed, and supported a large multi-tenant Puppet Master infrastructure.
  77. \end{itemize}
  78. \textbf{Comcast} \hfill Reston, VA\\
  79. \textit{Principal OpenStack Developer} \hfill 6/2015 - 10/2016\\
  80. \vspace{-1mm}
  81. \begin{itemize} \itemsep 1pt
  82. \item Core Contributor for both OpenStack neutron and neutron-fwaas.
  83. \item In the Mitaka cycle, I was part of a team of developers across multiple companies that collaborated to implement DSCP management within the Quality of Service (QoS) framework in neutron. I also presented about DSCP at the Austin 2016 OpenStack summit.
  84. \item In the Newton cycle, I led the neutron-fwaas team to implement FWaaS v2, a significant new version of the project. I coordinated heavily with the neutron team, and contributed heavily to both neutron and neutron-fwaas.
  85. \end{itemize}
  86. \textbf{Comcast} \hfill Reston, VA\\
  87. \textit{Principal Systems Architect} \hfill 11/2011 - 9/2013\\
  88. \vspace{-1mm}
  89. \begin{itemize} \itemsep 1pt
  90. \item Developed and deployed an innovative server quality assurance and auditing system to ensure consistent delivery of quality server resources.
  91. \item Established a more rigorous data model for the operational CMDB that tracked server inventory and assignments, to ensure data quality and clarity of relationships between data sources.
  92. \end{itemize}
  93. \textbf{Comcast} \hfill Reston, VA\\
  94. \textit{Principal Systems Administrator} \hfill 1/2010 - 12/2010\\
  95. \vspace{-1mm}
  96. \begin{itemize} \itemsep 1pt
  97. \item Comprehensive system administration, focusing on Solaris, HP-UX, and Red Hat Linux platforms.
  98. \end{itemize}
  99. \textbf{AOL} \hfill Reston, VA/Dulles, VA\\
  100. \textit{Principal System Administrator} \hfill 6/2001 - 12/2009\\
  101. \vspace{-1mm}
  102. \begin{itemize} \itemsep 1pt
  103. \item SRE before it had a name. System administration, in-depth application administration, automation development, creating new monitoring, metrics, and CMDB infrastructure. Leader in cross-enterprise task forces.
  104. \end{itemize}
  105. \header{Skills}
  106. \begin{tabular}{ l l }
  107. Programming Languages: & Go, Python, Ruby, Shell \\
  108. Container Technologies: & Docker, Kubernetes, Mesos, Marathon, Consul, Vault \\
  109. Clouds: & OpenStack, AWS, Azure \\
  110. Configuration Management: & Puppet, Ansible, Terraform \\
  111. \end{tabular}
  112. \vspace{2mm}
  113. %==== Education ====%
  114. \header{Education}
  115. \textbf{University of Virginia}\hfill Charlottesville, VA\\
  116. BA History \hfill 1993 - 1997\\
  117. \vspace{2mm}
  118. \
  119. \end{document}