🔖 Posts about middlewares

Mastering Rails Web Navigation with link_to and button_to Helpers - Part 1

**Note:** This tutorial is divided into two parts. In Part 1 **(you are reading)**, we'll explore the Rails web navigation system, understand how Rails handles requests, and delve deep into the world of middlewares. In [Part 2](https://ahmednadar.com/posts/mastering-rails-web-navigation-with-link_to-and-button_to-helpers-part-2), we'll focus on mastering the...