resume.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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": "Present (discontinuous)",
  35. "highlights": [
  36. "Team lead and software developer programming primarily in Go and Ruby working to engineer a holistic datacenter automation solution for Comcast. Helped build a Spinnaker-as-a-Service offering to offer hosted Spinnaker at enterprise scale. Responsible for designing, deploying, and full lifecycle support for containerized applications running in both Kubernetes and Mesos. Replaced the HP Server Automation service with off the shelf open source systems. Designed, deployed, and supported a large multi-tenant Puppet Master infrastructure. Responsible for creating technical designs, code reviews, and ensuring code and operational quality in an Agile/Scrum devops environment."
  37. ],
  38. "position": "Principal Product Developer",
  39. "startDate": "January 2011"
  40. },
  41. {
  42. "highlights": [
  43. "Core Contributor for both OpenStack neutron and neutron-fwaas. 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. 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."
  44. ],
  45. "company": "Comcast",
  46. "position": "Principal OpenStack Developer",
  47. "location": "Reston, VA",
  48. "startDate": "June 2015",
  49. "endDate": "October 2016"
  50. },
  51. {
  52. "highlights": [
  53. "Developed and deployed a groundbreaking server quality assurance and auditing system to ensure consistent delivery of quality server resources. 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."
  54. ],
  55. "company": "Comcast",
  56. "position": "Principal Systems Architect",
  57. "location": "Reston, VA",
  58. "startDate": "November 2011",
  59. "endDate": "September 2013"
  60. },
  61. {
  62. "highlights": [
  63. "Comprehensive system administration, focusing on Solaris, HP-UX, and Red Hat Linux platforms."
  64. ],
  65. "company": "Comcast",
  66. "position": "Principal Systems Administrator",
  67. "location": "Reston, VA",
  68. "startDate": "January 2010",
  69. "endDate": "December 2010"
  70. },
  71. {
  72. "highlights": [
  73. "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."
  74. ],
  75. "company": "AOL",
  76. "position": "Principal System Administrator",
  77. "location": "Reston, VA/Dulles, VA",
  78. "startDate": "June 2001",
  79. "endDate": "December 2009"
  80. }
  81. ],
  82. "skills": [
  83. {
  84. "level": "",
  85. "keywords": [
  86. "Go",
  87. "Python",
  88. "Ruby",
  89. "Shell"
  90. ],
  91. "name": "Programming Languages"
  92. },
  93. {
  94. "keywords": [
  95. "Docker",
  96. "Kubernetes",
  97. "Mesos",
  98. "Marathon",
  99. "Consul",
  100. "Vault"
  101. ],
  102. "name": "Container Technologies"
  103. },
  104. {
  105. "keywords": [
  106. "OpenStack",
  107. "AWS",
  108. "Azure"
  109. ],
  110. "name": "Clouds"
  111. },
  112. {
  113. "keywords": [
  114. "Puppet",
  115. "Ansible",
  116. "Terraform"
  117. ],
  118. "name": "Configuration Management"
  119. }
  120. ],
  121. "projects": [
  122. {
  123. "description": "",
  124. "keywords": [
  125. ""
  126. ]
  127. }
  128. ],
  129. "awards": [
  130. {
  131. "title": "",
  132. "date": "",
  133. "awarder": "",
  134. "summary": ""
  135. }
  136. ],
  137. "sections": [
  138. "templates",
  139. "profile",
  140. "work",
  141. "skills",
  142. "projects",
  143. "awards",
  144. "education"
  145. ]
  146. }