HackerTrans
热门最新趋势评论往期问答秀出招聘

DataOverload

no profile record

提交

[untitled]

1 分·作者 DataOverload·去年·0 评论

[untitled]

1 分·作者 DataOverload·去年·0 评论

[untitled]

1 分·作者 DataOverload·去年·0 评论

[untitled]

1 分·作者 DataOverload·去年·0 评论

[untitled]

1 分·作者 DataOverload·去年·0 评论

[untitled]

1 分·作者 DataOverload·去年·0 评论

[untitled]

1 分·作者 DataOverload·去年·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

Show HN: Neon-PostgREST – Build a Supabase-Like API/SDK DevX over Neon

github.com
8 分·作者 DataOverload·2年前·2 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

Understanding the HTTP Deprecation Header

zuplo.com
3 分·作者 DataOverload·2年前·2 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

[untitled]

1 分·作者 DataOverload·2年前·0 评论

评论

DataOverload
·去年·讨论
AI slop
DataOverload
·去年·讨论
Code-First vs Design-First, tools you should use, and more
DataOverload
·去年·讨论
Hey - get in touch with me at Zuplo. If this is for a charity, we might be able to swing you a really cheap deal.
DataOverload
·去年·讨论
Cool project! Love the OpenAPI 3 support
DataOverload
·去年·讨论
This is me! I actually just made a blog version of this with my code samples linked: https://zuplo.com/blog/2025/03/24/apis-at-the-edge
DataOverload
·去年·讨论
Here's some tips I had on ensuring you can make changes or rollback changes to your API without breaking your consumer's trust.
DataOverload
·去年·讨论
There is now an official RFC for this: https://datatracker.ietf.org/doc/html/rfc9745
DataOverload
·去年·讨论
There are many SDK generators out there (even OSS) - what makes you special?
DataOverload
·去年·讨论
I have a project I work on every now and then that consumes arazzo specs: https://github.com/AdrianMachado/arazzo-runner Essentially its an executor for Arazzo
DataOverload
·去年·讨论
I'm working on a gateway called Zuplo that is Openapi-native and can synchronize with your generated OpenAPI docs too
DataOverload
·去年·讨论
You can write/generate OpenAPI in JSON. There are also many GUIs out there
DataOverload
·去年·讨论
Totally agree - I think the agents are honestly incentivized to not identify themselves
DataOverload
·去年·讨论
This was predictable vs creating a backdoor
DataOverload
·去年·讨论
FastAPI + Render + Zuplo tutorials from the FastAPI expert Marcelo Trylesinski
DataOverload
·去年·讨论
Hey folks - I tried to make the most comprehensive guide to API rate limiting out there. There's definitely some less explored topics like the new rate limiting header RFCs so even if you're experience with rate limiting - you might learn something new
DataOverload
·去年·讨论
Neat!
DataOverload
·2年前·讨论
Quick tutorial I wrote on recreating the Supabase API experience using any hosted postgres. In this case I used neon for ease of setup, but the implementation can be adapted using the node `pg` module.
DataOverload
·2年前·讨论
We switched from Fly to CF workers a while ago, and never looked back
DataOverload
·2年前·讨论
You can replace the @neondatabase/serverless module with the node Postgres module (pg). Here's a sample of what that would look like: https://github.com/subzerocloud/showcase/blob/main/vercel-po...
DataOverload
·2年前·讨论
Good guide on how to avoid having too many query params