Dependency injection in React with some Context
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…
Category
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…
Are you the kind of person that likes magic? If you're not, try to remember why other people like it, and bear with me. There is a reason…
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…
Disclaimer While this article provides an overview of symmetric encryption and its implementation using standard JavaScript libraries, it should not be considered a substitute for a thorough security…
In our last post about git, we discussed the git-stash command. We thought of a situation where we get interrupted to work on more urgent stuff, which is…