From 7bd05a8292d04240ff18c9518e56b6f3b7190af3 Mon Sep 17 00:00:00 2001 From: Naomi Date: Wed, 5 Jun 2024 03:51:36 +0000 Subject: [PATCH] chore: add new position and testimonial (#12) Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/12 Co-authored-by: Naomi Co-committed-by: Naomi --- src/app/config/Employment.ts | 16 +++++++++++++++- src/app/config/Testimonials.ts | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/src/app/config/Employment.ts b/src/app/config/Employment.ts index 81a11d3..2437c52 100644 --- a/src/app/config/Employment.ts +++ b/src/app/config/Employment.ts @@ -72,7 +72,7 @@ Additionally, I guided and mentored other developers in the design and coding of title: "Community Bot Engineer", company: "Deepgram", start: new Date("July 5 2023"), - end: null, + end: new Date("June 4 2024"), link: "https://deepgram.com", type: "project", logo: "deepgram.jpeg", @@ -343,5 +343,19 @@ I engaged with and moderated the community on the forum and Discord server, fost type: "volunteer", logo: "fruit.png", description: `As a Discord Moderator for FruitPursuits, I provide crucial support to members, ensuring they have a seamless experience within our community. I troubleshoot technical issues, enforce community guidelines, and foster engagement among members. Collaborating with fellow moderators, I contribute to the ongoing improvement of our Discord server, empowering users to fully enjoy their fruit-loving journey.` + }, + { + title: "Developer Experience Consultant", + company: "Deepgram", + start: new Date("June 5 2024"), + end: null, + link: "https://deepgram.com", + type: "fixed", + logo: "deepgram.jpeg", + description: `As a DX Consultant at Deepgram, I spearhead efforts to enhance community engagement and streamline developer experiences. Leveraging my expertise, I optimize community management workflows on platforms like Slack, GitHub Discussions, and Discord. My primary focus involves acting as a Community Manager, where I strive to answer approximately 60% of community inquiries, foster engagement, and ensure valuable feedback reaches the Product Board for consideration. + + In parallel, I lead DX initiatives, delivering minor documentation improvements, documenting new product features, and integrating new solutions. My proficiency extends to SDK support (JS, Python), where I deliver enhancements and develop new applications as needed. Additionally, I provide high-priority support for demo applications. + + Through my multifaceted approach, I drive tangible improvements in community interactions and developer experiences, contributing to Deepgram's growth and user satisfaction.` } ]; diff --git a/src/app/config/Testimonials.ts b/src/app/config/Testimonials.ts index 37a8d01..985c150 100644 --- a/src/app/config/Testimonials.ts +++ b/src/app/config/Testimonials.ts @@ -39,5 +39,13 @@ export const Testimonials: { "I've worked alongside Naomi on a number of projects, and it is always a blessing to have her on the team. She is knowledgable, reliable, and always willing to jump in with creative and efficient engineering solutions to complex workflow problems. Naomi is also such a patient teacher, effectively explaining how things work and enabling others to become more independent. I always look forward to working with Naomi, and recommend you work with her if you have the opportunity!", sourceIcon: faLinkedin, sourceUrl: "https://www.linkedin.com/in/naomi-lgbt/details/recommendations/" + }, + { + name: "Kaitlyn Nichols", + date: new Date("May 30, 2024"), + content: + "She is a dedicated programmer and spends most of her time either making bots, or coding. She has an excellent work ethic and goes until she is satisfied with the end product.", + sourceIcon: faLinkedin, + sourceUrl: "https://www.linkedin.com/in/naomi-lgbt/details/recommendations/" } ];