TSTrushang Sutharintrushang-dev.hashnode.dev·Sep 3 · 4 min readAWS S3 Deep Dive AWS S3 Overview 🔹 Key Features Scalability: Handles unlimited data storage with automatic scaling. Durability & Availability: 99.999999999% (11 nines) durability, highly available. Storage Classes00
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