From 571e72b78c2732ea2d91fbdc227ec0d859e04771 Mon Sep 17 00:00:00 2001 From: Sam Sarette Date: Tue, 22 Jul 2025 06:40:34 -0400 Subject: [PATCH 1/4] corrections to company name --- index.html | 4 ++-- projects.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 78926cf..9545ce8 100644 --- a/index.html +++ b/index.html @@ -61,8 +61,8 @@

About Sam Sarette

‍⚕️Medical Lab Devices

- Sam has proudly created software for several robotics-powered devices at KMC Systems, - now HiARC, since before graduating Keene State College. + Sam has proudly created software for several robotics-powered devices at HiArc, + formerly KMC Systems, since before graduating Keene State College.

He’s been able to leaverage his hobbyist work in VR to create virtual lab environments, diff --git a/projects.html b/projects.html index cc280f0..06212c1 100644 --- a/projects.html +++ b/projects.html @@ -116,11 +116,11 @@ for="HiArc (Formerly KMC Systems)" size="trio" team-role="Installer, Packaging, and XR expert." tags="professional,c#,c++,xaml,nuget,installers,os-integration,continuous-integration,godot,xr" - thumbnail="img/projects/HiARC-simple.svg" first="2022-08-11"> + thumbnail="img/projects/HiArc-simple.svg" first="2022-08-11">

Created the Installer (msi) and NuGet packages for our primary Robotics SDK. Involved lots of manually-created nuspec files, adjusting project templates, devops yaml build scripts.

-

Ensured the project’s lead developer was happy. The work has pocess improvement implications of nearly all projects at KMC (an internally-fundamental SDK).

+

Ensured the project’s lead developer was happy. The work has pocess improvement implications of nearly all projects at HiArc (an internally-fundamental SDK).

Added Godot-powered XR capabilities to the simulator template.

Rewrote a key SDK utility from Winforms to Avalonia.

@@ -130,7 +130,7 @@ for="HiArc (Formerly KMC Systems)" size="trio" team-role="Web technologies and build pipeline expert." tags="professional,c#,yaml,markdown,nuget,continuous-integration" - thumbnail="img/projects/HiARC-simple.svg" first="2023-09-10"> + thumbnail="img/projects/HiArc-simple.svg" first="2023-09-10">

Helped to develop a series of standardized Azure DevOps build pipelines for use on all company projects in future, starting with the Internal SDK.

Additionally, he built a utility which uses standard tools and a highly customized CSS template to produce the documentation required of a regulated medical program, written in markdown and output as PDF.

@@ -140,7 +140,7 @@ + thumbnail="img/projects/HiArc-simple.svg" first="2024-12-17">

Helped to reorganize and train a large team of firmware developers to produce RTOS firmware running nearly two dozen ARM SBCs.

Utilized the company's Internal SDK and standard CI/CD Toolkit in order to develop firmware and supporting documentation automatically and continuously.

From ae2573379d017be0a95bf0b2c61986e18bf440dd Mon Sep 17 00:00:00 2001 From: Sam Sarette Date: Tue, 22 Jul 2025 06:42:58 -0400 Subject: [PATCH 2/4] fixed filename --- img/projects/{HiARC-simple.svg => hiarc-simple.svg} | 0 img/projects/{HiARC.svg => hiarc.svg} | 0 projects.html | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename img/projects/{HiARC-simple.svg => hiarc-simple.svg} (100%) rename img/projects/{HiARC.svg => hiarc.svg} (100%) diff --git a/img/projects/HiARC-simple.svg b/img/projects/hiarc-simple.svg similarity index 100% rename from img/projects/HiARC-simple.svg rename to img/projects/hiarc-simple.svg diff --git a/img/projects/HiARC.svg b/img/projects/hiarc.svg similarity index 100% rename from img/projects/HiARC.svg rename to img/projects/hiarc.svg diff --git a/projects.html b/projects.html index 06212c1..184a741 100644 --- a/projects.html +++ b/projects.html @@ -116,7 +116,7 @@ for="HiArc (Formerly KMC Systems)" size="trio" team-role="Installer, Packaging, and XR expert." tags="professional,c#,c++,xaml,nuget,installers,os-integration,continuous-integration,godot,xr" - thumbnail="img/projects/HiArc-simple.svg" first="2022-08-11"> + thumbnail="img/projects/hiarc-simple.svg" first="2022-08-11">

Created the Installer (msi) and NuGet packages for our primary Robotics SDK. Involved lots of manually-created nuspec files, adjusting project templates, devops yaml build scripts.

@@ -130,7 +130,7 @@ for="HiArc (Formerly KMC Systems)" size="trio" team-role="Web technologies and build pipeline expert." tags="professional,c#,yaml,markdown,nuget,continuous-integration" - thumbnail="img/projects/HiArc-simple.svg" first="2023-09-10"> + thumbnail="img/projects/hiarc" first="2023-09-10">

Helped to develop a series of standardized Azure DevOps build pipelines for use on all company projects in future, starting with the Internal SDK.

Additionally, he built a utility which uses standard tools and a highly customized CSS template to produce the documentation required of a regulated medical program, written in markdown and output as PDF.

@@ -140,7 +140,7 @@ + thumbnail="img/projects/hiarc-simple.svg" first="2024-12-17">

Helped to reorganize and train a large team of firmware developers to produce RTOS firmware running nearly two dozen ARM SBCs.

Utilized the company's Internal SDK and standard CI/CD Toolkit in order to develop firmware and supporting documentation automatically and continuously.

From 819b3e8eef084e47d66eed9d084579d3da414bb8 Mon Sep 17 00:00:00 2001 From: Sam Sarette Date: Tue, 22 Jul 2025 06:43:34 -0400 Subject: [PATCH 3/4] correction --- projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.html b/projects.html index 184a741..4d3d6da 100644 --- a/projects.html +++ b/projects.html @@ -130,7 +130,7 @@ for="HiArc (Formerly KMC Systems)" size="trio" team-role="Web technologies and build pipeline expert." tags="professional,c#,yaml,markdown,nuget,continuous-integration" - thumbnail="img/projects/hiarc" first="2023-09-10"> + thumbnail="img/projects/hiarc-simple.svg" first="2023-09-10">

Helped to develop a series of standardized Azure DevOps build pipelines for use on all company projects in future, starting with the Internal SDK.

Additionally, he built a utility which uses standard tools and a highly customized CSS template to produce the documentation required of a regulated medical program, written in markdown and output as PDF.

From 87209641749a1fc113ade9cabf93eabc4a3dffbb Mon Sep 17 00:00:00 2001 From: Sam Sarette Date: Tue, 22 Jul 2025 06:48:11 -0400 Subject: [PATCH 4/4] improved display of hiarc brand --- img/projects/hiarc-simple.svg | 5 ++++- img/projects/hiarc.svg | 4 ---- projects.html | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 img/projects/hiarc.svg diff --git a/img/projects/hiarc-simple.svg b/img/projects/hiarc-simple.svg index 43fcc71..0bab852 100644 --- a/img/projects/hiarc-simple.svg +++ b/img/projects/hiarc-simple.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + \ No newline at end of file diff --git a/img/projects/hiarc.svg b/img/projects/hiarc.svg deleted file mode 100644 index 054aeec..0000000 --- a/img/projects/hiarc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/projects.html b/projects.html index 4d3d6da..67591ec 100644 --- a/projects.html +++ b/projects.html @@ -116,7 +116,7 @@ for="HiArc (Formerly KMC Systems)" size="trio" team-role="Installer, Packaging, and XR expert." tags="professional,c#,c++,xaml,nuget,installers,os-integration,continuous-integration,godot,xr" - thumbnail="img/projects/hiarc-simple.svg" first="2022-08-11"> + thumbnail="img/projects/hiarc-simple.svg" thumbnail-bg-color-override="#27424a" first="2022-08-11">

Created the Installer (msi) and NuGet packages for our primary Robotics SDK. Involved lots of manually-created nuspec files, adjusting project templates, devops yaml build scripts.

@@ -130,7 +130,7 @@ for="HiArc (Formerly KMC Systems)" size="trio" team-role="Web technologies and build pipeline expert." tags="professional,c#,yaml,markdown,nuget,continuous-integration" - thumbnail="img/projects/hiarc-simple.svg" first="2023-09-10"> + thumbnail="img/projects/hiarc-simple.svg" thumbnail-bg-color-override="#27424a" first="2023-09-10">

Helped to develop a series of standardized Azure DevOps build pipelines for use on all company projects in future, starting with the Internal SDK.

Additionally, he built a utility which uses standard tools and a highly customized CSS template to produce the documentation required of a regulated medical program, written in markdown and output as PDF.

@@ -140,7 +140,7 @@ + thumbnail="img/projects/hiarc-simple.svg" thumbnail-bg-color-override="#27424a" first="2024-12-17">

Helped to reorganize and train a large team of firmware developers to produce RTOS firmware running nearly two dozen ARM SBCs.

Utilized the company's Internal SDK and standard CI/CD Toolkit in order to develop firmware and supporting documentation automatically and continuously.