resume.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "selectedTemplate": 1,
  3. "headings": {
  4. "work": "Work Experience",
  5. "skills": "Skills",
  6. "awards": "",
  7. "education": "Education"
  8. },
  9. "basics": {
  10. "name": "Nate Johnston",
  11. "email": "iam@natejohnston.info",
  12. "website": "https://natejohnston.info/",
  13. "location": {
  14. "address": "Potomac Falls, VA, USA"
  15. },
  16. "phone": "(703) 473-4079"
  17. },
  18. "education": [
  19. {
  20. "location": "Charlottesville, VA",
  21. "area": "History",
  22. "startDate": "1993",
  23. "endDate": "1997",
  24. "gpa": "",
  25. "institution": "University of Virginia",
  26. "studyType": "BA"
  27. }
  28. ],
  29. "work": [
  30. {
  31. "company": "Comcast",
  32. "location": "Reston, VA",
  33. "website": "",
  34. "endDate": "1/2011 - 10/2011; 10/2013 - 5/2015; 10/2016 - present",
  35. "highlights": [
  36. "Team lead and software developer programming primarily in Go and Ruby, working to engineer a holistic datacenter automation solution for Comcast.",
  37. "Responsible for creating technical designs, code reviews, and ensuring code and operational quality in an Agile/Scrum devops environment.",
  38. "Developed processes to extract and analyze utilization and billing data from AWS, Azure, and OpenStack.",
  39. "Helped build a Spinnaker-as-a-Service offering to offer hosted Spinnaker at enterprise scale.",
  40. "Designed, deployed, and provided full lifecycle support for containerized applications running in both Kubernetes and Mesos.",
  41. "Replaced the HP Server Automation service with multiple off the shelf open source systems.",
  42. "Designed, deployed, and supported a large multi-tenant Puppet Master infrastructure."
  43. ],
  44. "position": "Principal Product Developer"
  45. },
  46. {
  47. "highlights": [
  48. "Core Contributor for both OpenStack neutron and neutron-fwaas.",
  49. "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.",
  50. "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."
  51. ],
  52. "company": "Comcast",
  53. "position": "Principal OpenStack Developer",
  54. "location": "Reston, VA",
  55. "endDate": "6/2015 - 10/2016"
  56. },
  57. {
  58. "highlights": [
  59. "Developed and deployed an innovative server quality assurance and auditing system to ensure consistent delivery of quality server resources.",
  60. "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."
  61. ],
  62. "company": "Comcast",
  63. "position": "Principal Systems Architect",
  64. "location": "Reston, VA",
  65. "endDate": "11/2011 - 9/2013"
  66. },
  67. {
  68. "highlights": [
  69. "Comprehensive system administration, focusing on Solaris, HP-UX, and Red Hat Linux platforms."
  70. ],
  71. "company": "Comcast",
  72. "position": "Principal Systems Administrator",
  73. "location": "Reston, VA",
  74. "endDate": "1/2010 - 12/2010"
  75. },
  76. {
  77. "highlights": [
  78. "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."
  79. ],
  80. "company": "AOL",
  81. "position": "Principal System Administrator",
  82. "location": "Reston, VA/Dulles, VA",
  83. "endDate": "6/2001 - 12/2009"
  84. }
  85. ],
  86. "skills": [
  87. {
  88. "level": "",
  89. "keywords": [
  90. "Go",
  91. "Python",
  92. "Ruby",
  93. "Shell"
  94. ],
  95. "name": "Programming Languages"
  96. },
  97. {
  98. "keywords": [
  99. "Docker",
  100. "Kubernetes",
  101. "Mesos",
  102. "Marathon",
  103. "Consul",
  104. "Vault"
  105. ],
  106. "name": "Container Technologies"
  107. },
  108. {
  109. "keywords": [
  110. "OpenStack",
  111. "AWS",
  112. "Azure"
  113. ],
  114. "name": "Clouds"
  115. },
  116. {
  117. "keywords": [
  118. "Puppet",
  119. "Ansible",
  120. "Terraform"
  121. ],
  122. "name": "Configuration Management"
  123. }
  124. ],
  125. "projects": [
  126. {
  127. "description": "",
  128. "keywords": [
  129. ""
  130. ]
  131. }
  132. ],
  133. "awards": [
  134. {
  135. "title": "",
  136. "date": "",
  137. "awarder": "",
  138. "summary": ""
  139. }
  140. ],
  141. "sections": [
  142. "templates",
  143. "profile",
  144. "work",
  145. "skills",
  146. "projects",
  147. "awards",
  148. "education"
  149. ]
  150. }