Codeminer42's Engineering Blog
The Miners

Introduction to Relational Databases and SQL
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 web development. Keep in mind…
React: First Puzzle Pieces — Your Easy-to-Follow Guide
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, let's piece this puzzle together…
Setting the backstage: Rack and Sinatra
Welcome to this practical guide on how to build web applications using Ruby, Rack, and Sinatra — complete with automated testing using RSpec. This post is designed to walk you…
Modern Approaches to Styling React Native Apps
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 styling. In RN apps, we…
Linters, Formatters… Same Thing? — Static Analysis Clarified
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 our code!) These automated checks…