RRamprakashinramprakashvel.hashnode.dev·Apr 9 · 14 min readAI-Assisted Development Has a Supply Chain ProblemSupply chain attacks nearly doubled between 2025 and Q1 2026. AI-assisted development hit mainstream in the same window. That's not a coincidence. AI tools suggest packages. Agents install them mid-ta24CA
RRamprakashinramprakashvel.hashnode.dev·Apr 9 · 22 min readHaskell is the Better Language for AI-Assisted DevelopmentNot because it's more elegant. Because when an AI writes your code, the compiler is the only reviewer that never sleeps, never rushes, and cannot be convinced to ignore a type error. The way we write00
RRamprakashinramprakashvel.hashnode.dev·Sep 27, 2021 · 5 min readAWS S3 Upload Presigned Post URLsThere might be scenarios where your application users might need to upload or download files from s3 buckets without providing them explicit access to those buckets. In such cases presigned URLs will be useful. There are two types of presigned URLs ...02CG