Skip to content

Instantly share code, notes, and snippets.

@maurcarvalho
Created February 18, 2020 15:00
Show Gist options
  • Save maurcarvalho/8b007c1d3b556ab8772e6fce5aafbeba to your computer and use it in GitHub Desktop.
Save maurcarvalho/8b007c1d3b556ab8772e6fce5aafbeba to your computer and use it in GitHub Desktop.
Ruby
Eloquent Ruby
https://www.amazon.com.br/Eloquent-Ruby-Addison-Wesley-Professional-English-ebook/dp/B004MMEJ36/ref=pd_sim_351_1/136-3687290-4461049?_encoding=UTF8&pd_rd_i=B004MMEJ36&pd_rd_r=42f88deb-1ed7-47c4-aac4-163ee4ff5e9f&pd_rd_w=EfbNl&pd_rd_wg=FBkxF&pf_rd_p=d2d53995-00ef-407f-adf9-927f95b37e2f&pf_rd_r=Y11BYC4TSA9SZ93X4F1Y&psc=1&refRID=Y11BYC4TSA9SZ93X4F1Y
Design Patterns in Ruby (Addison-Wesley Professional Ruby Series) (English Edition)
" Design Patterns in Ruby is a great way for programmers from statically typed objectoriented languages to learn how design patterns appear in a more dynamic, flexible language like Ruby."
https://www.amazon.com.br/Design-Patterns-Addison-Wesley-Professional-English-ebook/dp/B004YW6M6G/ref=asc_df_B004YW6M6G/?tag=googleshopp00-20&linkCode=df0&hvadid=379765265654&hvpos=1o5&hvnetw=g&hvrand=14190543716732712248&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1001773&hvtargid=pla-405660882128&psc=1
the Ruby Way: Solutions and Techniques in Ruby Programming
https://www.amazon.com.br/Practical-Object-Oriented-Design-Ruby-Addison-Wesley-ebook/dp/B0096BYG7C/ref=sr_1_3?__mk_pt_BR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=Professional+Ruby+Series&qid=1582037599&s=digital-text&sr=1-3
----
Rails and Web App Design for Large Scale
Talks about how to design and maintain big Rails applications using Domain Driven Design
https://www.youtube.com/watch?v=52qChRS4M0Y
https://www.youtube.com/watch?v=4dWJahMi5NI
https://www.youtube.com/watch?v=5OjqD-ow8GE
Shopify approach to Domain/Component modular based applications:
https://engineering.shopify.com/blogs/engineering/deconstructing-monolith-designing-software-maximizes-developer-productivity
Root modular application description:
https://medium.com/@dan_manges/the-modular-monolith-rails-architecture-fb1023826fc4?source=linkShare-ea601a1f7a7c-1569102544&_branch_match_id=468827969962607283
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment