Domain Modeling in Ruby on Rails with introduction to Domain-Driven Design
09
.
03
.
23
Ruby on Rails
DDD
Video from the first edition of Domain-Driven Design webinar hosted by Visuality, with presentation by Paweł Strzałkowski. The speaker introduces listeners to DDD and shows how it can be used to model business domain in Ruby on Rails.
How to use DDD with Ruby on Rails, the path of a domain-driven warrior
17
.
11
.
22
Ruby on Rails
DDD
Presentation made at the second DDD edition on Miłośnicy Ruby Warsaw Meetup hosted in Visuality office on November 17th, 2022. Paweł Strzałkowski describes how to write a fully-functional Ruby on Rails application, which uses most of the elements of Domain-Driven Design. Examples of using: - Bounded Contexts, - Layered Architecture, - Application Services - Entities - Aggregates - Repositories - Domain Events - Read Models - and much more
It can't be run locally
20
.
10
.
22
Ruby
Ruby on Rails
Presentation made at Miłośnicy Ruby Warsaw Meetup hosted in Visuality office on October20th, 2022. Paweł Strzałkowski describes how to run and test any Ruby on Rails application locally. How to validate every part of the application without having access to production or staging ecosystem.