Events processing with AWS Lambdas
How to design scalable event processing with AWS Lambda and Kinesis without sacrificing parallelism. A practical look at concurrency, ordering, and architecture trade-offs.
Web dev monthly: AI memory, TypeScript Go, and CSS updates
A monthly overview of recent updates in web development, covering AI applications, TypeScript progress, and modern CSS features.
Firestore real-time updates with tenant isolation
An architecture guide for multi-tenant real-time data delivery using Firebase Firestore, custom authentication tokens, and server-enforced security rules.
Web dev news: Performance, runtimes, and CSS
A concise roundup of web development insights covering user devices, JavaScript runtimes, feature measurement, and modern CSS.
Whisper: From transcription to speaker diarization (Part 2)
Building on our local Whisper pipeline, this follow-up adds speaker diarization to show not just what was said, but who said it.
Whisper: A local pipeline for offline subtitles (Part 1)
A practical look at generating Slovak subtitles locally with faster-whisper, including a simple CLI script and notes on performance, hardware trade-offs, and formatting.