Increase Performance with Sidekiq and Redis
We know that performance is one of the biggest factors that drive a system to success. But even using the most optimized algorithms, some tasks can still take…
Category
We know that performance is one of the biggest factors that drive a system to success. But even using the most optimized algorithms, some tasks can still take…
Remember when you went to the grocery store, and the employees had placed everything in a different layout since your last visit? You've just been through an A/B…
Introduction With each passing day, web applications are becoming more and more reactive. JavaScript front-end frameworks are designed for this particular purpose. However, it is common for applications…
Dependency injection is a technique used to remove interdependencies between two components of an application, but for some reason, it's not commonly used in React applications. In this…
When we work on big projects a common path is to split it into separate codebases to make management easier. A modern and kind of obvious approach to…
A few days ago, I was suffering while trying to develop new features for a react-native app due to my machine not being powerful enough. I was aware…