Some great links for 02/09/2020
A very nice technique to build a gem with all your css and js in one place.
tags: ruby on rails guide rails dry style css ruby howto
This is a tour the force explanation of building a 5 node infrastructure for a rails app with docker. It’s really detailed. Which always is good but introduces risk of typos or small configuration differences.
tags: scale deploy build rails docker howto
A very important topic. Learn how to write tests and then …. do it!
tags: tests rails unittest tdd howto
Interesting and I still don’t quite understand monads. But it seems like an important thing to understand!
tags: monads ruby handling error exceptions