Skip to content

Latest commit

 

History

History
278 lines (253 loc) · 11.7 KB

File metadata and controls

278 lines (253 loc) · 11.7 KB
layout two-column
title Connecting Devs, Docs, & DX: My Work
featured_image /assets/images/pages/BHW_speaker.jpeg

FEATURED CONTENT

Every GitHub Repository Should Be A Dataset

Learn how turning repositories into smart datasets could supercharge organizations

BLOG POST

Content Strategy for Startups: Storytelling as a Growth Driver

Understand and optimize content for your team.

FRAMEWORK

The Power of Storytelling

Human stories in a digital world.

KEYNOTE

Open Source Education

Empowering Your Open Source Journey: From First Contribution to Project Leadership

COURSES

"Lunch" Week

Drove campaign to increase awareness, drive engagement, and build community.

LAUNCH CAMPAIGN

The Silent Crisis in Open Source: When Maintainers Walk Away

The departure of a key maintainer can have far-reaching implications

BLOG

Let's Work Together!

Want to collaborate, speak together, feature me on your podcast, or hire me? I'd love to connect and discuss how we can create something amazing.

Get in Touch →

Developer Strategy & Execution

Led DevRel and content strategies that increased engagement, educated devs, and drove product growth through contributor journeys, OSS campaigns, and SEO-driven content.
  • Growth Content: Authored a content strategy that led to a 57% increase in pageviews and doubled click rates over 3 months [OpenSauced Blog]
  • Courses & Learning: Launched Intro to Open Source and Becoming a Maintainer courses — over 300 participants.
  • Product Campaigns: Led messaging and execution for OSCR, Dev Cards, and Lunch Week launches, resulting in record sign-ups.
  • Developer Workflows: Created targeted email drip campaigns for contributors, maintainers, and orgs to support onboarding and adoption.
  • Docs Infrastructure: Migrated docs to a Next.js subdirectory, improving accessibility and leading to a 30% monthly view increase.
  • Newsletter Strategy: Edited and revamped OpenSauced newsletter, increasing engagement and CTRs.

Community & Open Source Advocacy

Built inclusive developer communities and contributor programs that scale — from founding Virtual Coffee to mentoring newcomers and creating cross-org partnerships.

Education & Docs

Create educational resources, improve documentation, and deliver engaging workshops

Developer Advocacy

Champion developers through content, mentorship, and connection. Build bridges between people, products, and purpose.

Speaking & Hosting

Host and speak at in-person and virtual conferences, podcasts, and tech events

Learning Systems & Metrics

Build scalable content workflows with clear success metrics, automation, and developer-first feedback loops.

<style> .dev-education-section-row { background-color: #11273c; color: white; border-radius: 12px; padding: 20px; margin-bottom: 30px; } .dev-education-section-row h2 { font-size: 20px; margin-bottom: 20px; text-align: center; color: white; margin-top: 0px; } .icon-cards-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; } .icon-card { background-color: #f5f2e9; border-radius: 8px; padding: 15px; text-align: center; color: #0a1724; } .icon-bg { background-color: #0a1724; width: 50px; height: 50px; border-radius: 8px; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; } .icon-bg svg { width: 24px; height: 24px; color: white; } .icon-card h3 { font-size: 16px; margin: 0 0 5px; } .icon-card p { font-size: 13px; color: #555; margin: 0; } /* Responsive fallback */ @media (max-width: 768px) { .icon-cards-row { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 480px) { .icon-cards-row { grid-template-columns: 1fr; } } </style>