July 2024 Summaries
3 posts from Hookdeck
Filter
Month:
Year:
Post Summaries
Back to Blog
Hookdeck has updated its search functionality to include an "Ask AI" feature that allows users to ask questions about Hookdeck and other services, with AI-generated answers. The company also released a tutorial on using Hookdeck with Twilio and Supabase for secure and scalable SMS real-time voting applications. Additionally, Hookdeck supported community events such as HackBarna - AI Edition, where teams used Hookdeck in their projects, including Eloquent AI, Travel Song, and Level Access. Furthermore, the company announced TypeScript and Go SDK releases that include source verification support and a breaking change to query functions.
Jul 15, 2024
794 words in the original blog post.
Asynchronous AI is becoming increasingly necessary due to the long response times of generative AI APIs, which can take tens of seconds or even minutes to respond, making synchronous technologies and paradigms unsuitable for these products. The traditional REST API model, designed for fast responses, is not well-suited for GenAI APIs, which require asynchronous solutions to handle their variable and often long response times. To address this issue, developers are exploring event-driven systems using callback events such as webhooks, streaming protocols like Server-Sent Events (SSE) or WebSocket, and adopting asynchronous AI patterns that better match the nature of GenAI products, offering improved developer experiences, scalability, and robustness.
Jul 08, 2024
1,436 words in the original blog post.
An event gateway is a platform that sits at the heart of an event-driven architecture, providing a centralized management system for event ingestion, filtering, transformation, delivery, retries, scaling, security, and operational visibility. It replaces multiple standalone tools with a single all-in-one tool, handling receiving events, delivering events, filtering events, transforming events, retries and rerouting, scaling to meet demand, security and compliance, and operational visibility. Event gateways are suitable for managing inbound webhook infrastructure, outbound webhook infrastructure, asynchronous API gateway, connecting third-party services, and messaging queue for serverless applications, providing a reliable intermediary between systems. They work by ingesting events, filtering and transforming them, and sending them to where they're needed, often without the need for custom development or integration work.
Jul 03, 2024
1,058 words in the original blog post.