Tag
#api
5 posts
Tech
Yellorn: The Browser Tab I Wanted for Dirty Data and Webhook Debugging
A human tour of Yellorn: repair broken JSON, XML, YAML, and CSV, publish mock webhook APIs, send HTTP requests, and keep integration debugging in one focused browser workspace.
#yellorn #json #xml #yaml
Tech
Rate Limiting & Circuit Breaker: The 'Traffic Light & Fuse Box' Mental Model
How do you stop one bad client from taking down your entire API? A mastery guide to rate limiting strategies, circuit breakers, and resilience patterns.
#System Design #Resilience #API #Python
Tech
REST vs. GraphQL vs. gRPC: The 'Restaurant Menu' Mental Model
Why does GraphQL exist if REST works fine? A mastery guide to API protocols, when to use each, and how gRPC changes the game for internal services.
#System Design #API #REST #GraphQL
Tech
API Certificates: The Mastery Guide to Debugging & The Chain of Trust
Stop guessing with SSLErrors. A mastery-level guide to the Chain of Trust, openssl debugging, and proving exactly whose fault it is.
#System Design #Security #API #Python
Tech
Authentication vs. Authorization vs. OAuth: The 'ID Card' Mental Model
Stop mixing up 401 and 403. A mastery guide to AuthN (Who you are), AuthZ (What you can do), and the OAuth Valet Key.
#System Design #Security #API