Codeminer42's Engineering Blog
The Miners

Adding a new technology or concept in your team (the correct way)
Sometimes when we are developing some chunks of code, we start to question why I am doing it this way? Should I do it in another way? Is there a…
Serialization and Deserialization in Java using Jackson
Before we start working with serialization and deserialization in Java we need to understand what these terms actually mean. Serialization is the process of converting the state of an object…
Redux Basics
For some time, Redux is a thing that has bugged me because I know it, but I felt it was not sufficient. Because of this, I decided to study more…
Miner’s Advice #1: Effective technical writing
Communication. Although a difficult concept to define, it's easy to recognize its relevance and impact on the success of any goal. In an attempt to do it, we could say…
Creating a preview mode in a Vuex app with dependency injection
In this article, I will talk about how to use dependency injection (DI) in a Typescript Vue app with Awilix. Before I go ahead and just talk about how to…