Tutorials
Announcing the Modularized AWS SDK for Ruby (Version 3) | AWS Developer Blog
Version 3 of the AWS SDK for Ruby modularizes the monolithic SDK into service-specific gems, for example, aws-sdk-s3 and aws-sdk-dynamodb. Now each service gem uses strict semantic versioning, along with the benefits of continuous delivery of AWS ...
Evented Rails: Decoupling complex domains in Rails with Domain Events
In our last Domain-Driven Design discussion, we learned how to group similar business components into application Bounded Contexts, which were separated folders in our Rails apps. This segregated cohesive groups of application code into separate f...