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: What libraries are a joy to work with?

5 pointsby rs86about 8 years ago
I am refactoring an obscure library to make it a developer friendly SDK. What libraries do you love to work with? I want to look at what developers like and get lessons from those examples.

8 comments

bradcompabout 8 years ago
I&#x27;m using Clap[0] for a command line project I&#x27;m doing in Rust. The API for it is fantastic, and the examples are very well commented. Overall it&#x27;s the best library I&#x27;ve run across in a while.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;kbknapp&#x2F;clap-rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kbknapp&#x2F;clap-rs</a>
katabout 8 years ago
Bootstrap! <a href="http:&#x2F;&#x2F;bootstrapdocs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;bootstrapdocs.com&#x2F;</a> Their documentation is great. They have useful code examples that are simple enough to copy+paste into your own code, but are complex enough to show off the entire feature.
评论 #13927445 未加载
neilsimp1about 8 years ago
Command Line Parser Library for .Net&#x2F;.Net Core. This made setting up quick CLI apps pretty brainless for me.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gsscoder&#x2F;commandline" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gsscoder&#x2F;commandline</a>
madamelicabout 8 years ago
I really like Stripe&#x27;s Node API, it is a pretty class act all around. Their documentation is top-notch.<p>(Also they have lurkers in HN so if you complain, you get someone from Stripe offering help. :))
alexk307about 8 years ago
Django Rest Framework <a href="http:&#x2F;&#x2F;www.django-rest-framework.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.django-rest-framework.org&#x2F;</a>. Makes writing APIs in Python quick and painless.
andrei_says_about 8 years ago
Vue.js and the Vue ecosystem<p>axios<p>Sequel (the ruby orm)
tjalfiabout 8 years ago
Systems.Collections.Immutable
评论 #13932078 未加载
barhaimabout 8 years ago
React :D
评论 #13930149 未加载