Mar 29 · 8 min read · The first bug in the live coaching system was not transcription quality. It was startup order. I originally let audio frames flow as soon as the websocket connected, which meant the first chunks could arrive before the GPT-4o Realtime session had act...
Join discussion
Mar 19 · 8 min read · I watched a recruiter share their screen on a client call and realized the worst possible thing was happening: the assistant’s raw “thinking” was spilling onto the screen like debug logs. The content wasn’t wrong—it was just the kind of internal narr...
Join discussion
Mar 11 · 10 min read · The Real-Time Communication Spectrum in Enterprise .NET Before any architecture decision, teams need a shared frame of reference. Real-time communication in ASP.NET Core sits on a spectrum from raw bi
Join discussionNov 10, 2025 · 4 min read · Introduction Modern web applications require real-time updates — whether it’s live dashboards, chat systems, trading platforms, or notifications.Traditionally, you’d rely on HTTP polling to check for changes, but that approach is inefficient and slow...
Join discussion
Nov 4, 2025 · 5 min read · Imagine posting a comment and watching it appear instantly on everyone’s screen — no refresh, no delay.That’s the power of real-time applications. In this blog, we’ll create exactly that using SignalR with .NET 8 on the backend and Angular on the fro...
Join discussion
Nov 4, 2025 · 3 min read · When building real-time applications — trading dashboards, live chats, IoT monitors, or gaming platforms — SignalR is one of the most powerful tools in the .NET ecosystem. Most developers use it for sending messages, but SignalR also supports streami...
Join discussion
Aug 27, 2025 · 3 min read · Real-time applications have become a must-have feature in modern web development. Whether it's a chat application, live dashboards, or real-time notifications — SignalR makes it easy to add real-time communication to your .NET applications. In this t...
Join discussion
Jun 3, 2025 · 19 min read · TL;DR: Learn to build a seamless real-time Word document collaboration system using Angular, ASP.NET Core, Syncfusion’s Document Editor, Redis, SignalR, and Azure Blob Storage. This guide shows you how to implement fast caching with Redis, enable rea...
Join discussion