// blog
Writing
Thoughts on frontend development, React, and building things for the web. No fluff — just stuff I actually found useful.
3 posts published
Building a Real-Time ECG Streaming System: Handling High-Frequency Data, Network Failures, and Performance at Scale
↗A deep dive into how I built a real-time ECG visualization system using WebSockets, solved network interruption challenges with buffering and synchronization, and optimized frontend performance for continuous high-frequency data.
Building a Real-Time Clinical Data Analysis Platform: Challenges, Architecture, and Lessons
↗How I built a data-intensive clinical dashboard that integrates ECG signals, vitals, and event timelines—while solving performance, synchronization, and usability challenges for real-world medical use.
🚀 Going Zoneless in Angular: Performance Gains, Trade-offs, and Real Implementation
↗Angular traditionally relies on Zone.js to trigger change detection automatically after async operations. While this simplifies development, it can lead to unnecessary re-renders and performance overhead. In this blog, I explore how going zoneless improves performance, what trade-offs to consider, and how to implement it in a real Angular application.