From 7764ad7e348e8ea0d839858c5e2348a7fb1f6bd4 Mon Sep 17 00:00:00 2001 From: Noah Date: Tue, 11 Feb 2025 17:23:52 -0600 Subject: [PATCH] Update content through Mattrbld --- .mattrbld/schemas/Profile.json | 13 +- data/profile/profile.json | 210 +++++++++++++++++++++++++++++++++ 2 files changed, 218 insertions(+), 5 deletions(-) create mode 100644 data/profile/profile.json diff --git a/.mattrbld/schemas/Profile.json b/.mattrbld/schemas/Profile.json index 3158f07..ab71b4b 100644 --- a/.mattrbld/schemas/Profile.json +++ b/.mattrbld/schemas/Profile.json @@ -709,13 +709,16 @@ "removable": false, "placeholder": "Select a value…", "options": [ - "Front-End Web Development", - "Continuous Integration/Continuous Delivery", - "Infrastructure as Code", + "Agile Methodologies", + "Cloud", + "Containerization", + "Continuous Integration and Continuous Delivery", "Database", - "Programming Languages", + "Front-End Web Development", + "Infrastructure as Code", "Messaging", - "Containerization" + "Programming Languages", + "Test Automation" ] }, "tab": "Skills", diff --git a/data/profile/profile.json b/data/profile/profile.json new file mode 100644 index 0000000..9d1c4da --- /dev/null +++ b/data/profile/profile.json @@ -0,0 +1,210 @@ +{ + "experiences": [ + { + "jobTitle": "Senior Software Engineer", + "company": "Sensonix, Inc.", + "location": "Plymouth, Minnesota", + "startDate": "April 2023", + "endDate": "Present", + "details": null + }, + { + "jobTitle": "Senior Software Engineer", + "company": "Amano McGann, Inc.", + "location": "Roseville, Minnesota", + "startDate": "July 2022", + "endDate": "April 2023", + "details": null + }, + { + "jobTitle": "Senior Software Engineer", + "company": "Optum", + "location": "Eden Prairie, Minnesota", + "startDate": "March 2021", + "endDate": "June 2022", + "details": null + }, + { + "jobTitle": "Senior Software Engineer", + "company": "Target", + "location": "Minneapolis, Minnesota", + "startDate": "December 2018", + "endDate": "February 2021", + "details": null + }, + { + "jobTitle": "Developer, Business Systems", + "company": "Minnesota Twins", + "location": "Minneapolis, Minnesota", + "startDate": "February 2017", + "endDate": "December 2018", + "details": null + }, + { + "jobTitle": "SharePoint Administrator/Developer", + "company": "Minnesota Judicial Branch", + "location": "Saint Paul, Minnesota", + "startDate": "January 2016", + "endDate": "February 2017", + "details": null + }, + { + "jobTitle": "Consultant", + "company": "Magenic Technologies", + "location": "Saint Louis Park, Minnesota", + "startDate": "August 2011", + "endDate": "January 2016", + "details": null + } + ], + "education": [ + { + "school": "Metropolitan State University", + "location": "Saint Paul, Minnesota", + "degree": "Bachelor of Arts", + "fieldOfStudy": "Technical Communication" + }, + { + "school": "Century College", + "location": "White Bear Lake, Minnesota", + "degree": "Associate of Arts", + "fieldOfStudy": "Liberal Arts" + } + ], + "about": { + "details": "\\# This is some markdown.", + "summary": null + }, + "intro": { + "firstName": "Noah", + "lastName": "Spannbauer", + "photoUrl": null, + "title": "Senior Software Engineer", + "location": "Minneapolis, Minnesota, United States" + }, + "skills": [ + { + "category": "Experienced", + "group": "Agile Methodologies", + "skills": [ + "Scrum" + ] + }, + { + "category": "Experienced", + "group": "Containerization", + "skills": [ + "Docker", + "Kubernetes" + ] + }, + { + "category": "Experienced", + "group": "Continuous Integration and Continuous Delivery", + "skills": [ + "GitHub Actions", + "Argo CD" + ] + }, + { + "category": "Experienced", + "group": "Database", + "skills": [ + "PostgreSQL" + ] + }, + { + "category": "Experienced", + "group": "Front-End Web Development", + "skills": [ + "React" + ] + }, + { + "category": "Experienced", + "group": "Infrastructure as Code", + "skills": [ + "Terraform" + ] + }, + { + "category": "Experienced", + "group": "Messaging", + "skills": [ + "RabbitMQ" + ] + }, + { + "category": "Experienced", + "group": "Programming Languages", + "skills": [ + "JavaScript", + "Typescript" + ] + }, + { + "category": "Experienced", + "group": "Test Automation", + "skills": [ + "Cucumber", + "Gherkin", + "Jest", + "Playwright" + ] + }, + { + "category": "Experienced", + "group": "Cloud", + "skills": [ + "Amazon Web Services (AWS)" + ] + }, + { + "category": "Familiar", + "group": "Cloud", + "skills": [ + "Azure" + ] + }, + { + "category": "Familiar", + "group": "Continuous Integration and Continuous Delivery", + "skills": [ + "Azure DevOps", + "Drone", + "Vela" + ] + }, + { + "category": "Familiar", + "group": "Database", + "skills": [ + "MongoDB", + "SQL Server" + ] + }, + { + "category": "Familiar", + "group": "Messaging", + "skills": [ + "Khafka" + ] + }, + { + "category": "Familiar", + "group": "Programming Languages", + "skills": [ + "C#", + "Powershell" + ] + }, + { + "category": "Familiar", + "group": "Test Automation", + "skills": [ + "Cypress" + ] + } + ], + "___mb_schema": "/.mattrbld/schemas/Profile.json" +} \ No newline at end of file