From 76b3ece2e11ea7a9191aec5d205a3ae21382431e Mon Sep 17 00:00:00 2001 From: Joshua T Kalis Date: Mon, 5 Jun 2023 09:01:06 -0400 Subject: [PATCH] add visiting media to resume --- content/pages/index.md | 13 +++++++++++++ deno.jsonc | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/content/pages/index.md b/content/pages/index.md index ce2020e..7706485 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -7,6 +7,19 @@ Technology leader, deeply passionate about fostering great teams to solve challe ## Experience +### Visiting Media +May 2023 - Current + +#### Engienering Team Lead + +I joined a team building a new tool for customers to diagram - in 2D - floor plans for events planning to enable generation of Virtual Reality and Augmented Reality experiences. + + * Coordinated annual employee performance reviews. + * Regular contributor to feature development + * Quality validation / testing: unit (isolation), functional (integration) + * process improvement: CI/CD pipelines, version control practices + + ### Guaranteed Rate Dec 2021 - Jul 2022 diff --git a/deno.jsonc b/deno.jsonc index 08436b7..3164f63 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -19,4 +19,4 @@ // run unit tests "test": "deno test --allow-read=./ --allow-write=./docs ./sanguine" } -} \ No newline at end of file +}