From 02d089314992bd283efc10db68371f479f7fb284 Mon Sep 17 00:00:00 2001 From: Jen Gettings Date: Wed, 2 Oct 2024 16:42:30 -0400 Subject: [PATCH] finish skills --- src/data/resume.json | 34 ++++++++++++++++++--------- src/data/skills/API_Development.md | 4 +++- src/data/skills/Cloud_Native.md | 2 +- src/data/skills/Devops.md | 6 ++--- src/data/skills/Mobile_Development.md | 8 ++++++- src/data/skills/React.md | 5 ++++ src/data/skills/Third_Party_APIs.md | 7 +++++- src/data/skills/Web_Development.md | 4 ++++ src/pages/Skills/Description.tsx | 21 ++++++++++++++++- src/pages/Skills/index.tsx | 2 +- 10 files changed, 73 insertions(+), 20 deletions(-) diff --git a/src/data/resume.json b/src/data/resume.json index 9d2b840..af44418 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -442,7 +442,8 @@ "Material UI", "Formik", "Yup", - "React Hook Form" + "React Hook Form", + "Builder.io" ] }, { @@ -517,9 +518,7 @@ "Docker", "Git", "Github", - "Bitbucket" - ], - "dev environment?": [ + "Bitbucket", "Webpack", "Babel", "Create React App", @@ -531,15 +530,15 @@ "Git", "Mercurial", "Maven", - "Artifactory" - ], - "other tools?": [ + "Artifactory", "Pendo", "Google Analytics", "Launch Darkly", "FullStory", "Sentry", - "Segment" + "Segment", + "Vite", + "Launch Darkly" ] }, { @@ -549,7 +548,10 @@ "Google Maps", "Shopify", "Slackbot", - "definitely more things here" + "OAuth", + "Firebase Authentication", + "Firebase Remote Config", + "Launch Darkly" ] }, { @@ -559,7 +561,10 @@ "Azure Functions", "Azure Table Storage", "Azure Blob Storage", - "Azure ServiceBus Queue" + "Azure ServiceBus Queue", + "Azure Storage Queue", + "event-driven data processing", + "message queue" ] }, { @@ -587,7 +592,14 @@ { "name": "Mobile Development", "level": "Competent", - "keywords": ["Android Native", "Java", "React Native"] + "keywords": [ + "Android Native", + "Java", + "React Native", + "Gradle", + "Google Play Store", + "Google Maps API" + ] } ], "projects": [ diff --git a/src/data/skills/API_Development.md b/src/data/skills/API_Development.md index e95f474..92f2290 100644 --- a/src/data/skills/API_Development.md +++ b/src/data/skills/API_Development.md @@ -1 +1,3 @@ -apiapiapiapiapi +While I've been focused on the frontend at my last couple of roles, I still have had a hand in designing the API contracts needed to get various features working. In this capacity I've worked with both RESTful and GraphQL APIs and I've also helped make minor adjustments to them as needed in Python and Kotlin. + +In full stack roles I've worked extensively with REST APIs and APIs that return a custom set of data tailored to the frontend without following a standard like REST. Most of this has been in C# and Java. I've also worked with many webapps that were pure MVC or a mix of MVC with some javascript on the frontend for interactivity. diff --git a/src/data/skills/Cloud_Native.md b/src/data/skills/Cloud_Native.md index 77e2349..a8f9ed7 100644 --- a/src/data/skills/Cloud_Native.md +++ b/src/data/skills/Cloud_Native.md @@ -1 +1 @@ -fluffy clouds +In my time at _Campus Labs_, we were constantly trying to move things to more scalable infrastructure. We leveraged some cloud services in Microsoft Azure for things like scheduled mailings that needed to go to many people, processing data asynchronously, etc. Pretty much anything that could be done asynchronously outside of the main webapp got moved to Azure Functions (similar to AWS Lambda) and some of these used Azure Tables or Blob Storage for persistence. Many of these services also used Azure Storage Queues or Azure Service Bus. diff --git a/src/data/skills/Devops.md b/src/data/skills/Devops.md index c51da27..87e9cbe 100644 --- a/src/data/skills/Devops.md +++ b/src/data/skills/Devops.md @@ -1,3 +1,3 @@ -- I always try to fix any local setup things or automations that will make my life easier and hopefully help others as well -- Campus labs azure -- Being at startups for the past 4 years I've also wound up having some ownership over other tooling as well... +The majority of my deployed devops experience has been in my time at _Campus Labs_ working with Azure. I was very hands on with spinning up new webapps (APIs and/or frontends), scaling existing apps, and monitoring everything. There I also owned a lot of the build and deploy pipelines in Azure DevOps for our team. + +I'm also always a big proponent of investing a little bit of extra time making dev processes and scripts easier and more straightforward. This usually comes in the form of iterative improvements to local testing and how we run apps locally. I also really like tools like Storybook to help run and test components in isolation while also documenting them for future devs. diff --git a/src/data/skills/Mobile_Development.md b/src/data/skills/Mobile_Development.md index f88791a..d84423f 100644 --- a/src/data/skills/Mobile_Development.md +++ b/src/data/skills/Mobile_Development.md @@ -1 +1,7 @@ -get off your damn phone +As the relative Java expert in my time at _Studio_, I did a small amount of maintenance on the Central Park Android App in 2015. Learning the basics of mobile development was very interesting but I haven't had a chance to apply those skills elsewhere professionally. In my own time I have tinkered a little bit with React Native but nothing worth showcasing. + +Since most of my work has been in webapps I have created many responsive components, apps, and pages. Usually this has involved a component library or css framework but I've also created plenty of responsive UIs from scratch with media queries. + +#### Public Projects + +- [Central Park Android App](https://play.google.com/store/apps/details?id=com.centralpark.mobile&hl=en_US) diff --git a/src/data/skills/React.md b/src/data/skills/React.md index d0eeb9f..da30d5a 100644 --- a/src/data/skills/React.md +++ b/src/data/skills/React.md @@ -1,3 +1,8 @@ I started using React in 2016 when the team I was on at Campus Labs decided to switch. I began the migration alone, with some guidance from other teams that had already made the switch, and later taught others how to use React. From there I went on to fully frontend roles at Crisp and Wagmo, both using React nearly 100% of the time. I've worked with class components and _Redux_ for state management but I've also worked a lot with functional components, hooks, and context for global state. For most of the apps I've worked on it's made more sense to persist everything on the backend and use _React Query_ or _Apollo GraphQL_ to access that data. + +#### Public Projects + +- [Crisp React Store Locator](https://github.com/gocrisp/react-store-locator) +- [Wagmo Marketing Site](https://wagmo.io/) (Builder.io) diff --git a/src/data/skills/Third_Party_APIs.md b/src/data/skills/Third_Party_APIs.md index ce01362..e590b30 100644 --- a/src/data/skills/Third_Party_APIs.md +++ b/src/data/skills/Third_Party_APIs.md @@ -1 +1,6 @@ -hello +Throughout the years I've encountered many third party APIs and I'm sure the list below is incomplete. I've worked with google maps on a few different occasions and a handful of other private APIs specific to the domains I've worked with. I've also created a few simple Slackbots to alert the team to status updates for various internal services. + +#### Public Projects + +- [Crisp JS Store Locator](https://github.com/gocrisp/store-locator) - Google Maps +- [Central Park Android App](https://play.google.com/store/apps/details?id=com.centralpark.mobile&hl=en_US) - Google Maps diff --git a/src/data/skills/Web_Development.md b/src/data/skills/Web_Development.md index 9cca335..e6849ca 100644 --- a/src/data/skills/Web_Development.md +++ b/src/data/skills/Web_Development.md @@ -1 +1,5 @@ I learned HTML and JavaScript in high school and tinkered with websites throughout college. Professionally, I've almost always worked on webapps - either MVC backend with a lightweight frontend or a RESTful/GraphQL backend with a full frontend framework. I've been through all of the browser compatibility issues of the early 2000's and working with plain javascript without a framework enough to understand the fundamentals very well. + +#### Public Projects + +- [Crisp JS Store Locator](https://github.com/gocrisp/store-locator) diff --git a/src/pages/Skills/Description.tsx b/src/pages/Skills/Description.tsx index b03a86b..f89fc87 100644 --- a/src/pages/Skills/Description.tsx +++ b/src/pages/Skills/Description.tsx @@ -9,11 +9,30 @@ type SkillDescriptionProps = { }; const markdownComponents: Components = { + // a11y lint rules disabled here because they are requiring content, + // which we don't have until these are used p(props) { const { node, ...rest } = props; - return

; }, + h4(props) { + const { node, ...rest } = props; + return

; // eslint-disable-line jsx-a11y/heading-has-content + }, + li(props) { + const { node, ...rest } = props; + return
  • ; + }, + ul(props) { + const { node, ...rest } = props; + return