What is DevRel? (And Why You Might Already Be One)
Developer Relations, or DevRel, is the practice of fostering relationships between companies and the developer community. It encompasses roles such as educator, community builder, and technical advocate. Many developers may already be engaging in DevRel activities without realizing it, as it can also serve as a potential career path.
- ▪DevRel involves building awareness and relationships between a company and its potential users.
- ▪The three pillars of DevRel are Developer Experience, Community, and Advocacy.
- ▪Activities in DevRel include writing technical content, speaking at events, and providing community support.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1659242) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Tosin Akinbowa Posted on May 26 What is DevRel? (And Why You Might Already Be One) #beginners #devrel #developer I have been a developer for over four years, writing code on a daily basis but I never knew what DevRel was until I joined a mentorship program. I had been engaging in developer discussions, helping people understand technologies I used often, and mentoring junior developers in the tech space. Little did I know I was already doing DevRel.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).