Posts

Showing posts from June, 2024

DLQ Dashboard using React JS & Mulesoft

Image
This document talks about one of my most passionate projects  –  the DLQ Dashboard. In short, it's a user-friendly visualization of SQS FIFO Queues, capable of executing basic operations on queue messages. Its frontend is written in React JS, and the backend is coded in Mulesoft. I've polished it a lot and now it's open-source. Alright, that's enough for the introduction. Without further ado, let us jump right into the demo. I've included English Subtitles too; be sure to enable them if needed. Demo Video Now that you've seen the demo, I believe you have a good understanding of what this project is all about. If you want to take a look under the hood and setup these codes in your local environment, I've added repository URLs below. Repository URLs Frontend: React JS Code Backend:  Mulesoft Code Don't forget to checkout the README.md files of these projects to learn more. Useful I...