» Tag
streaming
20 postsStreaming LLM Responses in Django and React: A Practical Guide
A practical guide to streaming LLM responses in Django with Server-Sent Events, covering React integration, Gunicorn workers, Nginx buffering and Celery.
Streaming to Apache Iceberg: Understanding the Latency Physics
A 2026 technical guide to the physics of streaming into Iceberg, covering commit costs, small-file risk, and the latency trade-offs between Flink and Spark.
WiFi Weight Streaming for LLM on ESP32
Run Llama-2 architecture on ESP32 via WiFi streaming. RAM usage remains flat, while generation is limited by network bandwidth.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comMigrating My MCP Server from STDIO to Streamable HTTP
Challenges and solutions encountered while migrating an MCP server to Streamable HTTP.
Netflix's Two Flink Autoscalers
Netflix's two Flink autoscalers illustrate the lessons learned in scaling and metrics, vital for engineers handling large-scale stream processing.
Apache Flink Accelerator Built with Rust
StreamFusion accelerates Apache Flink SQL using Rust, achieving 1.2-3 times the throughput of stock Flink. This boosts performance and efficiency.
React Server Components: The Depths of Streaming and Client Boundaries
React Server Components enhance interaction between server and client, improving application performance. Learn about streaming and boundaries.
LingBot-Map: A 3D Model for Scene Reconstruction from Streaming Data
LingBot-Map is a model for reconstructing 3D scenes from streaming data.
Building the ChatGPT Typing Effect in Modern JavaScript
Learn how to implement the ChatGPT typing effect using modern JavaScript.
Streaming AI Responses in Laravel with Server-Sent Events
We upgrade our Laravel AI chatbot to stream responses using Server-Sent Events (SSE), enhancing user experience.