Retrying HTTP Requests in Go Without Making It Worse
When you call an external API, things go fine until they don't. A network blip, a server restart, a rate limit. So you add a retry, and most of the ti…
Tech news from the best sources
When you call an external API, things go fine until they don't. A network blip, a server restart, a rate limit. So you add a retry, and most of the ti…
Быстрые интеграции в 1С: прощайте, бесконечные переделки! Как же бесит, когда приходится переписывать интеграции снова и снова… Опять растет тех. долг…
framework-http-request-headers.md Comprehensive reference for the eleven HTTP request headers most relevant to server side decisions about how to resp…
framework-http-rate-control-headers.md Comprehensive reference for the HTTP response headers that communicate rate limit state and backoff guidance to…
What Actually Happens When You Press Enter? You type www.google.com and press Enter. Half a second later, a fully rendered page appears. Nobody taught…
How the Internet Actually Works: Understanding Client-Server Architecture with Real Code The Big Picture: What Happens When You Visit a Website? Every…
Пока в приложении две роли и три проверки, авторизация умещается в if user.Role == "admin". Но стоит добавить пару ресурсов, ролей и исключений — и ус…
Почти каждый сервис, который мы сегодня пишем, ходит куда-то наружу — платёжный шлюз, биллинг, чужой публичный API. И каждый раз, когда садимся писать…
When building APIs, understanding HTTP status codes is one of the most important fundamentals every developer should master. These codes are the stand…
Hiee🥂!! Lately I’ve been diving deep into web internals and honestly the deeper I go, the crazier it feels. So I thought of documenting whatever I’m l…
Last week as I was trying to integrate EspoCRM's lead capture form with my website, I ran into a peculiar issue. Every time I would try to submit a fo…
Привет всем, на связи снова Дарья Борисова, системный аналитик из ПСБ. Продолжаю развеивать мифы о REST API. Если вы пропустили первую и вторую часть,…
Знаете, кому 29 апреля стукнуло 30 лет? Спецификации FastCGI. Тридцать лет с 1996 года. Погодите. Эта заметка не про ностальгию по .fcgi -скриптам, ко…