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.

Ask HN: Which dev product (API, library, etc.) gave you the best dev experience?

3 pointsby artembugaraalmost 4 years ago
As a developer, which product&#x2F;open-source project&#x2F;API gave you the best, most flawless developer experience?<p>And why?<p>To me, ElasticSearch official reference has a great in-depth explanation. However, I&#x27;d love to see more guides, examples, use-cases to be able to learn by example.

2 comments

jkaalmost 4 years ago
Python seems fairly pleasant to me. Experimenting with code using the interpreter is straightforward -- even when re-using methods or classes from large codebases -- built-in help and documentation is available in the same interactive environment, and the online reference and API documentation is well-organized and versioned, snappy and quick to search.<p>In the rare situations where something requires especially detailed debugging, the core libraries themselves are open source, and the bug tracker is equally open to help trace down any existing conversations and unexpected results.
MildlySeriousalmost 4 years ago
I always thought Elixir and Vue are both fantastic tools with high quality documentation that not only show you how to do what, but also the context of why you do things a certain way, pitfalls, etc.<p>Not sure if that&#x27;s in the ballpark of what you&#x27;re looking for, sorry if not.