Component Driven UI Patterns – Part I
A Component is an identifiable and interchangeable unit of a program. It plays an important role not just inside user interfaces but in Software Engineering …
Codeminer42’s Engineering Blog
A Component is an identifiable and interchangeable unit of a program. It plays an important role not just inside user interfaces but in Software Engineering …
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 …
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 …
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 …
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 …
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. …
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 …
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 …
We all know how maps are important. They are always there. Maps, since thousands of years ago, have been an essential way of extracting information. …
Imagine that you coded a new controller that provides a new endpoint for your REST API to create some register (for example, a new Pokemon) …