Codeminer42's Engineering Blog
The Miners

How To Measure Your Page’s UX with Web Vitals
This post is part of our 'The Miners' Guide to Crafting Code' series, designed to help aspiring developers learn and grow. Stay tuned for more! Hey there! In today's post…
What’s New In Rails 8.1 And Its Ecosystem
RailsWorld 2025 is currently taking place in Amsterdam, and, as always, DHH, the creator of Rails, has made some exciting announcements. In this article, we'll cover some of the most…
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…