Abdulmateen Pitodiablog.abdulpitodia.com·Jan 22, 2025Part 3: Video transcoding using FFmpeg and AWS LambdaIn my previous article, I discussed in depth about the backend architecture which is hosted entirely on AWS, Part-2. In this article, I will talk more about the video transcoding process itself, how the videos are converted to a different format, for...Serverless Video TranscoderAWS
Nisha Pnishacoder.hashnode.dev·Jan 11, 2025Setting Up Local AWS with LocalStackDeveloping applications that rely on AWS can be challenging without a reliable testing setup. Constantly deploying to a live AWS environment is not only time-consuming but also costly. Enter LocalStack—a tool that emulates AWS services locally. Combi...AWS
Bosonique ITEdTechblog.bosoniqueitedtech.com·Nov 29, 2024How To Send Messages Between Distributed Applications (AWS SQS)Amazon Simple Queue Service (SQS) is a fully managed message queuing service provided by AWS that enables decoupled and asynchronous communication between distributed systems. It helps applications exchange messages reliably and efficiently, even whe...AWS Hands-OnAWS
Parth Chauhanparthdev.hashnode.dev·Nov 23, 2024Understanding RabbitMQ: A Powerful Message Broker for Scalable ApplicationsIn today's world of distributed applications, seamless communication between different services is critical for achieving scalability, reliability, and fault tolerance. One of the most effective ways to handle this communication is through message qu...1 likerabbitmq
Marcelo Amorimmarceloamorim.hashnode.dev·Nov 18, 2024Introdução ao Amazon Simple Queue Service (SQS)O Amazon Simple Queue Service (SQS) é um serviço de filas de mensagens totalmente gerenciado que permite o desacoplamento e comunicação entre microsserviços, sistemas distribuídos e aplicativos sem servidor. O SQS facilita a troca de mensagens entre ...AWS
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon SQS: Producing Messages for Reliable Asynchronous ProcessingAmazon Simple Queue Service (SQS) is a powerful tool for decoupling the components of your applications and enabling reliable message processing. One of the core functionalities of SQS is producing messages, which allows you to send messages to a que...AWS
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 28, 2024Message QueuesMessage Queues : Synchronous & Asynchronous Communication : Both parties are connected with each other over the dedicated line and they are responding each other / exchanging the information in Synchronous manner there is no wait & lag any of the par...queue
Aravind Satturaravind1.hashnode.dev·Oct 25, 2024A Guide to AWS Administrative Tools for Seamless Cloud OperationsManagement Tools Amazon CloudWatch CloudWatch is a monitoring service for AWS that tracks various services and provides detailed information about applications, including logs and metrics. Users can set up alarms to ensure their applications operate ...1 likeSWF
Aleksei Zagoskinzagosk.in·Jul 28, 2024Get To Know Your Message BrokerMessage brokers are a crucial part of many asynchronous distributed systems. Just like blood vessels transport blood throughout the human body, message brokers transmit streams of countless messages between applications. Today, we're going to take a ...90 readsmessage queue
Jay Kumarjrxcodes.com·Jun 12, 2024Implementing TraceID in NestJS for HTTP Requests and SQS ConsumersIn distributed systems, tracking requests across multiple services can be challenging. To address this, we use TraceIDs, unique identifiers attached to each request, allowing us to trace the request flow through different services. In this article, w...10 likestraceId