Have you ever needed to understand the HTTP[S] communication between a client program and its server? Learn to use the mitmproxy server to spy on HTTP…
If you're integrating your software with a web service these days, chances are you have to use OAuth2 to authorize it. Here's a little story about a h…
Join guest chef Nat Budin to see how a traditional RESTful API can lead to an inefficient client/server conversation. You'll see what a GraphQL altern…
Last week Youssef Chaker demonstrated the risks in adding a quick, ad-hoc JSON endpoint. Today he's going to show you how to leverage JSON-API to crea…
It's one thing to add a basic JSON endpoint. Another to grow an API that's consistent, predictable, well-documented, and fails gracefully. Join guest …
Nobody likes a web API that behaves differently than the docs say it should. Join Ariel Caplan to learn how to ensure your API never gets out of sync …