HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DataOverload

no profile record

Submissions

[untitled]

1 points·by DataOverload·ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

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

github.com
8 points·by DataOverload·2 ปีที่แล้ว·2 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

Understanding the HTTP Deprecation Header

zuplo.com
3 points·by DataOverload·2 ปีที่แล้ว·2 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by DataOverload·2 ปีที่แล้ว·0 comments

comments

DataOverload
·ปีที่แล้ว·discuss
AI slop
DataOverload
·ปีที่แล้ว·discuss
Code-First vs Design-First, tools you should use, and more
DataOverload
·ปีที่แล้ว·discuss
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
·ปีที่แล้ว·discuss
Cool project! Love the OpenAPI 3 support
DataOverload
·ปีที่แล้ว·discuss
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
·ปีที่แล้ว·discuss
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
·ปีที่แล้ว·discuss
There is now an official RFC for this: https://datatracker.ietf.org/doc/html/rfc9745
DataOverload
·ปีที่แล้ว·discuss
There are many SDK generators out there (even OSS) - what makes you special?
DataOverload
·ปีที่แล้ว·discuss
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
·ปีที่แล้ว·discuss
I'm working on a gateway called Zuplo that is Openapi-native and can synchronize with your generated OpenAPI docs too
DataOverload
·ปีที่แล้ว·discuss
You can write/generate OpenAPI in JSON. There are also many GUIs out there
DataOverload
·ปีที่แล้ว·discuss
Totally agree - I think the agents are honestly incentivized to not identify themselves
DataOverload
·ปีที่แล้ว·discuss
This was predictable vs creating a backdoor
DataOverload
·ปีที่แล้ว·discuss
FastAPI + Render + Zuplo tutorials from the FastAPI expert Marcelo Trylesinski
DataOverload
·ปีที่แล้ว·discuss
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
·ปีที่แล้ว·discuss
Neat!
DataOverload
·2 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
We switched from Fly to CF workers a while ago, and never looked back
DataOverload
·2 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
Good guide on how to avoid having too many query params