Reprogramming My Career – Engineer to Engineer
Trainee Program Hey everyone! ? Today I'm not here to talk about the usual topics, such as tests or SQL (Yes, I know part 2 is in progress…
Category
Backend Editorial
Trainee Program Hey everyone! ? Today I'm not here to talk about the usual topics, such as tests or SQL (Yes, I know part 2 is in progress…
Providing a personalized and accessible experience to a global audience, it is essential for applications to support multiple languages and cultural formats. This process, known as internationalization (i18n),…
Introduction: Let's Talk About Speed If you've been building with Rails for a little while, you've probably hit that moment: You add a new feature (maybe it sends…
Introduction In Rails applications, it’s easy to fall into the trap of scattering business logic where it doesn’t belong, especially in controllers. At first, it might seem harmless:…
Introduction You've likely seen this old and famous demo presentation on how powerful and easy it is to build an app with Ruby on Rails. As the demo…
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…