Codeminer42's Engineering Blog
Posts

Alternative for low-end machines to develop mobile applications
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 of the…
Symmetric Encryption in JavaScript for PII
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 review by…
Improve Your Workflow with Git Worktrees
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 quite common…
Using Mapbox to plan a city: a use case
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. We can cross oceans from…
Test mocking in practice with Sinon
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) that uses a service to…