Upgrade to Senior
This commit is contained in:
@@ -10,7 +10,7 @@ authors:
|
||||
superuser: true
|
||||
|
||||
# Role/position
|
||||
role: Software Engineer
|
||||
role: Senior Software Engineer
|
||||
|
||||
# Organizations/Affiliations
|
||||
organizations:
|
||||
@@ -21,9 +21,10 @@ organizations:
|
||||
bio: Electronic engineer with a strong focus on embedded software development.
|
||||
|
||||
interests:
|
||||
- Embedded software
|
||||
- Embedded software development
|
||||
- Control theory
|
||||
- Continuous Integration
|
||||
- Software Project Management
|
||||
|
||||
education:
|
||||
courses:
|
||||
@@ -45,10 +46,9 @@ social:
|
||||
icon_pack: fab
|
||||
link: https://github.com/furyfire
|
||||
---
|
||||
Jens True is an employee at Phillips-Medisize working on a wide range of electronic projects, mainly focusing on low-level embedded programming.
|
||||
|
||||
Jens has many years of experience working on embedded software projects.
|
||||
The primary focus is on development in the C language. But through various projects, he has also acquired experience with programming in C++, C#, Python, PHP, and JavaScript.
|
||||
Furthermore, he has broad experience with modern software development tools and concepts, such as modeling tools, continuous integration, test-driven development, bug trackers, and version control systems.
|
||||
Jens True is a highly experienced Senior Software Engineer at Phillips-Medisize, specializing in low-level embedded programming with core expertise in C.
|
||||
|
||||
In his spare time, Jens enjoys sailing and riding his motorbike.
|
||||
He excels in a technical leadership capacity, managing the full software development lifecycle for electronic and medical device software projects—from initial concept through final deployment, including project management and reporting.
|
||||
|
||||
Jens drives efficiency by implementing and enforcing modern development methodologies, including Test-Driven Development (TDD) and Continuous Integration (CI). His technical range spans multiple languages, including C++, C#, Python, PHP, and JavaScript, complemented by broad proficiency with modeling tools, bug tracking, and advanced version control systems.
|
||||
@@ -33,14 +33,10 @@ content:
|
||||
icon_pack: fab
|
||||
name: Telegram Me
|
||||
link: 'https://telegram.me/@jcktrue'
|
||||
- icon: signal
|
||||
icon_pack: custom
|
||||
- icon: signal-messenger
|
||||
icon_pack: fab
|
||||
name: Signal Me
|
||||
link: 'https://signal.me/#eu/WkUbBfZAug1HCoiznarZcNhz7OBn5totBeZKOgcDwsOtjSqgoipJfbQHCGaz2eqV'
|
||||
- icon: skype
|
||||
icon_pack: fab
|
||||
name: Skype Me
|
||||
link: 'skype:jct-leax'
|
||||
|
||||
---
|
||||
Jens Christian Kallesøe True
|
||||
@@ -4,22 +4,31 @@ headless: true
|
||||
weight: 40
|
||||
|
||||
title: "Experience"
|
||||
subtitle: "Work and education related"
|
||||
subtitle: "Work and education"
|
||||
|
||||
experience:
|
||||
- title: "Senior Software Engineer"
|
||||
company: "Phillips-Medisize A/S"
|
||||
company_url: "https://www.phillipsmedisize.com/"
|
||||
company_logo: "PhillipsMedisize"
|
||||
location: "Struer, Denmark"
|
||||
date_start: "2025-04-01"
|
||||
description: >
|
||||
Senior Software Engineer focused on integrating, and driving embedded software solutions for medical devices.
|
||||
|
||||
- title: "Software Engineer"
|
||||
company: "Phillips-Medisize A/S"
|
||||
company_url: "https://www.phillipsmedisize.com/"
|
||||
company_logo: "PhillipsMedisize"
|
||||
location: "Struer, Denmark"
|
||||
date_start: "2019-06-17"
|
||||
date_end: "2025-04-01"
|
||||
description: >
|
||||
Software Engineer on medical devices
|
||||
Software Engineer implementing embedded software solutions for medical devices
|
||||
- Embedded programming, drivers, and services in C/C++
|
||||
- Support tools in Python and C#
|
||||
- Control theory
|
||||
- Product development under QMS - IEC62304 & ISO13485
|
||||
- Software lead
|
||||
|
||||
- title: "Bachelor in Electronic Engineering"
|
||||
company: "AU - Aarhus University"
|
||||
|
||||
@@ -17,6 +17,11 @@ feature:
|
||||
name: "Development tools"
|
||||
description: "Static code analysis, CI/CD tools, Software modeling tools."
|
||||
|
||||
- icon: "diagram-project"
|
||||
icon_pack: "fa"
|
||||
name: "Project management"
|
||||
description: "Project management for small software development teams"
|
||||
|
||||
- icon: "server"
|
||||
icon_pack: "fa"
|
||||
name: "Linux"
|
||||
@@ -34,6 +39,6 @@ feature:
|
||||
|
||||
- icon: "check"
|
||||
icon_pack: "fa"
|
||||
name: "Quality management"
|
||||
description: "Development under QMS, ISO 13485/62304, Medical device software."
|
||||
name: "Quality control"
|
||||
description: "Software Development under QMS, ISO 13485/62304, Medical device software."
|
||||
---
|
||||
6
go.mod
6
go.mod
@@ -4,8 +4,8 @@ go 1.15
|
||||
|
||||
require (
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 // indirect
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 // indirect
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.4.1 // indirect
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 // indirect
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 // indirect
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.3.1 // indirect
|
||||
)
|
||||
|
||||
6
go.sum
6
go.sum
@@ -2,14 +2,20 @@ github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 h1:QPek2B
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7/go.mod h1:xZiTEEurbEwj/NhZohozvlyLCGVCT2wARHDAJeqKG/c=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 h1:6GsVeNtYhzl14LLJRFRV1AonKGq8ZAduep/uiK5oEF4=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1/go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.4.1 h1:LAIEtt5FVZVJoKVmZ+rB/M5exoek52ksCEK12HWssIo=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.4.1/go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 h1:qlDCZWq7OhuwLr7/rDPXe8iGxam2t1kgLabZ9EP0VqM=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1/go.mod h1:C7jfxMLv1bEUqbM9XDSmEpfOpS8w06OgqNDEcbuRgL4=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 h1:AyH1pungA2xQDHOrXiIssKOVMY1/qoJUgwrGiK7TzJM=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2/go.mod h1:F7quX1aEkV2pToTpmDBXOSTkytAnCKkqv/JFLclqa2g=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 h1:lnqObXNtLryM+h/meo9d7eluGC7Dv+TTGX4xl8adQjM=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3/go.mod h1:rc3iv07XFylONQor5A4GdjTffe4asUSdnC1VgzmQ5+s=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 h1:ccb5jQLKqiFFht24e6+yW9eie1yIm81/K1xhs7ZHZlM=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 h1:pg2uBp1kvNmhy+OmhjWnbPYU6diIcn8m8h3bzf82j8k=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.3.1 h1:sjJqjf5RAGdNsg5iGf7RJvlvLS8dZkcSDRQ+YMML2Bc=
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.3.1/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.1.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.1-0.20231101183355-53a94b591ea8/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
|
||||
|
||||
Reference in New Issue
Block a user