TSTrushang Sutharintrushang-dev.hashnode.dev·May 30 · 9 min readHow to Build a Production-Grade Telemetry Platform with AWS IoT CoreEvery telemetry platform looks deceptively simple at the beginning: a few edge devices, a lightweight MQTT broker, some JSON payloads, and a quick visualization dashboard. Then production reality hits00
TSTrushang Sutharintrushang-dev.hashnode.dev·Apr 21 · 3 min readHow to Use a Single SSH Key Across Multiple Devices (Laptop & Office PC)Do you switch between a laptop and an office PC frequently and need to SSH into the same servers? Setting up a single SSH key across both systems can simplify your workflow and avoid generating and ma00
TSTrushang Sutharintrushang-dev.hashnode.dev·Apr 21 · 5 min readHow I Built a Zero-Downtime IoT Data Pipeline on AWS Using FTP — No Kafka, No LambdaReal devices. Real constraints. A production system that's been running without a single on-call page. The Constraint That Shaped Everything When you build data infrastructure, the instinct is to re00
TSTrushang Sutharintrushang-dev.hashnode.dev·Mar 19 · 4 min readBuilding a Scalable Analytics Pipeline (News Platform)As your application grows, a silent performance killer often lurks in your architecture: Resource Contention. If you are running a stack like FastAPI and PostgreSQL, there comes a day when your produc00
TSTrushang Sutharintrushang-dev.hashnode.dev·Mar 17 · 23 min readApache Airflow in Development: The Complete Guide to Workflow OrchestrationApache Airflow: The Complete Guide for Data Engineers A deep dive into Apache Airflow covering architecture, DAGs, executors, operators, XComs, Spark integration, and 50 interview Q&As — everything y00