From 7baaf1413ba20bf6a6e9867c7772ca63f1880168 Mon Sep 17 00:00:00 2001 From: Nicolas Trimborn Date: Sun, 19 Mar 2023 11:44:06 +0100 Subject: [PATCH] updated skills and about page --- content/_index.md | 2 +- data/skills.json | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 3756c78..9b5deae 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,6 +9,6 @@ outputs: - rss - json --- -Experienced Engineer with a broad range of skills and a passion for electronics for robotic applications. Background in circuit and PCB design, component and system level testing and EMC compliance testing. Strong interest in embedded system design and firmware development both professionally and for personal projects. +Experienced Engineer with a broad range of skills and a passion for electronics. Experienced in circuit and PCB design, component & system level testing as well as EMC compliance testing. Strong interest in embedded system design and firmware development both professionally and for personal projects. Prior career experience in mechanical engineering, with 7+ years in the Mining and Oil & Gas Industry, including 5 years of construction and field engineering experience on large capital Liquefied Natural Gas (LNG) construction projects. \ No newline at end of file diff --git a/data/skills.json b/data/skills.json index 7874b8c..bda1752 100644 --- a/data/skills.json +++ b/data/skills.json @@ -1,10 +1,10 @@ [ { - "grouping":"General Skills", + "grouping":"General Mechanical", "skills":[ "Milling", "Turning", "Drilling", "Wiring Harnesses"] },{ "grouping":"Prototyping", - "skills":[ "3D Printing","Hand Soldering","Reflow", "Hot Air Rework"] + "skills":[ "3D Printing","SMD Hand Soldering","Reflow", "Hot Air Rework"] },{ "grouping":"EDA Tools", "skills":[ "Altium Designer","Eagle", "EasyEDA", "KiCad", "LTpice"] @@ -19,9 +19,12 @@ "skills":[ "Solidworks","Inventor","Solid Edge", "Fusion 360"] },{ "grouping":"Programming", - "skills":["Python","Bash","C", "C++"] + "skills":["Python","Bash","C", "C++", "Git"] },{ "grouping":"Operating Systems", "skills":["Linux","Windows","FreeRTOS", "ChibiOS"] + },{ + "grouping":"Self Hosting / Home Server Hobby", + "skills":["Proxmox","Docker","Hugo", "Paperless-NGX", "Gitea", "Drone CI/CD"] } ]