From c28f786b286787d8b9cde81cc2a666068be3a02f Mon Sep 17 00:00:00 2001 From: penrodlol Date: Wed, 4 Oct 2023 22:01:45 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20Roles=20not=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .astro/types.d.ts | 16 ---------------- src/content/config.ts | 11 +---------- src/content/roles/laroche.md | 10 ---------- src/content/roles/mckesson.md | 18 ------------------ 4 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 src/content/roles/laroche.md delete mode 100644 src/content/roles/mckesson.md diff --git a/.astro/types.d.ts b/.astro/types.d.ts index d4510ab..c7496ea 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -227,22 +227,6 @@ declare module 'astro:content' { collection: "posts"; data: InferEntrySchema<"posts"> } & { render(): Render[".mdx"] }; -}; -"roles": { -"laroche.md": { - id: "laroche.md"; - slug: "laroche"; - body: string; - collection: "roles"; - data: InferEntrySchema<"roles"> -} & { render(): Render[".md"] }; -"mckesson.md": { - id: "mckesson.md"; - slug: "mckesson"; - body: string; - collection: "roles"; - data: InferEntrySchema<"roles"> -} & { render(): Render[".md"] }; }; }; diff --git a/src/content/config.ts b/src/content/config.ts index e162f46..7498cd3 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -11,13 +11,4 @@ const posts = defineCollection({ }), }); -const roles = defineCollection({ - schema: z.object({ - company: z.string(), - link: z.string().url(), - start: z.date(), - end: z.date().optional(), - }), -}); - -export const collections = { posts, roles }; +export const collections = { posts }; diff --git a/src/content/roles/laroche.md b/src/content/roles/laroche.md deleted file mode 100644 index bbf7079..0000000 --- a/src/content/roles/laroche.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -company: LaRoche Univeristy -link: https://laroche.edu/Academics/Areas_of_Study/Computer_Science/Degrees_and_Requirements/?pid=16 -start: 2015-01-01 -end: 2019-01-01 ---- - -### Student - -Bachelor of Science (BS), Computer Science diff --git a/src/content/roles/mckesson.md b/src/content/roles/mckesson.md deleted file mode 100644 index 4d0d8d5..0000000 --- a/src/content/roles/mckesson.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -company: McKesson -link: https://mckesson.com -start: 2018-05-01 ---- - -### Software Engineer - -Lead developer in migration of 3 existing Angular applications to Nx Workspace. Configurated private -Nx cloud with distributed caching and CI distributed task execution. - -Worked in back-end building out Spring Boot RESTful apis. Implemented initial approach for api -documentation using Swagger. - -### Sofware Engineer Intern - -Responsible for developing an end-to-end (e2e) testing solution utilizing TestCafe. Automated -scheduled runs within Jenkins CI/CD system. Onboarded internal QA team with complete solution.