Codeminer42's Engineering Blog
The Miners

How to Detect Forbidden Words in Text (Without Slowing Down)
During our workday or free time, we use apps and tools that heavily rely on data structures like trees (binary, red-black, AVL, etc.). Whether we're using a text corrector to…
Full Steam Ahead: Getting Started with Ruby on Rails
Before we start If you're here, you probably already know Ruby. If not, check out this blog post, which goes over how to get started with the language. So, what…
How Artificial Intelligence Learns, Adapts, and Decides
First of all, I’d like to welcome whoever reads this to the articles I’ll be writing! I’m excited to be here—and nervous in a way that words can’t quite capture—but…
Async Code Demystified: Promises, Fetch, and useEffect
Before we start digging into the world of Promises, Fetch API, and related topics, it is important to understand the difference between synchronous (sync) and asynchronous (async) programming models. A…
What’s New in Node.JS 24
Node.js is reaching its 24th major version, and it comes with a host of new features and improvements. This release will be the Current release for the next six months…