HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DataOverload

no profile record

Submissions

[untitled]

1 points·by DataOverload·el año pasado·0 comments

[untitled]

1 points·by DataOverload·el año pasado·0 comments

[untitled]

1 points·by DataOverload·el año pasado·0 comments

[untitled]

1 points·by DataOverload·el año pasado·0 comments

[untitled]

1 points·by DataOverload·el año pasado·0 comments

[untitled]

1 points·by DataOverload·el año pasado·0 comments

[untitled]

1 points·by DataOverload·el año pasado·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

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

github.com
8 points·by DataOverload·hace 2 años·2 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

Understanding the HTTP Deprecation Header

zuplo.com
3 points·by DataOverload·hace 2 años·2 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

[untitled]

1 points·by DataOverload·hace 2 años·0 comments

comments

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