ºÝºÝߣshows by User: ManelSells / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: ManelSells / Wed, 13 Nov 2019 15:55:31 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: ManelSells Coming back to the monolith /slideshow/coming-back-to-the-monolith-193184551/193184551 comingbacktothemonolith-191113155531
Many teams think that breaking the monolith and migrating to microservices will solve all of the coupling and scalability problems we have in our code. This also happened to us and we suffered the most painful parts of microservices, without even having the benefits. After that, we started to develop focusing on decoupling and separation of contexts, but without putting ourselves any infrastructure barrier. This talk will explain architecture problems suffered at Ulabox, taking into account factors like team size or enterprise objectives, and which is our proposal to evolve our architecture.]]>

Many teams think that breaking the monolith and migrating to microservices will solve all of the coupling and scalability problems we have in our code. This also happened to us and we suffered the most painful parts of microservices, without even having the benefits. After that, we started to develop focusing on decoupling and separation of contexts, but without putting ourselves any infrastructure barrier. This talk will explain architecture problems suffered at Ulabox, taking into account factors like team size or enterprise objectives, and which is our proposal to evolve our architecture.]]>
Wed, 13 Nov 2019 15:55:31 GMT /slideshow/coming-back-to-the-monolith-193184551/193184551 ManelSells@slideshare.net(ManelSells) Coming back to the monolith ManelSells Many teams think that breaking the monolith and migrating to microservices will solve all of the coupling and scalability problems we have in our code. This also happened to us and we suffered the most painful parts of microservices, without even having the benefits. After that, we started to develop focusing on decoupling and separation of contexts, but without putting ourselves any infrastructure barrier. This talk will explain architecture problems suffered at Ulabox, taking into account factors like team size or enterprise objectives, and which is our proposal to evolve our architecture. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/comingbacktothemonolith-191113155531-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Many teams think that breaking the monolith and migrating to microservices will solve all of the coupling and scalability problems we have in our code. This also happened to us and we suffered the most painful parts of microservices, without even having the benefits. After that, we started to develop focusing on decoupling and separation of contexts, but without putting ourselves any infrastructure barrier. This talk will explain architecture problems suffered at Ulabox, taking into account factors like team size or enterprise objectives, and which is our proposal to evolve our architecture.
Coming back to the monolith from Manel Sell辿s
]]>
1738 0 https://cdn.slidesharecdn.com/ss_thumbnails/comingbacktothemonolith-191113155531-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Introduction to hexagonal architecture /slideshow/introduction-to-hexagonal-architecture/72000080 3-170210115427
Talk given to university students during the "Seminari UPC 2017"]]>

Talk given to university students during the "Seminari UPC 2017"]]>
Fri, 10 Feb 2017 11:54:27 GMT /slideshow/introduction-to-hexagonal-architecture/72000080 ManelSells@slideshare.net(ManelSells) Introduction to hexagonal architecture ManelSells Talk given to university students during the "Seminari UPC 2017" <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/3-170210115427-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk given to university students during the &quot;Seminari UPC 2017&quot;
Introduction to hexagonal architecture from Manel Sell辿s
]]>
850 2 https://cdn.slidesharecdn.com/ss_thumbnails/3-170210115427-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Introduction to testing /slideshow/introduction-to-testing-72000001/72000001 2-170210115201
Talk given to university students during the "Seminari UPC 2017"]]>

Talk given to university students during the "Seminari UPC 2017"]]>
Fri, 10 Feb 2017 11:52:01 GMT /slideshow/introduction-to-testing-72000001/72000001 ManelSells@slideshare.net(ManelSells) Introduction to testing ManelSells Talk given to university students during the "Seminari UPC 2017" <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/2-170210115201-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk given to university students during the &quot;Seminari UPC 2017&quot;
Introduction to testing from Manel Sell辿s
]]>
375 5 https://cdn.slidesharecdn.com/ss_thumbnails/2-170210115201-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
When cqrs meets event sourcing /slideshow/when-cqrs-meets-event-sourcing/63353873 whencqrsmeetseventsourcing2ftituloseccion-160622213647
Have you ever wondered how all this CQRS / ES concepts could be applied to a PHP project? Let's take a look at some code of our last project: a warehouse management system. This talk will show how we understand DDD and how we apply it at Ulabox, what changes in application's architecture and code when we apply CQRS and how to deal with event sourcing, when there're no persisted entities, only events that generate projections used in the read model. Speaker: Manel Sellés (@manelselles), software engineer, DDD-TDD fan and Symfony Expert Certified by Sensiolabs. Currently developing enterprise logistics software at Ulabox.com]]>

Have you ever wondered how all this CQRS / ES concepts could be applied to a PHP project? Let's take a look at some code of our last project: a warehouse management system. This talk will show how we understand DDD and how we apply it at Ulabox, what changes in application's architecture and code when we apply CQRS and how to deal with event sourcing, when there're no persisted entities, only events that generate projections used in the read model. Speaker: Manel Sellés (@manelselles), software engineer, DDD-TDD fan and Symfony Expert Certified by Sensiolabs. Currently developing enterprise logistics software at Ulabox.com]]>
Wed, 22 Jun 2016 21:36:47 GMT /slideshow/when-cqrs-meets-event-sourcing/63353873 ManelSells@slideshare.net(ManelSells) When cqrs meets event sourcing ManelSells Have you ever wondered how all this CQRS / ES concepts could be applied to a PHP project? Let's take a look at some code of our last project: a warehouse management system. This talk will show how we understand DDD and how we apply it at Ulabox, what changes in application's architecture and code when we apply CQRS and how to deal with event sourcing, when there're no persisted entities, only events that generate projections used in the read model. Speaker: Manel Sellés (@manelselles), software engineer, DDD-TDD fan and Symfony Expert Certified by Sensiolabs. Currently developing enterprise logistics software at Ulabox.com <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/whencqrsmeetseventsourcing2ftituloseccion-160622213647-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Have you ever wondered how all this CQRS / ES concepts could be applied to a PHP project? Let&#39;s take a look at some code of our last project: a warehouse management system. This talk will show how we understand DDD and how we apply it at Ulabox, what changes in application&#39;s architecture and code when we apply CQRS and how to deal with event sourcing, when there&#39;re no persisted entities, only events that generate projections used in the read model. Speaker: Manel Sellés (@manelselles), software engineer, DDD-TDD fan and Symfony Expert Certified by Sensiolabs. Currently developing enterprise logistics software at Ulabox.com
When cqrs meets event sourcing from Manel Sell辿s
]]>
4340 6 https://cdn.slidesharecdn.com/ss_thumbnails/whencqrsmeetseventsourcing2ftituloseccion-160622213647-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://public.slidesharecdn.com/v2/images/profile-picture.png https://cdn.slidesharecdn.com/ss_thumbnails/comingbacktothemonolith-191113155531-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/coming-back-to-the-monolith-193184551/193184551 Coming back to the mon... https://cdn.slidesharecdn.com/ss_thumbnails/3-170210115427-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/introduction-to-hexagonal-architecture/72000080 Introduction to hexago... https://cdn.slidesharecdn.com/ss_thumbnails/2-170210115201-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/introduction-to-testing-72000001/72000001 Introduction to testing