chore: add new position and testimonial (#12)

Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/12
Co-authored-by: Naomi <commits@nhcarrigan.com>
Co-committed-by: Naomi <commits@nhcarrigan.com>
This commit is contained in:
Naomi Carrigan 2024-06-05 03:51:36 +00:00 committed by Naomi Carrigan
parent e37950a09e
commit 7bd05a8292
2 changed files with 23 additions and 1 deletions

View File

@ -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.`
}
];

View File

@ -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/"
}
];