TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Unlocking the 'aha' moment: Developer relations for startups

70 pointsby jonmarkgo7 months ago

5 comments

physicsguy7 months ago
This is only worth paying attention to if developers are your final audience. So the products he mentions - Auth0, Twillio, Docker, great, this strategy is applicable. But if it’s something that the API is available but isn’t the product then spending lots of time on DevRel is wasted.<p>In the medium term, I expect developer focused startups to become less and less funded. Higher interest rates mean the landscape is very different and profitability is much more important much earlier.
评论 #41779798 未加载
TheJoeMan7 months ago
This is good advice! I would like to propose a corollary:<p>If your main API function has multiple parameters, in the documentation example you need to use all of them, and absolutely do not shadow the parameter names! “foo foo = foo” might make your demo look slick, but the developer learns nothing. This is a lost opportunity to explain the parameters with the variable name instead of a comment.<p>I’ll give an example: RevenueCat’s demo for using SyncPurchases [1] returns a tuple of (value, error), and they throw away the error, not even showing the 1 line of how you have to typecast it. This results in much digging needed.<p>[1] <a href="https:&#x2F;&#x2F;www.revenuecat.com&#x2F;docs&#x2F;getting-started&#x2F;quickstart#4-using-revenuecats-purchases-sdk" rel="nofollow">https:&#x2F;&#x2F;www.revenuecat.com&#x2F;docs&#x2F;getting-started&#x2F;quickstart#4...</a>
评论 #41771237 未加载
评论 #41771236 未加载
ChrisMarshallNY7 months ago
Apple used to have the best developer relationships ever. You would get assigned an “evangelist,” who would act as your factor, within Apple. I think Guy Kawasaki was very involved with that.<p>The company I used to work for, did a very similar thing, with photographers.<p>These kinds of programs are really hard to represent as ROI, though, so they are hard to “evangelize,” within the company, so to speak.
neom7 months ago
Whenever I&#x27;d hire someone new into DevRel at DigitalOcean back in the day, they&#x27;d always ask to see my demo.<p>I&#x27;d spin up a droplet and ssh in. I never took the full 10 minutes in the demo&#x27;s for conf&#x27;s we sponsored. 1.5 minutes and you can go watch someone else more interesting than me.<p>Get to the aha moment and get onto the next group of potential customers.
keyle7 months ago
That&#x27;s the importance of a good landing page or Readme.md<p>Tell me why I should care and assume I don&#x27;t want to.