Codeminer42's Engineering Blog
Beginner

React Native Architecture: From Bridge to Fabric
In this post, we'll explore how React Native works under the hood, from the traditional Bridge architecture to the New Architecture with Fabric. A Quick Explanation on How React Native…
How I Crashed a Server (and Learned to Prevent It with Grafana, Prometheus, and Telegram)
Let me tell you a story about how I crashed my workplace's server due to a lack of disk space and how I solved the issue and prevented it from…
An Introduction to Ruby on Rails – From someone with a frontend background
If you've come here looking for a post from a Ruby on Rails expert, I'm sorry to inform you that I'm not that person. What you can expect from this…
What you need to know about frontend design patterns
Imagine you find yourself facing your code at a point where you clearly have a problem to solve. You start to think about different ways to go about it, though…
Database Relationships Explained: From Theory to Rails Implementation
Before we dive into the topic of relationships between tables in a relational database, it’s worth revisiting the key concepts we explored in our previous post: Introduction to Relational Databases…