HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DataOverload

no profile record

Submissions

[untitled]

1 points·by DataOverload·anno scorso·0 comments

[untitled]

1 points·by DataOverload·anno scorso·0 comments

[untitled]

1 points·by DataOverload·anno scorso·0 comments

[untitled]

1 points·by DataOverload·anno scorso·0 comments

[untitled]

1 points·by DataOverload·anno scorso·0 comments

[untitled]

1 points·by DataOverload·anno scorso·0 comments

[untitled]

1 points·by DataOverload·anno scorso·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

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

github.com
8 points·by DataOverload·2 anni fa·2 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

Understanding the HTTP Deprecation Header

zuplo.com
3 points·by DataOverload·2 anni fa·2 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

[untitled]

1 points·by DataOverload·2 anni fa·0 comments

comments

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