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 …
Codeminer42’s Engineering Blog
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 …
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 …
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 …
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 …
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 …
Hi! I hope you’re enjoying The Miners’ Guide to Code Crafting series. Today, we’re diving into databases — one of the most essential tools in …
React is one of the most popular tools out there… but sometimes, it can feel like a maze, right? Where do you even start? Well, …
Welcome to this practical guide on how to build web applications using Ruby, Rack, and Sinatra — complete with automated testing using RSpec. This post …
React Native is a known framework for building mobile applications with React. In its workspace you will find some similarities with web development, such as …
Let’s dive into the importance of static analysis while developing apps. (Because yes, formatters and linters are different, even though both play crucial roles in …