HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DataOverload

no profile record

Submissions

[untitled]

1 points·by DataOverload·w zeszłym roku·0 comments

[untitled]

1 points·by DataOverload·w zeszłym roku·0 comments

[untitled]

1 points·by DataOverload·w zeszłym roku·0 comments

[untitled]

1 points·by DataOverload·w zeszłym roku·0 comments

[untitled]

1 points·by DataOverload·w zeszłym roku·0 comments

[untitled]

1 points·by DataOverload·w zeszłym roku·0 comments

[untitled]

1 points·by DataOverload·w zeszłym roku·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

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

github.com
8 points·by DataOverload·2 lata temu·2 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

Understanding the HTTP Deprecation Header

zuplo.com
3 points·by DataOverload·2 lata temu·2 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

[untitled]

1 points·by DataOverload·2 lata temu·0 comments

comments

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