Tag: #webhook
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Advanced Operators — Finalizers, Admission Webhooks, and Status/Conditions Design
This post covers the three topics that move a Kubernetes Operator from a demo to production: cleaning up external resources with Finalizers, Validating and Mutating Admission Webhooks, and designing the Status subresourc
2026-06-15 · 14 min read #kubernetes#operator#finalizer#webhook#kubebuilderWebhook & Event Delivery Infrastructure in 2026 — Svix / Hookdeck / ngrok / Sequin / Convoy / Standard Webhooks Deep Dive
A May 2026 map of the webhook and event-delivery landscape — Svix, Hookdeck, ngrok, Sequin, Convoy, smee.io and the rest of the gateways, tunnels and debuggers; AWS EventBridge, GCP Eventarc and Azure Event Grid as cloud
2026-05-16 · 19 min read #webhook#event-delivery#svix#hookdeck#ngrokAPI Design Complete Guide — REST, OpenAPI, Versioning, Pagination, Idempotency, Webhooks (2025)
REST Maturity, OpenAPI 3.1, Versioning, Pagination (Offset/Cursor/Keyset), Idempotency Key, Rate Limiting, Webhook retries, AsyncAPI — the 2025 state of API design.
2026-04-15 · 10 min read #api#rest#openapi#webhook#versioningTelegram Bot + Webhook Practical Guide: From Building a Bot with Python to Kubernetes Deployment
A complete guide to chatbot development using Telegram Bot API and Webhooks. Build a bot with python-telegram-bot and FastAPI, compare Polling vs Webhook, implement inline keyboards and command handlers, and deploy to Ku
2026-03-02 · 7 min read #telegram#bot#webhook#python#chatbot