Codeminer42's Engineering Blog
The Miners

Getting started with Lua
Just like the Moon is constantly influencing planet Earth's ocean tides, it is likely that, at some point, Lua influenced your navigation over the internet. Today, we'll embark on an…
Git Reflogs: A Guide to Rescuing Your Lost Work
Introduction Have you ever experienced one of those heart-stopping moments when something goes horribly wrong with your Git history? Maybe you accidentally deleted a branch, performed a hard reset, or…
The Day Github Almost CrowdStriked Us All (Again)
In the world of tech startups, everyone aspires to become the next unicorn. Okay, maybe not this kind of unicorn: If you have no idea what I'm talking about, it…
CodeTips#11: useEffect the right way
Recently, I've been delving into the basics of front-end development with React, one observation I've made is that many people in the front-end world usually retrieve their data with useEffect.…
Understanding complex Rails projects – Ruby on rails stack trace made easy
The challenge of understanding complex systems Imagine a scenario where a project is so large and its features so complex that tracking and understanding the entire flow can take days.…