Compare commits
3 commits
ee75437ed0
...
c30e7f88a0
| Author | SHA1 | Date | |
|---|---|---|---|
| c30e7f88a0 | |||
| a738862f6a | |||
| 6157e6d463 |
3 changed files with 52 additions and 10 deletions
|
|
@ -9,19 +9,19 @@
|
|||
"work": [
|
||||
{
|
||||
"name": "Capgemini",
|
||||
"location": "Bergen, Vestland",
|
||||
"locations": ["Bergen, Vestland", "Stavanger, Vestland"],
|
||||
"position": "Software Engineer",
|
||||
"url": "https://capgemini.com/",
|
||||
"startDate": "Sep 2024",
|
||||
"endDate": "present",
|
||||
"highlights": [
|
||||
"Client 1: Development and maintenance of an Altinn 3.0 form and a Drupal site, 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."
|
||||
"Client 1: Developed and maintained an Altinn 3.0 form, a Drupal site, and custom Moodle LMS plugins. Replaced an old CSV solution with a new database for a data visualization project. Facilitated user workshops and performed system testing on multiple applications.",
|
||||
"Client 2: Development of an Enonic XP-based website with universal design improvements. Migrated an Altinn 2.0 form to 3.0, resolving REST and SOAP API issues. Improved developer experience by fixing Git-repo issues, upgrading dependencies, and transferring project location."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Wide Assessment",
|
||||
"location": "Bergen, Vestland",
|
||||
"locations": ["Bergen, Vestland"],
|
||||
"position": "Intern",
|
||||
"url": "https://wa.works/",
|
||||
"startDate": "Aug 2023",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
{
|
||||
"name": "NAV IT",
|
||||
"location": "Helsfyr, Viken",
|
||||
"locations": ["Helsfyr, Viken"],
|
||||
"position": "Summer Intern",
|
||||
"url": "https://detsombetyrnoe.no",
|
||||
"startDate": "Jun 2023",
|
||||
|
|
@ -155,6 +155,7 @@
|
|||
"name": "Tools",
|
||||
"keywords": [
|
||||
"Altinn Studio",
|
||||
"Apache Nifi",
|
||||
"Atlassian Jira",
|
||||
"Caddy",
|
||||
"Cypress",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"type": "anime"
|
||||
},
|
||||
{
|
||||
"title": "The Big Bang Theory S09",
|
||||
"title": "The Big Bang Theory S11",
|
||||
"type": "series"
|
||||
},
|
||||
{
|
||||
|
|
@ -25,6 +25,50 @@
|
|||
"name": "Watched",
|
||||
"url": "https://kjelsrud.dev/logs/watchlist/",
|
||||
"tv": [
|
||||
{
|
||||
"title": "Blackberry",
|
||||
"type": "movie",
|
||||
"date": {
|
||||
"year": "2025",
|
||||
"month": "10",
|
||||
"day": "18",
|
||||
"string": "2025-10-18"
|
||||
},
|
||||
"rating": 5
|
||||
},
|
||||
{
|
||||
"title": "The Big Bang Theory S10",
|
||||
"type": "series",
|
||||
"date": {
|
||||
"year": "2025",
|
||||
"month": "10",
|
||||
"day": "16",
|
||||
"string": "2025-10-16"
|
||||
},
|
||||
"rating": 3
|
||||
},
|
||||
{
|
||||
"title": "Trango",
|
||||
"type": "movie",
|
||||
"date": {
|
||||
"year": "2025",
|
||||
"month": "10",
|
||||
"day": "12",
|
||||
"string": "2025-10-12"
|
||||
},
|
||||
"rating": 5
|
||||
},
|
||||
{
|
||||
"title": "The Big Bang Theory S09",
|
||||
"type": "series",
|
||||
"date": {
|
||||
"year": "2025",
|
||||
"month": "10",
|
||||
"day": "05",
|
||||
"string": "2025-10-05"
|
||||
},
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Avatar: The Last Airbender S01",
|
||||
"type": "series",
|
||||
|
|
@ -2436,9 +2480,6 @@
|
|||
{
|
||||
"title": "Money Electic: The Bitcoin Mystery"
|
||||
},
|
||||
{
|
||||
"title": "Blackberry"
|
||||
},
|
||||
{
|
||||
"title": "Google and the World Brain"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ import resume from "../data/resume.json";
|
|||
{
|
||||
resume.education.map((education) => (
|
||||
<div class="flex md:gap-2 flex-wrap items-center justify-between">
|
||||
<div class="flex md:gap-2 flex-wrap items-center">
|
||||
<div class="flex gap-2 flex-wrap items-center">
|
||||
<h4>{education.area}</h4>
|
||||
<p class="font-bold">
|
||||
<a href={education.url}>{education.institution}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue