Dekorationsartikel gehören nicht zum Leistungsumfang.
Layered Design for Ruby on Rails Applications
Discover practical design patterns for maintainable web applications
Taschenbuch von Vladimir Dementyev
Sprache: Englisch

55,40 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

Lieferzeit 4-7 Werktage

Kategorien:
Beschreibung
Transition from the traditional Rails model-view-controller trio to an abstraction model and let your application codebase evolve with synchronized components, boosting flexibility and maintainability
Purchase of the print or Kindle book includes a free PDF eBook through the link provided withinKey FeaturesUnderstand Rails' architectural patterns along with its advantages and disadvantages
Organize business logic in Rails apps when the default approach is insufficient
Introduce new abstractions to address design problems

Book Description
Ruby on Rails is an open-source framework for building web applications from scratch while focusing on productivity, leveraging the power of the convention-over-configuration principle, and the well-defined model-view-controller pattern, assisting the developers in building useful features. However, this initial simplicity often leads to uncontrollable complexity turning the well-structured codebase into a hardly maintainable mess. This book aims to help you keep the code maintainable while working on a Rails application.
You'll start by exploring the framework capabilities and principles, allowing you to reap the full potential of Rails. Then, you'll tackle many common design problems by discovering useful patterns and abstraction layers. By implementing abstraction and dividing the application into manageable modules, you'll be able to concentrate on specific parts of the app development without getting overwhelmed by the entire codebase. This strategy also encourages code reuse, simplifying the process of adding new features and enhancing the application's capabilities. Additionally, you'll explore further steps in scaling Rails codebase, such as service extractions.
By the end of this book, you'll be a code design specialist with a deep understanding of the Rails framework principles.What you will learnDiscover Rails' core components and its request/response cycle
Understand Rails' convention-over-configuration principle and its impact on development
Explore patterns for flexibility, extensibility, and testability in Rails
Identify and address Rails' anti-patterns for cleaner code
Implement design patterns for handling bloated models and messy views
Expand from mailers to multi-channel notification deliveries
Explore different authorization models and layers
Use a class-based approach to configuration in Rails

Who this book is for
This book is for Rails application developers facing challenges in managing the growing complexity of their projects. It offers practical strategies for maintaining code readability and manageability, providing valuable guidance for developers at all levels. Whether you've recently launched your first Rails minimum viable product or are struggling to progress with a sizable monolithic application, this book is here to help. A deep understanding of core Rails principles is a must. Some experience in building web applications using the Rails framework will enhance your comprehension and application of the concepts presented in the book.Table of ContentsRails as a Web Application Framework
Active Models and Records
More Adapters, Less Implementations
Rails Anti-Patterns?
When Rails Abstractions Are Not Enough
Data Layer Abstractions
Handling User Input outside of Models
Pulling Out the Representation Layer
Authorization Models and Layers
Crafting the Notifications Layer
Better Abstractions for HTML Views
Configuration as a First-Class Application Citizen
Cross-Layers and Off-Layers
Transition from the traditional Rails model-view-controller trio to an abstraction model and let your application codebase evolve with synchronized components, boosting flexibility and maintainability
Purchase of the print or Kindle book includes a free PDF eBook through the link provided withinKey FeaturesUnderstand Rails' architectural patterns along with its advantages and disadvantages
Organize business logic in Rails apps when the default approach is insufficient
Introduce new abstractions to address design problems

Book Description
Ruby on Rails is an open-source framework for building web applications from scratch while focusing on productivity, leveraging the power of the convention-over-configuration principle, and the well-defined model-view-controller pattern, assisting the developers in building useful features. However, this initial simplicity often leads to uncontrollable complexity turning the well-structured codebase into a hardly maintainable mess. This book aims to help you keep the code maintainable while working on a Rails application.
You'll start by exploring the framework capabilities and principles, allowing you to reap the full potential of Rails. Then, you'll tackle many common design problems by discovering useful patterns and abstraction layers. By implementing abstraction and dividing the application into manageable modules, you'll be able to concentrate on specific parts of the app development without getting overwhelmed by the entire codebase. This strategy also encourages code reuse, simplifying the process of adding new features and enhancing the application's capabilities. Additionally, you'll explore further steps in scaling Rails codebase, such as service extractions.
By the end of this book, you'll be a code design specialist with a deep understanding of the Rails framework principles.What you will learnDiscover Rails' core components and its request/response cycle
Understand Rails' convention-over-configuration principle and its impact on development
Explore patterns for flexibility, extensibility, and testability in Rails
Identify and address Rails' anti-patterns for cleaner code
Implement design patterns for handling bloated models and messy views
Expand from mailers to multi-channel notification deliveries
Explore different authorization models and layers
Use a class-based approach to configuration in Rails

Who this book is for
This book is for Rails application developers facing challenges in managing the growing complexity of their projects. It offers practical strategies for maintaining code readability and manageability, providing valuable guidance for developers at all levels. Whether you've recently launched your first Rails minimum viable product or are struggling to progress with a sizable monolithic application, this book is here to help. A deep understanding of core Rails principles is a must. Some experience in building web applications using the Rails framework will enhance your comprehension and application of the concepts presented in the book.Table of ContentsRails as a Web Application Framework
Active Models and Records
More Adapters, Less Implementations
Rails Anti-Patterns?
When Rails Abstractions Are Not Enough
Data Layer Abstractions
Handling User Input outside of Models
Pulling Out the Representation Layer
Authorization Models and Layers
Crafting the Notifications Layer
Better Abstractions for HTML Views
Configuration as a First-Class Application Citizen
Cross-Layers and Off-Layers
Über den Autor
Vladimir Dementyev has been working on web applications for more than 10 years and launched his first Ruby on Rails project back in 2014. Since then, he has been working on a dozen of Rails web applications, used by hundreds of millions of customers, monolithic or component-based, following the Rails way or trying to swim against the current. He has been an active member of Rails open-source community since 2015, becoming a regular Rails contributor, a RailsConf speaker, and the author of dozens of gems, including AnyCable, TestProf, and Action Policy to name a few. For his work on the Ruby Next project, the author got the Fukuoka Ruby Award for outstanding performance in 2021. Currently, he's leading the backend developers' team at Evil Martians, helping dozens of web projects around the world build better software.
Details
Erscheinungsjahr: 2023
Fachbereich: Programmiersprachen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 298
ISBN-13: 9781801813785
ISBN-10: 1801813787
Sprache: Englisch
Ausstattung / Beilage: Paperback
Einband: Kartoniert / Broschiert
Autor: Dementyev, Vladimir
Hersteller: Packt Publishing
Maße: 235 x 191 x 17 mm
Von/Mit: Vladimir Dementyev
Erscheinungsdatum: 30.08.2023
Gewicht: 0,561 kg
preigu-id: 127384374
Über den Autor
Vladimir Dementyev has been working on web applications for more than 10 years and launched his first Ruby on Rails project back in 2014. Since then, he has been working on a dozen of Rails web applications, used by hundreds of millions of customers, monolithic or component-based, following the Rails way or trying to swim against the current. He has been an active member of Rails open-source community since 2015, becoming a regular Rails contributor, a RailsConf speaker, and the author of dozens of gems, including AnyCable, TestProf, and Action Policy to name a few. For his work on the Ruby Next project, the author got the Fukuoka Ruby Award for outstanding performance in 2021. Currently, he's leading the backend developers' team at Evil Martians, helping dozens of web projects around the world build better software.
Details
Erscheinungsjahr: 2023
Fachbereich: Programmiersprachen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 298
ISBN-13: 9781801813785
ISBN-10: 1801813787
Sprache: Englisch
Ausstattung / Beilage: Paperback
Einband: Kartoniert / Broschiert
Autor: Dementyev, Vladimir
Hersteller: Packt Publishing
Maße: 235 x 191 x 17 mm
Von/Mit: Vladimir Dementyev
Erscheinungsdatum: 30.08.2023
Gewicht: 0,561 kg
preigu-id: 127384374
Warnhinweis

Ähnliche Produkte

Ähnliche Produkte