Codeminer42's Engineering Blog
The Miners

Everything You Need to Ace PWAs in Rails
This article starts a series about Progressive Web Applications (PWAs) in Rails. In this series, I will show you how to turn your Rails application into a native-like app that…
From Bugs to Fixes: Tips you must know for Front-end Debugging
If you’ve ever spent way too long trying to figure out why something isn’t working, only to realize it was a missing semicolon -- you’re not alone. Debugging frontend code…
Codeminer42 Hackathon: a lesson on experimentation
On November 23rd, Codeminer42 organized its first Hackathon. The goal was quite simple: to encourage the experimentation of new technologies in problems that are a little beyond the ordinary. In…
Hackathon 2024 – Codeminer42
This year, Codeminer42 held its first Hackathon, an internal programming event that energized the miners' weekend and brought a lot of knowledge, learning, networking, and of course, prizes! But what…
Three Functional Programming Concepts To Start Using Today And Make Your Code Better
When I first heard about Functional Programming, I thought it was about using functions only. If it was about using functions, I was fine with it; I used them. A…