📜 Updated CV
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m20s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m20s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
5c022eb53a
commit
922283d62c
2 changed files with 44 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -100,6 +100,21 @@ import resume from "../data/resume.json";
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- CERTIFICATIONS -->
|
||||
<div>
|
||||
<h2>Certifications</h2>
|
||||
<div class="flex flex-col gap-2">
|
||||
{
|
||||
resume.certifications.map((certification) => (
|
||||
<div class="flex gap-2 flex-wrap items-center justify-between">
|
||||
<h4>{certification.name}</h4>
|
||||
<p class="cv-date">{certification.date}</p>
|
||||
</div>
|
||||
))
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SKILLS -->
|
||||
<div>
|
||||
<h2>Skills</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue