resume/ohmycv_data.json
2025-07-20 17:35:33 -05:00

1 line
No EOL
8.6 KiB
JSON

{"version":"v1","data":{"1753047413025":{"updated_at":"1753050565191","created_at":"1753047413025","name":"New Resume","markdown":"---\nname: Nikolai Shields\nheader:\n - text: <span class=\"iconify\" data-icon=\"tabler:phone\"></span> (+1) 804 714 7020\n newLine: true\n - text: <span class=\"iconify\" data-icon=\"tabler:mail\"></span> contact@nikolaishields.com\n link: mailto:contact@nikolaishields.com\n - text: <span class=\"iconify\" data-icon=\"tabler:brand-github\"></span> nikolaishields\n link: https://github.com/nikolaishields\n---\n## Summary\n\n- Fluent in Go, Python, Bash, Perl, C, Lisp, and Java\n- 8+ years of experience in Kubernetes, Terraform and other DevOps\n tooling\n- 9+ years of experience globally scaling HPC and hybrid cloud environments across all major hyperscalers\n- 10+ years of experience in developing and administrating production\n infrastructure\n\n## Work Experience\n\n### Senior DevOps Engineer, D-Wave Systems (2023 - Present)\n\n#### Platform, D-Wave Systems\n\n- 2024 D-Wave Hackathon Winner\n- Lead the strategic design of a global quantum computing platform\n that enables fleet-level scaling and calibration. \n- Spearheaded the first major infrastructure expansion in 5 years by deploying a new US-East quantum compute region, directly supporting internationaloperational growth.\n- Ingtegrated Quantum Processing Units (QPUs)\n into Kubernetes, enabling direct, high-performance access from the\n container orchestrator.\n- Contributed upstream enhancements to Talos Linux, creating a new paradigm for quantum workloads analogous to GPU utilization in Machine Learning.\n- Resolved a critical performance bottleneck in a low-level driver\n stack that had historically plagued both deployment velocity and\n quarterly maintenance cycles, resulting in a more stable,\n incident-free system that consistently meets uptime targets\n\n#### Processor Development Software, D-Wave Systems\n\n- Managed the development, maintenance, and operation of all quantum\n computers in the Jülich Supercomputing Centre, Canada, and North\n America\n- Created a containerized development environment reducing developer\n onboarding time from weeks to a day.\n- Improved workload scheduling and end-user problem submission by\n developing a kubernetes operator\n\n#### Development Operations, D-Wave Systems\n\n- Increase deploy frequency by 50% by implementing zero-downtime\n deployments with CI/CD best practices\n- Provided a self-service platform for teams by designing and\n deploying bare-metal GPU clusters into production.\n- Oversee junior developers and interns, including hiring and\n conducting interviews\n\n### DevOps Engineer, Enterprise Container Management, SUSE (2021 - 2023)\n\n- Oversaw the release process as the primary release captain of k3s\n with 100% KPI success\n- Operated production infrastructure across hybrid cloud environments\n (AWS, GCP, Equinix, and On-prem)\n- Designed a suite of internal tools to unify team efforts and\n automate the release process\n- Developed a SLSA Compliant CI/CD System\n- Fostered a culture of safety around critical operations\n\n### Software Developer, DevOps Department, cPanel - Houston, TX (2020 - 2021)\n\n- Developed a containerized development environment that decreased\n onboarding time by over 90%\n- Automated existing production deployments with GitLab CI/CD that\n increased deploy frequency from quarterly to daily/at will\n- Captured metrics (DORA) in an ELK/Influx stack on multiple projects\n- Created a reliable and repeatable process for delivering software\n efficiently by standardizing infrastructure with\n infrastructure-as-code principles\n- Cultivated test driven developments for infrastructure to ensure\n developers\\' success in building robust, high-quality software\n\n### Software Engineering Consultant / IT Operations Manager, Ergosphere LLC - Houston, TX (2018 - 2021)\n\n- Implemented company-wide security protocols and technologies\n- Optimized clients\\' daily business transactions by developing and\n maintaining websites and by deploying highly reliable technology\n- Decreased clients\\' operating costs by facilitating cloud migration\n to the cloud\n- Developed a microservice that automated data migration into a\n centralized platform to consolidate, structure, and normalize data\n from 20+ partner carriers\n- Digitized over 20+ years of paper records into a searchable,\n cloud-based office suite\n\n### Research Assistant, University of West Florida - Pensacola, FL (2015 - 2018)\n\n- Developed forensic procedures by testing industry toolsets on smart\n devices\n- Developed a cyber-range for security training, competition, and research in collaboration with IHMC\n- Aided in the development of a Software Assembly Pipeline\n- Designed and administrated a 32 Node cluster-computer\n- Fabricated 3D food printing mechanisms\n- Modeled hydrodynamic drag forces of satellite tags on marine life\n- Manufactured and designed application specific tools using CNC\n machines & 3D printers\n\n## Publications\n[~P1]: **Design Opportunities for Sea Turtle Satellite Tracking Devices**\n\n *ASME 2018 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference, 2018*\n\n[~P2]: **A Pilot Study on Introducing Continuous Integration and Delivery into Undergraduate Software Engineering Courses**\n \n *2017 IEEE 30th Conference on Software Engineering Education and Training (CSEE&T), 2017*\n\n## Education\n**Western Governors University**\n\nPursuit of B.S. in Software Engineering\n ~ 0X/20XX - 0X/20XX\n \n**University of West Florida**\n ~ Pensacola, FL\n\nPursuit of B.Eng. in Software Engineering\n ~ 0X/20XX - 0X/20XX \n\n**Pensacola State College**\n ~ Pensacola, FL\n\nAssociates in General Studies\n ~ May 2015\n\n","css":"/* Backbone CSS for Resume Template 1 */\n\n/* Basic */\n\n#resume-preview [data-scope=\"vue-smart-pages\"][data-part=\"page\"] {\n background-color: white;\n color: black;\n text-align: justify;\n -moz-hyphens: auto;\n -ms-hyphens: auto;\n -webkit-hyphens: auto;\n hyphens: auto;\n}\n\n#resume-preview p,\n#resume-preview li,\n#resume-preview dl {\n margin: 0;\n}\n\n/* Headings */\n\n#resume-preview h1,\n#resume-preview h2,\n#resume-preview h3 {\n font-weight: bold;\n}\n\n#resume-preview h1 {\n font-size: 2.13em;\n}\n\n#resume-preview h2,\n#resume-preview h3 {\n margin-bottom: 5px;\n font-size: 1.2em;\n}\n\n#resume-preview h2 {\n border-bottom-style: solid;\n border-bottom-width: 1px;\n}\n\n/* Lists */\n\n#resume-preview ul,\n#resume-preview ol {\n padding-left: 1.5em;\n margin: 0.2em 0;\n}\n\n#resume-preview ul {\n list-style-type: circle;\n}\n\n#resume-preview ol {\n list-style-type: decimal;\n}\n\n/* Definition Lists */\n\n#resume-preview dl {\n display: flex;\n}\n\n#resume-preview dl dt,\n#resume-preview dl dd:not(:last-child) {\n flex: 1;\n}\n\n/* Tex */\n\n#resume-preview :not(span.katex-display) > span.katex {\n font-size: 1em !important;\n}\n\n/* SVG & Images */\n\n#resume-preview svg.iconify {\n vertical-align: -0.2em;\n}\n\n#resume-preview img {\n max-width: 100%;\n}\n\n/* Header */\n\n#resume-preview .resume-header {\n text-align: center;\n}\n\n#resume-preview .resume-header h1 {\n text-align: center;\n line-height: 1;\n margin-bottom: 8px;\n}\n\n#resume-preview .resume-header-item:not(.no-separator)::after {\n content: \" | \";\n}\n\n/* Citations */\n\n#resume-preview [data-scope=\"cross-ref\"][data-part=\"definitions\"] {\n padding-left: 1.2em;\n}\n\n#resume-preview [data-scope=\"cross-ref\"][data-part=\"definition\"] p {\n margin-left: 0.5em;\n}\n\n#resume-preview [data-scope=\"cross-ref\"][data-part=\"definition\"]::marker {\n content: attr(data-label);\n}\n\n#resume-preview [data-scope=\"cross-ref\"][data-part=\"reference\"] {\n font-size: 100%;\n top: 0;\n}\n\n/* Dark & print mode */\n/* You might want to comment out the following lines if you change the background or text color. */\n\n.dark #resume-preview [data-scope=\"vue-smart-pages\"][data-part=\"page\"] {\n background-color: hsl(213, 12%, 15%);\n color: hsl(216, 12%, 84%);\n}\n\n@media print {\n .dark #resume-preview [data-scope=\"vue-smart-pages\"][data-part=\"page\"] {\n background-color: white;\n color: black;\n }\n}\n","styles":{"marginV":25,"marginH":30,"lineHeight":1.05,"paragraphSpace":12,"themeColor":"#000000","fontCJK":{"name":"Noto Sans JP","fontFamily":"Noto Sans JP"},"fontEN":{"name":"Times New Roman","fontFamily":"Times New Roman"},"fontSize":12,"paper":"A4"}}}}