Skip to content

Commit 3492c62

Browse files
committed
chore: updates CV according to feedback from Centic
1 parent 647a604 commit 3492c62

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

react/src/cv/web-cv.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export function WebCv(): JSX.Element {
3232
</Grid>
3333
<Grid width={'29%'}>
3434
<GeneralInformationSection/>
35-
<LinksSection/>
3635
<SkillsSection/>
36+
<LinksSection/>
3737
<LanguagesSection/>
3838
</Grid>
3939
</Grid>

react/src/shared/localization/employment-localization.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ const defaultEmploymentLocalization: EmploymentLocalization = {
4141
employerApps4All: 'Apps4All',
4242
employerTv2: 'Tv2 Danmark',
4343
// employerOwn: 'Myself',
44-
jobTitleApps4All: 'Junior Developer',
45-
jobTitleTv2: 'Junior Developer',
44+
jobTitleApps4All: 'Mobile Developer',
45+
jobTitleTv2: 'Software Developer',
4646
// jobTitleOwn: 'Software Developer',
4747
workDescriptionApps4All: `My primary task was to develop new mobile applications suitable to Android, for using in Point-of-Sale units.
4848
Development of the mobile applications i did through the use of Xamarin Forms.
@@ -92,8 +92,8 @@ export const danishEmploymentLocalization: EmploymentLocalization = {
9292
entityLocalization: {
9393
...defaultEmploymentLocalization.entityLocalization,
9494
// employerOwn: 'Mig selv',
95-
jobTitleApps4All: 'Junior Udvikler',
96-
jobTitleTv2: 'Junior Udvikler',
95+
jobTitleApps4All: 'Mobil Udvikler',
96+
jobTitleTv2: 'Software Udvikler',
9797
// jobTitleOwn: 'Software Udvikler',
9898
workDescriptionApps4All:
9999
`Min primære arbejdsopgave var at udvikle nye mobil applikationer egnet til Android, til brug på Point-of-sale enheder.

react/src/shared/localization/profile-localization.tsx

+10-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ const defaultProfileLocalization: ProfileLocalization = {
2525
componentLocalization: {
2626
sectionHeader: 'Profile',
2727
description:
28-
`Young logical thinking quick learning developer. Additionally i am also a problem solver, who generally thinks innovatively.
29-
Lastly i am educated in the use of Scrum, and the use of its many UML models.`
28+
`I am an easy-to-learn, logically thinking developer with experience in C# / .Net. During my most recent position at Tv2 Danmark, I also gained experience with TypeScript / React.
29+
30+
As a background, I have a Computer Science degree and on top of that a Bachelor in Software Development. This education, along with my sense of logic, allows me to understand other coding languages to some degree, even if I have no previous experience with them.
31+
32+
When I develop I strive to adhere to the DRY and SOLID principles as much as possible. With these principles in focus, I fell that code gets a good quality.`
3033
}
3134
}
3235

@@ -43,7 +46,10 @@ export const danishProfileLocalization: ProfileLocalization = {
4346
...defaultProfileLocalization.componentLocalization,
4447
sectionHeader: 'Profil',
4548
description:
46-
`Ung lærenem logisk tænkende udvikler. Er også en rigtig god problemløser, som tænker innovativt.
47-
Er oplært i brugen af Scrum, med dens dertil mange UML modeller.`
49+
`Jeg er en lærenem logisk tænkende udvikler, med erfaring i C# / .Net. Jeg har også under min seneste stilling ved Tv2 Danmark fået erfaring med TypeScript / React. Fra min uddannelse og stilling ved Tv2 Danmark har jeg også fået erfaring i udvikling under SCRUM.
50+
51+
Som baggrund har jeg en Datamatiker og oven på den en Bachelor i Softwareudvikling. Denne uddannelse sammen med min logiske sans, tillader mig at forstå andre kodesprog i en vis grad, også selvom jeg ingen tidligere erfaring har med dem.
52+
53+
Når jeg udvikler stræber jeg efter at overholde principperne DRY og SOLID, så godt som muligt. Med disse principper i fokus, føler jeg at kode får en god kvalitet.`
4854
}
4955
}

0 commit comments

Comments
 (0)