Skip to content

Commit

Permalink
content
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Dec 3, 2024
1 parent 1365aee commit 0ed40eb
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/2007-dr.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locality = "on-site"
start_date = "2007-08-01"
end_date = "2011-06-01"

skills = []
skills = ["C#","ASP.NET", "ASP.NET MVC", "MySQL", "couchdb", "JavaScript", "CSS", "WordPress plugins", "PHP", "ActionScript 3"]
[[extra.achievements]]
description = "Developed web components for the youth portal of dr.dk"
[[extra.achievements]]
Expand Down
2 changes: 1 addition & 1 deletion content/2014-contracting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ company = "Agencies"
start_date = "2014-09-01"
end_date = "2015-05-01"

skills = []
skills = ["Angular", "React", "nodeJS", "JavaScript", "expressjs", "Adaptable"]
[[extra.achievements]]
description = "Worked for various agencies while on Working Holiday Visa"
[[extra.achievements]]
Expand Down
4 changes: 3 additions & 1 deletion content/2015-fillr.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ locality = "on-site"
start_date = "2016-10-01"
end_date = "2021-11-01"

skills = ["JavaScript", "Agile", "NodeJS", "expressjs"]
skills = ["elasticsearch", "vowpal wabbit", "coffeescript", "ruby", "python", "javascript","R","React", "AWS"]
[[extra.achievements]]
description = "Delivered benchmarking of Machine Learning models for improving autofill technology"
[[extra.achievements]]
description = "Improved machine learning models by refining inputs and heuristics"
+++

In my role at Fillr I worked on benchmarking machine learning models building out the benchmarking framework to be able to quantify training improvements.
10 changes: 9 additions & 1 deletion content/2016-psychwire.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ company = "Psychwire"
start_date = "2016-10-01"
end_date = "2021-11-01"

skills = ["JavaScript", "Agile", "NodeJS", "expressjs"]
skills = ["JavaScript", "Agile", "NodeJS", "expressjs", "PDF", "terraform", "AWS"]
[[extra.achievements]]
description = "Worked collaboratively in a fully remote company with 5 developers"
[[extra.achievements]]
Expand All @@ -19,3 +19,11 @@ description = "Built out analytics reporting"
[[extra.achievements]]
description = "Worked with payment platforms to support invoicing"
+++

Psychwire creates immersive, interactive, and comprehensive online courses rooted in world-leading, evidence-based theory.

As Senior Developer, I worked closely with the back-end team to ensure smooth student registration, bug-free course delivery, and efficient stakeholder interactions.

Working remotely, I thrived in the autonomy of the role, sharpening my time management and communication skills. This experience allowed me to work independently while contributing to the team’s success, managing tasks effectively, and consistently delivering high-quality results.

I delivered numerous features across both legacy and greenfield codebases, contributing to the overall product development. In collaboration with payment processing platforms, I built tools for invoicing, streamlining financial workflows and enhancing user experience.
8 changes: 7 additions & 1 deletion content/2021-ap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ company = "Art Processors"
start_date = "2021-12-06"
end_date = "2024-11-21"

skills = ["Rust", "Python", "TypeScript", "C#", ".net", "AWS"]
skills = [
"Rust", "Python", "TypeScript", "C#",
".net", "AWS", "BrightScript", "BrightSign",
"TouchDesigner", "MAX MSP", "Audio Engineering",
"SMPTE", "Embedded Systems", "Research and Development",
"Communication", "Collaboration", "Team Management"
]
[[extra.achievements]]
description = "Lead Engineer bringing Pladia Live Sync to market"
[[extra.achievements]]
Expand Down
2 changes: 2 additions & 0 deletions content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Born August 1984 in Copenhagen, Denmark. I've been fascinated by computers since

In 2014 I decided to go on a Working Holiday to Australia. Little did I know that I'd fall in love with the place and the people here.

I’ve been working remotely since 2016, which has made it easy for me to adapt to a changing world. I really thrive outside the traditional office setup, as it lets me take control of my work-life balance. That said, I do value getting together with a small team—whether it’s for collaboration or just to celebrate milestones. It’s all about finding that balance!

# Hobbies and Interests

I love tinkering with electronics, both building hardware and embedded software.
Expand Down
9 changes: 8 additions & 1 deletion templates/work-entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ <h1 class="title">{{ page.title }}</h1>
</ul>
{% endif %}
</ol>
{{ page.content | safe }} {% endblock content %}
{{ page.content | safe }}
<span>Techonlogies</span>
<ul>
{% for skill in page.extra.skills %}
<li>{{ skill | safe }}</li>
{% endfor %}
</ul>
{% endblock content %}

0 comments on commit 0ed40eb

Please sign in to comment.