1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
d0669725b0 Added IEC60601 course. (Including PDFs)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-17 08:41:10 +00:00
f1150579b7 More pics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-12 22:13:16 +02:00
344d64051f More stuff 2024-04-12 21:59:08 +02:00
16 changed files with 47 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -8,9 +8,10 @@ title: "Courses"
date_format: "2006-01-02"
item:
- organization: "KEY2COMPLIANCE AB"
- organization: "Key2Compliance"
organization_url: https://key2compliance.com/
title: "Device Control Training"
url: /pdf/certificates/DesignControlTraining.pdf
date_start: "2019-09-16"
date_end: "2019-09-17"
description: >
@ -31,9 +32,10 @@ item:
- Design Changes
- Design Documentation ”DHF”
- organization: "KEY2COMPLIANCE AB"
- organization: "Key2Compliance"
organization_url: https://key2compliance.com/
title: "Software development - regulatory requirements"
url: /pdf/certificates/SoftwareDevelopmentRegulatoryRequirements.pdf
date_start: "2019-09-21"
date_end: "2019-09-23"
description: >
@ -55,12 +57,32 @@ item:
- organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/
title: "Risk Management for Medical Devices and ISO 14971:2019"
date_start: "2024-02-23"
title: "Introduction to Risk Management for Medical Devices and ISO 14971:2019"
url: /pdf/certificates/IntroductiontoRiskManagementforMedicalDevicesandISO14971_2019.pdf
date_start: "2024-01-10"
description: >
Learning goals:
- To understand the overall process of risk management and how to create safe medical devices.
- To strengthen the ability of participants to independently perform risk analysis, risk evaluation and risk control.
- To establish and increase knowledge on risk management tools and their differences, such as FMEA and P-FMEA.
- organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/
title: "Risk Management for Medical Devices and ISO 14971:2019"
url: https://www.credential.net/019bf8fb-3725-41d2-b267-38e19b22a71a?key=e4021d89e56370fd6995475c0ff5bdc123dddc83e100514801bd9ef480ebb0ba#gs.82vz01
date_start: "2024-02-23"
description: Blended classroom and online training.
- organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/
title: "Introduction to Safety for Electrical Medical Devices and IEC 60601"
url: https://www.credential.net/87beca3d-06af-4e2d-b023-364542df429a?key=dad188bb614ee747e23bf71c919d4437f6c951f17c667357a10568dbba6583c0#gs.82scio
date_start: "2024-04-17"
description: >
Learning goals:
- Understand what basic safety for a medical device is.
- Understand why and how basic safety is implemented and the most common pitfalls in medical device product development and how to avoid them.
- Strengthen your communication skills in the area of basic safety for medical devices.
- Build awareness of effective management of safety throughout the product lifecycle.
---

View File

@ -15,11 +15,15 @@ Sometimes you are simply stuck on a system where you can not install your own pr
- [CyberChef](https://gchq.github.io/CyberChef)
- CyberChef is a highly flexible tool allowing you to combine small programmable blocks, that can process and convert data that you may stumble upon. Hexdumping, Base64, Hashing, Compression, EXIF and much much more.
- {{< icon name="bug" pack="fas" >}} Debugging
- [it-tools](https://it-tools.tech/)
- Collection of handy online tools for developers, with great UX.
- {{< icon name="bug" pack="fas" >}} Debugging
- [Virus Total](https://www.virustotal.com/)
- Provide a file or a URL and VirusTotal will scan the input using more than 70 different antivirus tools.
- {{< icon name="file-alt" pack="fas" >}} Report
- [SSL Labs](https://www.ssllabs.com/ssltest/)
- Perform a detailed analysis of your SSL/TLS server configuration. Includes feedback on which settings to optimize to improve the security.
- {{< icon name="lock" pack="fas" >}} Report
- [Mozilla Observatory](https://observatory.mozilla.org/)
- Similar to SSL Labs, Mozilla Observatory analyzes and provides feedback on how to improve the site.
- {{< icon name="file-alt" pack="fas" >}} Report

View File

@ -2,7 +2,7 @@
widget: hero
headless: true
title: "Music server"
hero_media: 'selfhosted/music.png'
hero_media: 'selfhosted/music.webp'
cta:
url: 'https://music.jcktrue.dk'
label: Music

View File

@ -0,0 +1,16 @@
---
widget: hero
headless: true
title: "Uptime"
hero_media: 'selfhosted/uptime.webp'
cta:
url: 'https://uptime.jcktrue.dk'
label: Uptime
icon_pack: fas
icon: chart-line
cta_alt:
url: 'https://uptime.kuma.pet/'
label: Uptime Kuma
cta_note:
label: 'A fancy self-hosted monitoring tool.'
---

Binary file not shown.