Codeminer42's Engineering Blog
The Miners

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…
Codeminer42 2022 – An Opensource Review
At Codeminer, we value contributing to open source projects and believe that these contributions are important for the growth and development of the software community. Since 2019, we've been taking…