Codeminer42's Engineering Blog
Posts

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…
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…