Rails Application Design: How to Defeat the Monster
Please rate the course
Source:
Category:
Language:
Russian
Duration:
04:55:46
Number of lessons:
3
Added date:
14/10/2024
Rating:
0.0
Course short description
A virtual workshop designed for developers working on large applications who are struggling with their code's rigidity and complexity of code maintenance; are faced with the eternal question of how to create and maintain an application so that it remains convenient, adaptable and not cumbersome.
During the event, we will discuss issues of code design in Rails applications, refactoring, methods for reducing application complexity and the reasons why flexible applications are so complex.
Mastering the basics of high-quality coding and methods for applying them will allow you to:
- simplify the maintenance of your application's code base;
- easily fix errors and refactor, even after a significant amount of time;
- implement changes and release new features faster;
- reduce the adaptation time of new employees - they will quickly understand the project and will be useful;
- avoid compromises like: "Let's do it as best we can, just to meet the deadline."
This workshop is for you, if:
- You are an experienced Rails developer who is struggling with the organization of the code in your projects.
- You are new to Rails and want to learn what problems you might encounter in the future, how to solve them, and why it is worth starting as early as possible.
- You want to focus on problems that arise in large applications and systematize your knowledge of code design at various levels: from methods to interactions between microservices.