Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbdk committed Jul 17, 2024
1 parent c9a185c commit 688f457
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 13 deletions.
38 changes: 30 additions & 8 deletions storybook/src/stories/resume/resume/data/experiences.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const experiences = [
<${SkillElm}>Javascript</${SkillElm}>
<${SkillElm}>.net</${SkillElm}>
<${SkillElm}>MSSQL</${SkillElm}>
<${SkillElm}>Visual studio</${SkillElm}>
</p>
`
},
Expand All @@ -65,20 +66,21 @@ export const experiences = [
content: html`
<h3>Web SDK lead<br /> <small><b>CellPoint Digital</b>, April 2022 - August 2022</small></h3>
<p>I was hired to prototype their web payment orchestration client SDK meant to simplify implementation for vendors and later replace the existing client SDK.</p>
<p>The work involved being part-time onsite with the clients' team in Pune, India.</p>
<p>The work involved being part-time onsite with the clients team in Pune, India.</p>
<p>
<${SkillElm}>React</${SkillElm}>
<${SkillElm}>UX</${SkillElm}>
<${SkillElm}>Typescript</${SkillElm}>
<${SkillElm}>Redux</${SkillElm}>
<${SkillElm}>Kubernetes</${SkillElm}>
<${SkillElm}>XML</${SkillElm}>
<${SkillElm}>Architecture</${SkillElm}>
</p>
`
},
{
label: '2021',
pageBreakBefore: true,
//pageBreakBefore: true,
content: html`
<h3>
Senior fullstack consultant <br />
Expand Down Expand Up @@ -118,7 +120,9 @@ export const experiences = [
<${SkillElm}>Typescript</${SkillElm}>
<${SkillElm}>Redux</${SkillElm}>
<${SkillElm}>C#</${SkillElm}>
<${SkillElm}>XML</${SkillElm}>
<${SkillElm}>MSSQL</${SkillElm}>
<${SkillElm}>Architecture</${SkillElm}>
<${SkillElm}>Visual studio</${SkillElm}>
</p>
`
},
Expand All @@ -139,7 +143,6 @@ export const experiences = [
<li>Rallying the team when needed to avoid crunch</li>
<li>Planning knowledge sharing sessions & product demonstrations</li>
<li>Implementing new features as a developer</li>
<${SkillElm}>XML</${SkillElm}>
</ul>
<p>Apart from this i also orchestrated a new release and testing schedule which cut back on bugs in production significantly.</p>
Expand All @@ -150,7 +153,8 @@ export const experiences = [
<${SkillElm}>Typescript</${SkillElm}>
<${SkillElm}>Redux</${SkillElm}>
<${SkillElm}>C#</${SkillElm}>
<${SkillElm}>XML</${SkillElm}>
<${SkillElm}>MSSQL</${SkillElm}>
<${SkillElm}>Visual studio</${SkillElm}>
</p>
`
},
Expand All @@ -167,7 +171,8 @@ export const experiences = [
<${SkillElm}>Typescript</${SkillElm}>
<${SkillElm}>Redux</${SkillElm}>
<${SkillElm}>C#</${SkillElm}>
<${SkillElm}>XML</${SkillElm}>
<${SkillElm}>MSSQL</${SkillElm}>
<${SkillElm}>Visual studio</${SkillElm}>
</p>
`
},
Expand All @@ -183,7 +188,8 @@ export const experiences = [
<${SkillElm}>Javascript</${SkillElm}>
<${SkillElm}>C#</${SkillElm}>
<${SkillElm}>Sitecore</${SkillElm}>
<${SkillElm}>XML</${SkillElm}>
<${SkillElm}>Architecture</${SkillElm}>
<${SkillElm}>Visual studio</${SkillElm}>
</p>
`
},
Expand All @@ -206,7 +212,7 @@ export const experiences = [
},
{
label: '2013',
pageBreakBefore: true,
//pageBreakBefore: true,
content: html`
<h3>Started freelance business<br /><small><b>Owner</b>, October 2013 - present</small></h3>
<p>I started my freelance business.</p>
Expand Down Expand Up @@ -269,4 +275,20 @@ export const experiences = [
<p>Studied generic web development, not limited to but including coding, UI design, and project management.</p>
`
},
{
label: '2007',
content: html`
<h3>Developer <br /> <small>Decaro</small></h3>
<p>My first job as a web-developer, made Joomla based websites and Adobe Flex based flash applications.</p>
<p>
<${SkillElm}>Javascript</${SkillElm}>
<${SkillElm}>PHP</${SkillElm}>
<${SkillElm}>Joomla</${SkillElm}>
<${SkillElm}>Flash</${SkillElm}>
<${SkillElm}>Actionscript</${SkillElm}>
<${SkillElm}>SOAP</${SkillElm}>
<${SkillElm}>XML</${SkillElm}>
</p>
`
},
];
4 changes: 2 additions & 2 deletions storybook/src/stories/resume/resume/data/skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export const skills = [
},
{
title: html`Tools & frameworks <small>Abbreviated</small>`,
items: [ 'Git', 'NodeJS', 'Unity3D', 'MySQL', 'MongoDB', 'Webpack', 'Angular', 'React', 'XML', 'XPAth', 'JSON' ]
items: [ 'Git', 'NodeJS', 'Unity3D', 'MySQL', 'MongoDB', 'Webpack', 'Angular', 'React', 'Figma (and similar)' ]
},
{
title: html`Patterns, soft-skills, roles <small>Abbreviated</small>`,
items: [ 'CI/TD', 'Unit testing', 'Project management', 'E2E testing', 'SEO', 'Backend development', 'Frontend development', 'Team-lead' ]
items: [ 'CI/TD', 'Unit testing', 'Project management', 'E2E testing', 'SEO', 'Backend development', 'Frontend development', 'Team-lead', 'object-oriented' ]
}
];
8 changes: 5 additions & 3 deletions storybook/src/stories/resume/resume/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ Primary.args = {
<div class="profile_text">
<${Richtext}>
<p>
My name is Sebastian Vargr, and I am an application developer from Copenhagen, Denmark.
My name is Sebastian Vargr, and I am a very experienced web application developer from Copenhagen, Denmark.
</p>
<p>I am a full stack developer with a nose for business value. I bring value by building, teaching, mentoring, organizing, and solving problems in code or application design.</p>
<p>Profesionally i like to focus on architeture, best practices, culture and how to incorporate these into the teams i work with.</p>
<p>I am driven by my passion for all things code and by seeing my projects succeed because success is the best proof that I am good at my craft. Because of this, when appropriate, I am vocal when I see issues, non-disruptive when I integrate myself into existing projects and proactive about solving & optimizing both productivity and technical issues.</p>
<p>When appropriate I attempt to be vocal when I see issues, non-disruptive when I integrate myself into existing projects and proactive about solving & optimizing both productivity and technical issues.</p>
<p>Finally as someone who has been in the business in many years, i am largely driven by the bigger picture and have a lot of experience in translating technical costs to busines impact or risk.</p>
<p>In my spare time, I take care of my lazy cats, like to run, work on hobby electronics (like my CNC cutter & 3D printer) and game when I find can find the time.</p>
</${Richtext}>
Expand Down

0 comments on commit 688f457

Please sign in to comment.