Difference between revisions of "Developer Relations"

From Hod's Personal Wiki
Jump to: navigation, search
m
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
= Developer Relations General Resources =
 +
 +
== Favorite Reads ==
 +
 +
[http://softwareas.com/developer-relations-a-five-level-maturity-model/ DEVELOPER RELATIONS: A FIVE-LEVEL MATURITY MODEL]
 +
 +
[http://ericsink.com/entries/fsharp_chasm.html Why your F# evangelism isn't working]
 +
 +
=== Curated ===
 +
 
[http://developer-evangelism.com/ The Developer Evangelist Handbook (Christian Heilmann)]
 
[http://developer-evangelism.com/ The Developer Evangelist Handbook (Christian Heilmann)]
  
Line 4: Line 14:
  
 
[http://wip.org/blog/ WIP Factory blog]
 
[http://wip.org/blog/ WIP Factory blog]
 +
 +
[https://devrel.net/ Home of DevRelCon, DevXCon, and many resources]
  
 
http://devguild.heavybit.com/
 
http://devguild.heavybit.com/
 +
 +
https://daveyshafik.com/archives/70023-building-a-community-presence.html
 +
 +
https://daveyshafik.com/archives/70035-community-relations-not-just-a-megaphone.html
 +
 +
=== YMMV ===
  
 
https://medium.com/the-mobilizer/20-articles-on-developer-evangelism-the-ultimate-list-c28bc4b8c761#.53zsznspc
 
https://medium.com/the-mobilizer/20-articles-on-developer-evangelism-the-ultimate-list-c28bc4b8c761#.53zsznspc
Line 12: Line 30:
  
 
http://developerthinktank.com/
 
http://developerthinktank.com/
 
http://www.expressyourselftosuccess.com/
 
  
 
http://thenextweb.com/dd/2012/06/03/a-day-in-the-life-of-a-developer-evangelist/
 
http://thenextweb.com/dd/2012/06/03/a-day-in-the-life-of-a-developer-evangelist/
Line 34: Line 50:
  
 
https://adtmag.com/blogs/dev-watch/2016/02/developer-evangelists.aspx
 
https://adtmag.com/blogs/dev-watch/2016/02/developer-evangelists.aspx
 
http://blog.devrel.net/
 
  
 
[https://www.facebook.com/groups/664801290198325/ Facebook DevEvangelists group (hidden)]
 
[https://www.facebook.com/groups/664801290198325/ Facebook DevEvangelists group (hidden)]
Line 42: Line 56:
  
 
https://growthhackers.com/
 
https://growthhackers.com/
 +
 +
http://fokkezb.nl/2016/08/30/the-developer-experience-pyramid/
  
 
= Presentation =
 
= Presentation =
 +
 +
=== Presentation Advice and Tips ===
 +
 +
[http://damian.conway.org/IBP.pdf Instantly Better Presentations (Damian Conway) (PDF)]
 +
 +
http://www.techspeak.email/
  
 
http://www.garrreynolds.com/Presentation/delivery.html
 
http://www.garrreynolds.com/Presentation/delivery.html
Line 59: Line 81:
 
http://www.pptmagic.com/articles/perfectlineup.htm
 
http://www.pptmagic.com/articles/perfectlineup.htm
  
== Presentation Tools ==
+
http://www.expressyourselftosuccess.com/
 +
 
 +
=== Presentation Tools ===
 +
 
 +
[http://www.google.com/slides/about/ Google Slides]
  
 
[https://github.com/hakimel/reveal.js/ Reveal JS]
 
[https://github.com/hakimel/reveal.js/ Reveal JS]
 +
 +
[http://impress.github.io/impress.js/#/bored Impress JS]
 +
 +
[http://imakewebthings.com/deck.js Deck JS]
 +
 +
[http://formidable.com/open-source/spectacle Spectacle (based on React)]
  
 
http://prezi.com/index/
 
http://prezi.com/index/
 +
 +
[http://asciidocfx.com/ AsciidocFX Asciidoc document/book/presentation editor]
 +
 +
[http://www.provideocoalition.com/ts-trs-trrs-trrrs-combating-the-misconnection-epidemic Yes, even audio plugs can be a pain (Getting analog audio into a Mac)]
  
 
= Event Lists =
 
= Event Lists =
 +
 +
http://confir.io/
 +
 +
https://bugfender.com/conferences/
 +
 +
https://logz.io/blog/tech-conferences-2018/
 +
 +
https://www.papercall.io/events
 +
 +
https://www.smashingmagazine.com/web-tech-front-end-ux-conferences/
 +
 +
https://blog.bizzabo.com/technology-events
 +
 +
https://eventil.com/
 +
 +
http://lanyrd.com/ (No longer active?)
  
 
http://wip.org/events/
 
http://wip.org/events/
Line 72: Line 124:
  
 
http://thetechmap.com/events
 
http://thetechmap.com/events
 +
 +
http://theweeklycfp.com/ (Weekly mail)
 +
 +
http://www.developerevents.org/
 +
 +
http://iotevents.org/
 +
 +
https://opensource.com/resources/conferences-and-events-monthly
 +
 +
= Meetups =
 +
 +
[http://www.meetup.com/svdevrel/ Silicon Valley Developer Relations - Online and in-person in the SF Bay Area) (formerly Bay Area Technical Evangelists)]
 +
 +
[http://www.meetup.com/DeveloperAdvocates/ SF Developer Advocates (Meetups in SF)]
 +
 +
[http://www.meetup.com/Virtual-DevRel/ Virtual Developer Relations meetup (live streams)]
 +
 +
= Developer Portals =
 +
 +
[https://pronovix.com/blog/developer-portals-best-practices-documentation-patterns Patterns in Developer Portals]
 +
 +
= Social Media =
 +
 +
[https://twitter.com/DevRelIO DevRelIO]
 +
 +
[https://twitter.com/devrel_net DevRel (devrel_net)]
 +
 +
[https://twitter.com/chiuki Chiu-Ki Chan]
 +
 +
[https://twitter.com/housecor Cory House (see his GH repo)]

Latest revision as of 07:04, 1 March 2018

Developer Relations General Resources

Favorite Reads

DEVELOPER RELATIONS: A FIVE-LEVEL MATURITY MODEL

Why your F# evangelism isn't working

Curated

The Developer Evangelist Handbook (Christian Heilmann)

Christian Heilmann

WIP Factory blog

Home of DevRelCon, DevXCon, and many resources

http://devguild.heavybit.com/

https://daveyshafik.com/archives/70023-building-a-community-presence.html

https://daveyshafik.com/archives/70035-community-relations-not-just-a-megaphone.html

YMMV

https://medium.com/the-mobilizer/20-articles-on-developer-evangelism-the-ultimate-list-c28bc4b8c761#.53zsznspc

http://blogs.infragistics.com/blogs/tony_lombardo/archive/2008/02/20/what-exactly-is-a-technical-evangelist.aspx

http://developerthinktank.com/

http://thenextweb.com/dd/2012/06/03/a-day-in-the-life-of-a-developer-evangelist/

https://www.linkedin.com/pulse/developer-relations-hiring-positioning-winning-patricia-dugan?trk=hb_ntf_MEGAPHONE_ARTICLE_POST

https://evangelistcollective.github.io/

http://communitybuilding.stackexchange.com/

http://communitybuilding.stackexchange.com/questions/1246/what-is-the-best-way-to-describe-the-value-of-a-community

http://communitybuilding.stackexchange.com/questions/1454/how-can-an-online-community-measure-its-growth-and-development/1455#1455

http://nordicapis.com/day-in-the-life-of-an-api-developer-evangelist/

http://blog.reybango.com/2015/05/14/measuring-success-in-developer-relations/

http://developermedia.com/category/blog/

https://adtmag.com/blogs/dev-watch/2016/02/developer-evangelists.aspx

Facebook DevEvangelists group (hidden)

http://developerprogram.com/news/index.html

https://growthhackers.com/

http://fokkezb.nl/2016/08/30/the-developer-experience-pyramid/

Presentation

Presentation Advice and Tips

Instantly Better Presentations (Damian Conway) (PDF)

http://www.techspeak.email/

http://www.garrreynolds.com/Presentation/delivery.html

http://www.garrreynolds.com/Presentation/slides.html

http://www.ellenfinkelstein.com/pptblog/is-powerpoint-evil/

http://www.garrreynolds.com/Presentation/prep.html

http://www.ellenfinkelstein.com/powerpoint_tips.html

http://www.pptalchemy.co.uk/powerpoint_hints_and_tips_tutorials.html

http://www.pptmagic.com/articles/perfectlineup.htm

http://www.expressyourselftosuccess.com/

Presentation Tools

Google Slides

Reveal JS

Impress JS

Deck JS

Spectacle (based on React)

http://prezi.com/index/

AsciidocFX Asciidoc document/book/presentation editor

Yes, even audio plugs can be a pain (Getting analog audio into a Mac)

Event Lists

http://confir.io/

https://bugfender.com/conferences/

https://logz.io/blog/tech-conferences-2018/

https://www.papercall.io/events

https://www.smashingmagazine.com/web-tech-front-end-ux-conferences/

https://blog.bizzabo.com/technology-events

https://eventil.com/

http://lanyrd.com/ (No longer active?)

http://wip.org/events/

http://blog.bizzabo.com/the-ultimate-calendar-of-marketing-sales-and-tech-conferences-of-2015

http://thetechmap.com/events

http://theweeklycfp.com/ (Weekly mail)

http://www.developerevents.org/

http://iotevents.org/

https://opensource.com/resources/conferences-and-events-monthly

Meetups

Silicon Valley Developer Relations - Online and in-person in the SF Bay Area) (formerly Bay Area Technical Evangelists)

SF Developer Advocates (Meetups in SF)

Virtual Developer Relations meetup (live streams)

Developer Portals

Patterns in Developer Portals

Social Media

DevRelIO

DevRel (devrel_net)

Chiu-Ki Chan

Cory House (see his GH repo)