diff --git a/src/data/resume.json b/src/data/resume.json index e0ba55c..9934168 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -4,7 +4,7 @@ "email": "jobb@kjelsrud.dev", "url": "kjelsrud.dev", "linkedin": "https://www.linkedin.com/in/sindrekjelsrud/", - "summary": "Currently in the Ignite program @ Capgemini. Passionate about software development, open source, and the dynamics of collaborative teamwork." + "summary": "Currently working as a Software Engineer at Capgemini. Passionate about software development, open source, and the dynamics of collaborative teamwork." }, "work": [ { @@ -15,8 +15,8 @@ "startDate": "Sep 2024", "endDate": "present", "highlights": [ - "Served as fullstack developer on multiple client projects.", - "Developed solutions using technologies like Altinn Studio, C#/.NET, Enonic etc." + "Client 1: Development and maintenance of Altinn 3.0 form, as well as custom plugins for the open-source LMS Moodle. Facilitated workshops with users to map their needs, as well as system testing a set of applications.", + "Client 2: Development of website based on the CMS Enonic XP, which additionally underwent universal design improvements. Migration of Altinn 2.0 form to 3.0, which included fixing issues with REST and SOAP APIs. Improved developer experience as well by fixing issues with Git-repo, upgrading older dependencies, and transfer of project location." ] }, { @@ -108,6 +108,16 @@ "highlights": [] } ], + "certifications": [ + { + "name": "AZ-900: Microsoft Azure Fundamentals, Microsoft", + "date": "01.2025" + }, + { + "name": "AI-900: Azure AI Fundamentals, Microsoft", + "date": "04.2025" + } + ], "skills": [ { "name": "Programming Languages", @@ -119,6 +129,7 @@ "Java", "JavaScript", "Kotlin", + "PHP", "Python", "SQL", "TypeScript" @@ -135,6 +146,7 @@ "Spring", "Svelte", "TailwindCSS", + "Thymeleaf", "Vue", "Zola" ] @@ -143,7 +155,9 @@ "name": "Tools", "keywords": [ "Altinn Studio", + "Atlassian Jira", "Caddy", + "Cypress", "Docker/Podman", "Enonic", "Figma", @@ -153,11 +167,21 @@ "MariaDB/MySQL", "PostgreSQL", "Proxmox", + "sops", "WordPress" ] + }, + { + "name": "Methods", + "keywords": [ + "Kanban", + "OKR", + "Scrum", + "Iterative waterfall method" + ] } ], "meta": { - "lastModified": "02. January 2025" + "lastModified": "08. June 2025" } -} \ No newline at end of file +} diff --git a/src/pages/cv.astro b/src/pages/cv.astro index 641d1f0..2cd0182 100644 --- a/src/pages/cv.astro +++ b/src/pages/cv.astro @@ -100,6 +100,21 @@ import resume from "../data/resume.json"; + +
+

Certifications

+
+ { + resume.certifications.map((certification) => ( +
+

{certification.name}

+

{certification.date}

+
+ )) + } +
+
+

Skills