In today's tech landscape, AWS is one of the leading players in the cloud market. As developers, many of us have engaged with various AWS services. After utilizing diverse AWS services for the past four years, I successfully passed the "AWS Certified Sol ...
Budget-Savvy Video Streaming: Leveraging Red5 Pro’s Web SDK for Mobile App Development
We've developed an application used for streaming product details by retailers. Customers have the option to subscribe to these streams and make purchases directly from our platform. To ensure smooth and reliable streaming performance, we've been utilizi ...
Red5 Pro Case Study: A permanent solution to manage storage on Linux machine by eliminating unnecessary files
For video streaming, we are using Red5 Pro software, hosted in AWS EC2 instance. For the second time, we have encountered an issue of out of storage. Since we notice the issue repeatedly, we investigate the reasons and also come to a permanent solution. ...
A Pub/Sub Model Using Redis Stream
Redis Pub/Sub is the future of messaging. It is a scalable, reliable, and easy-to-use messaging pattern that can be used for a variety of tasks. Learn how to use Redis Pub/Sub to send bulk SMS or email, perform heavy calculations, and more.
Boost local development with Redis
Redis is an in-memory data store that can be used to speed up local development. By storing data that is frequently accessed in Redis, applications can access it more quickly, which can improve performance.
Styled Components: A CSS-IN-JS tool for your react App
Styled Components is another cool library, we can use to style any HTML elements and reuse them anywhere in our react application. There is a whole motivation section, why this library is a really good approach to use CSS in the JSX. Th ...
Design a Full Stack Application With Multiple Docker Containers
Docker makes it easy to manage multiple containers in the local environment. But when it comes to deploying these containers with CI/CD, things can be cloudy. In this article, we will set up multiple containers in the local environment and make ...
Docker Essentials: Implement CI/CD For Dockerized MERN Stack Application With AWS Infrastructure
Assuming we have multiple docker containers running in the local environment. To get the details setup please see the previous article Managing multiple docker containers in the local environment and eventually implement CI/CD. In this article, ...
Docker Essentials: Single Container CI/CD
It's time to put a docker application in the production environment along with CI/CD. First, we look at the step-by-step process without docker. Once we get the bird view of the workflow and get the core design behind the workflow, then we introduce the ...