CDCoding Dropletsincodingdroplets.com·Sep 9 · 11 min readHow to Stream Large CSV Exports in ASP.NET Core: A Real-World WalkthroughEvery internal API eventually grows an export endpoint, and it is almost always the same story. Somebody in finance asks for "the transactions as a spreadsheet", a developer adds GET /transactions/exp00
KMKrishnam Murarkainedilec-engineering.hashnode.dev·Sep 7 · 4 min readLate Is Not a Property of an Event, It Is a Relation to a WatermarkEvery streaming pipeline we build ends up having the same argument, and it is almost never about throughput. It is about one word in a ticket: late. Someone reports that a record arrived late, and the00
AYAlvin Yanginalvinyang.hashnode.dev·Sep 2 · 7 min readVideo Streaming Protocols: How to Choose the Right OneChoosing a video streaming protocol isn't as simple as picking the one with the lowest latency. HLS, MPEG-DASH, WebRTC, SRT, RTMP, and RTSP are built for different jobs. Some deliver video to viewers 00
ASAbhijeet Shindeinprojectlog.hashnode.dev·Sep 1 · 6 min readAudio, Subtitles, and the Backend Nobody Sees An update from Building a Distributed Media Platform from ScratchDirect-to-S3 ended with the next piece being background processing — making sure a completed upload reliably becomes a watchable title. This post is that piece, and it turned into more than "reliably 00
ATAndrew Taninlayline.hashnode.dev·Aug 25 · 8 min readThe Hidden Costs of Building Your Own Batch-Streaming Integration LayerWith AI-assisted coding, building your own data pipelines looks cheaper than ever. But the real costs aren't in the initial build—they're in the maintenance, the on-call rotations, and the accumulated00
LSLive Sports IPTVinlivesportsiptv.hashnode.dev·Aug 17 · 12 min readHow M3U Playlists and XMLTV EPG Data Work in IPTV PlayersHow M3U Playlists and XMLTV EPG Data Work in IPTV Players A practical look at how IPTV players turn stream URLs and XML programme data into an organised TV guide.* An IPTV player can look surprising00
AMAkshay Mukadaminakshaym.hashnode.dev·Aug 16 · 7 min readWhy We Chose Redis Streams and Redis Queues Over Kafka I recently worked as a contractor for a startup solving a problem in the health and medical space. One requirement sat at the center of the product: patients upload a scanned medical report, a PDF or 10
IPIP Plus TVinipplustv.hashnode.dev·Aug 12 · 2 min readTV Yayınlarında Donma ve Takılmaları Önleme: Ağ, Oynatıcı ve Sunucu Optimizasyon Rehberiİnternet protokolü üzerinden gerçekleştirilen canlı yayın akışları (IP TV), klasik dosya indirme işlemlerinden farklı olarak sürekli ve kesintisiz bir veri paket transferi gerektirir. 100 Mbps ve üzer00
CSCyril Scetboninedgebound.hashnode.dev·Aug 10 · 25 min readBuilding the Engine: What Actually Happens When You Run ItIn my previous post, I imagined a tool that watches a graph grow and fires actions the moment a pattern completes. It was all conditional mood — "I'd want," "it could," "the DSL would support." That p00
SHSanskriti Harmukhinvultr.hashnode.dev·Aug 6 · 9 min readDeploying Apache Pulsar as a Self-Hosted Google Pub/Sub AlternativeApache Pulsar is a distributed messaging/streaming platform combining high-throughput delivery, durable storage, and built-in serverless compute (Pulsar Functions). a self-hosted alternative to Google00