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 …
Codeminer42’s Engineering Blog
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 …
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 …
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 …
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 …
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 …
Many believe that making a website accessible and responsive means simply adding alt attributes to images and replacing header navigation with burger menus, right? But …
Dealing with bugs in Rails applications Bugs are common in the programming world. Every project, even with the development team’s best practices, is susceptible to …
Learning to consume APIs is an essential step for anyone looking to create dynamic and interactive React applications. In this practical guide, we will explore …
Ruby on Rails is a framework that has revolutionized the way we build modern web applications with speed, structure, and elegance. Today, as part of …
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 …