NPNilesh Prasadinnilesh-dev-diary.hashnode.dev·Jan 14, 2025 · 14 min readBuilding a GPT Powered Serverless Reminder AppThis project is inspired by Slack’s reminder feature, which lets users set reminders using natural language — a super handy tool for getting things done. But I wanted to push it further and build something that could handle even the most complex natu...00
NPNilesh Prasadinnilesh-dev-diary.hashnode.dev·Sep 27, 2024 · 4 min readMonitoring AWS ECS Deployment failuresThis post discusses how ECS state change events can be used to monitor deployment failures on ECS. To set the context, I work on a project where we use ECS to deploy containerized applications, and our CircleCI pipeline is responsible for building Do...00
NPNilesh Prasadinnilesh-dev-diary.hashnode.dev·Jan 8, 2024 · 10 min readRedis as a Message Broker: Deep DiveDistributed task queues and message brokers are integral components of modern, scalable applications, helping to manage workloads and facilitate communication between different parts of a system. They help us decouple task submission from execution, ...00