HN user

DataOverload

131 karma
Posts11
Comments38
View on HN
[dead] 1 year ago

Code-First vs Design-First, tools you should use, and more

[dead] 1 year ago

Here's some tips I had on ensuring you can make changes or rollback changes to your API without breaking your consumer's trust.

[dead] 1 year ago

FastAPI + Render + Zuplo tutorials from the FastAPI expert Marcelo Trylesinski

[dead] 1 year ago

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

[dead] 2 years ago

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.

[dead] 2 years ago

Good guide on how to avoid having too many query params

[dead] 2 years ago

Useful tips and examples for informing end users of an impending deprecation as a dev

JSON Patch 2 years ago

Same here, I actually made a tool for this called www.jsonmergepatch.com - give it a try

JSON Patch 2 years ago

You might like JSON Merge Patch then - much simpler syntax that avoids the URL stuff

JSON Patch 2 years ago

Thanks for sharing, I'll try and find time to compare and write about it