Increase Performance with Sidekiq and Redis
How about using asynchronous services to improve your system performance
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 …
A/B Testing – Slightly different but the same
A small introduction to this huge world called A/B testing
Last Updated on April 11, 2024 Remember when you went to the grocery store, and the employees had placed everything in a different layout since …
Component Driven UI Patterns – Part I
Last Updated on July 4, 2023 A Component is an identifiable and interchangeable unit of a program. It plays an important role not just inside …
Making a Full-Stack App with Vue, Vite and Express that supports Hot Reload
Creating an app in a single repository without compromising on Developer Experience
Last Updated on February 5, 2024 Introduction With each passing day, web applications are becoming more and more reactive. JavaScript front-end frameworks are designed for …
Dependency injection in React with some Context
Implementing container using context API as Dependency Injection Tool
Last Updated on May 26, 2023 Dependency injection is a technique used to remove interdependencies between two components of an application, but for some reason, …
A microfrontend for non-propitious environments
Last Updated on May 26, 2023 When we work on big projects a common path is to split it into separate codebases to make management …
Unravel the magic of programming
Last Updated on May 26, 2023 Are you the kind of person that likes magic? If you’re not, try to remember why other people like …
Alternative for low-end machines to develop mobile applications
Last Updated on May 26, 2023 A few days ago, I was suffering while trying to develop new features for a react-native app due to …
Symmetric Encryption in JavaScript for PII
Best Practices for PII Data Protection
Last Updated on May 26, 2023 Disclaimer While this article provides an overview of symmetric encryption and its implementation using standard JavaScript libraries, it should …
Mastering Git workflow – Part 2/2
Handling interruptions elegantly using git-worktree
Last Updated on May 26, 2023 In our last post about git, we discussed the git-stash command. We thought of a situation where we get …