Codeminer42's Engineering Blog
The Miners

Things I wish I knew before switching to React Native
Introduction The world is constantly changing, and the tech world, even more so. In recent years, we've seen a clear shift: more and more people are using their phones instead…
Create CI/CD Pipelines with GitHub Actions
Continuous Integration and Continuous Delivery (or Deployment) - better known as CI/CD Pipelines - is a pillar of modern software teams. Although it may sound like another buzzword, it’s actually about something very practical: automating the way code moves from your local enviroment to production.
How To Structure Your Application Like An Artisan
When defining what a program is, the most fundamental definition you can find is: A program is something that transforms inputs into outputs Programming is a bit more difficult than…
Design Systems: The True Source of Frontend Peace
In the late '90s and early 2000s, the internet as we know it today started to become mainstream. Surfing the web became more accessible, and during that time, we witnessed…
React Native Architecture: From Bridge to Fabric
In this post, we'll explore how React Native works under the hood, from the traditional Bridge architecture to the New Architecture with Fabric. A Quick Explanation on How React Native…