HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DataOverload

no profile record

Submissions

[untitled]

1 points·by DataOverload·năm ngoái·0 comments

[untitled]

1 points·by DataOverload·năm ngoái·0 comments

[untitled]

1 points·by DataOverload·năm ngoái·0 comments

[untitled]

1 points·by DataOverload·năm ngoái·0 comments

[untitled]

1 points·by DataOverload·năm ngoái·0 comments

[untitled]

1 points·by DataOverload·năm ngoái·0 comments

[untitled]

1 points·by DataOverload·năm ngoái·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

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

github.com
8 points·by DataOverload·2 năm trước·2 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

Understanding the HTTP Deprecation Header

zuplo.com
3 points·by DataOverload·2 năm trước·2 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

[untitled]

1 points·by DataOverload·2 năm trước·0 comments

comments

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