Codeminer42's Engineering Blog
The Miners

Miner’s Advice #2: Dare to Experiment
Working in software development means being in a constant state of learning, if not by choice, by necessity; our industry moves exceedingly fast, and there's always a new language, framework,…
CodeTips#9: Readable .html.erb files on VSCode
If you’re a front-end developer like me, you’ve probably encountered the challenges of coding with Ruby and .html.erb files. It can be frustrating when your code doesn’t auto-format correctly, or when syntax…
How React 19 (Almost) Made the Internet Slower
It's no news that React is still the most popular and most used UI framework and powers some big names of the web like Netflix, Airbnb, Discord and of course,…
CodeTips#8: SQL Transactions
We live in an era when we are increasingly automating our day-to-day processes. We no longer go to bank agencies, but instead use digital banks that allow us to carry…
Creating Anonymous sign-in flow with Firebase
Have you noticed that, these days, most services and apps we use require an account before starting the experience of actually using the app/service? It certainly can feel annoying sometimes,…